Any alternative option to close this condition
-
When market price hit BB band ,, trade suppose to close as per attached document
could anyone help ?

-
@saeed-2 Hello,
Most of the time you should not use the symbol == as the price jumps around and may not be actually exactly the same price as the BB indicator. Use <= or >= instead.
-
yeah thats precise observation .. thanks man for the help >> always
-
@saeed-2 Setting should be on candle close.
-
@johann-0 it works both way either by candle close or market property .. but it suppose not to use ( == ) .. should be <= or >= .. it’s working properly now with market property