Bot not doing what I believe it should
-
I believe the EA I built should only open a trade if candles (5) are above below 200EMA, but it opens them anyway. Have I done something wrong? how do I fix this?
-
You need to specify and candle 0,1,2,3,4,5
i add some example for 0,1,2 try with this and if it is work do same for sell and insert to 5 candle -
@ramisignals Thank you, in the how to section it says you can have them in line but the most unlikely condition should be on top so I have changed it to this, I will make another version with your specification and see if one or any work better.
Thank you
-
@jstap Can you please share the link of your project instead of the file itself?
-
@l-andorrà link text ,you mean like this, no problem.
-
@jstap Here you have my suggestions:
- Blocks 1 and 6 do not distinguish buys from sells. Bloc 1 should be for buys only and block 6 for sells only.
- Specify cadle ID 1 on all operands with indiocators in Condition blocks.
- Remove one of those breakeven blocks and disconnect the other one. Specify it to work with buys and sells and connect it at the same time below blocks 11 and 14.
-
@l-andorrà Thank you, I will amend to your recommendations.