Hi,
Quote:
1. to measure the length of the hammer from "candle close" to "candle low"
This should be easily made using a calculation block : point on the specific candle and calculate High - Low
Quote:
2.then to subtract the length of candle from the "candle low" in order to set the stop loss
Same as 1 with Candle low - length in pips = SL price
Then insert a "Set stop loss" and set it as price based. Make sure the block is plugged once the position is filled.
What are the difficulties faced in doing this ?
Cheers