Current candle size open position.
-
hello,
i am trying to create this but i can not.
I want to open a position when the current candle forms at least a 20 pips body and AT the same time retraces at its half size before create a closing price.
https://fxdreema.com/shared/5A5zXB0gd -
Bear candle block give you that candle have more that 20 pips and next condition you want that it less 20 pips.
Hmmm. Try something else. Maybe use variables.( i use it very often). -
Are all those conditions dupposed to be happening on the same candle ID 0?
-
@l-andorrà Yes sir.
-
@varso
I do not how to use variables... -
@fxmich78
Blocks 2 and 3 can't match in the same time.
If you want the actual candle to have at least 20 pips body and, retracing about half at least, you need this :

-
@seb-0
Thank you sir.I will try !!