How To Buy when ask price >= open price of previous bearish candle???
-

https://fxdreema.com/shared/M0YuCUNeb
Please my strategy is to buy when
- The previous candle was bearish
- Then the ask price of the current candle is greater than or equal to the open of that previous bearish candle.
(Note: under that condition block I've tested tick id as blank, 0 and 1 but none of them opens my position
) -
ok well instead of ask price put candle 0 high X> candle 1 open. and on bear candle block put continuous not once per bare u dont need to do that
-
@daverazon Your logic is correct and it should work with tick ID 0. Is this the whole project or just part of it?