EA does not follow conditions set.
-
Hi, I set the conditions so it opens a buy after 2 bars, it opens after more than 2 bars my ea


-
@l-andorrà @jstap how do I solve this please? Would like it to open buy after 2 green bars and open sell after 2 red bars as well. Please help
-
Need your shared link to look at, but it sounds like you need a condition of something like ID3 is bear, Id 2&1 is bull-buy, reverse for sells.
-
-
@jstap Can you please help me on my other post too? Thank you so much other post
-
With custom indicators, you need to check that the used buffer contains a useable value.
-
@jstap how do I set the conditions like you mentioned? I do not really understand what you mean sorry
-
@jstap it has useable values for all 4, 2 cross lines and 2 bars(histogram)

-
On every candle draw a red or green line so on backtest you can check if the line colours match up with the indicator
-
@jstap how do I do that?
-
@DeltaAurum This is the second thread you created for the exact same question. Please don't duplicate threads.
-
once per candle check the buffer and print the corresponding colour, use candle ID1 so you know it's confirmed