How to find candle 1 and 2 pips
-
I want to ignore a trade if stoploss is above 175pips and my stop loss is based on low of candle 2. How can i find the difference between candle 1 close and candle 2 low in pips?
-
@talalkhan High-low is the distance, once you have this in a variable convert to pips using a modify variables block.
-
@jstap can you please give me a live example?
-
@jstap Please check 120.121.122.123
https://fxdreema.com/shared/Eallo1W0d -
@talalkhan Something like this https://fxdreema.com/shared/MJDtrIBmb haven't tested but should work.
-
@jstap Which variable should attach in buy tree? DiS or DIS pip
-
@talalkhan They are the same but dis pip is in pips, so what distance to you want to use where? What do you want to know about your ZZ project?
-
@jstap I want to avoid trades if last 2 candles size is more than 175 pips.
-
@talalkhan add candle 2&1 body size, if more don't pass, if under pass.
-
@jstap
OK bro let me try