Ok got it, thx mate
Unsolved Heiken Ashi entry condition
-
Hi,
did use Heiken Ashi by " indicator is visible" as entry before, but got both buy and sell trades opended. Got told to use condition block instead.
Tried multiple approach but now bot doesnt open any trades.
Somebody got any idea why?Did use example from Fx dreema examples page:
Thx
-
You need to work out what value is returned, then you will know what goes in the right operand.
-
Hi,
by returned you mean the "is>" right?
Just simply looking for entry that previous Candle Candle ID 1 was Heiken Ashi Bearish and current Candle 0 is Bullish as well and vise versa for sell.
When using indicator is visible always got the problem the trades was opended in both directions and been told by other user to use conditions block.
-
If the value is 0, or 1 you need to ==0, or 1, if it's something different you will need to do something different, put this value in a comment so you know what you are working with.
-
ok, kinda understand this, but do i need to use the value > 0 anyway for heiken ashi for condition block?
Just would like to keep it simple like in indicator is visible like Bull candle, previous candle where to get from.
-
I do not know, put it in a comment so you know what value is returned, or something like ID2 = Bear, and ID1 == Bull
-
Ok got it, thx mate