Need your guide on this
-
what am trying to achieve here is that the distance between the candle id 2 lower wick and the close of candle id 1 body must be minimum x.
But it not working, how it is working is that its measures the distance between ID2 wick and ID1 wick which is not the right logic.
How can I tweak it to get the real idea https://fxdreema.com/shared/6bG33o7vb
@ambrogio if you can help on this one too

-
under your "check distance" change your upper level to candle low and your lower level to candle close.
this should measure the distance from candle 2 lower wick to candle 1 closeIs this what you are after?
-
@bb-2 i don't think so. I tried it, it didn't work
-
@tec-nacks Is the position of candle ID 1's close relevant? I mean, can that close price level be above or below candles ID 2's lowest low? Or should it be above it only?
-
it should be below it... the idea is to measure the distance the ID2 low and the body close of ID1 below ID2 which has to be a bear candle ID1
-
@tec-nacks said in Need your guide on this:
@bb-2 i don't think so. I tried it, it didn't work
You are comparing the wick size with body size, it's not right. The suggestion of @bb-2 is right. Only change the value in numeric to value in pips as price fraction
-
-
@tec-nacks you're welcome!
-
No worries