bot opening two trades instead of 1
-
hey guys. my EA that i created keeps opening two trades instead of opening 1 at a time , is there anybody who can help me fix this?
-
@yeaha Put a shared link so what is happening can be looked at.
-
https://fxdreema.com/shared/jtb4TO1ne
heres my shared link for my bot opening two trades instead of one. please assist
-
@yeaha There are two sets of conditions leading to a single buy or sell blocks. If both sets are true, two buys or two sells will be open. You should change your settings if you want to avoid that or using an 'OR' blocks instead on top each 'buy/sell now' blocks.
-
@l-andorrà thank you so much for your help! i've resolved that issue.. is there a way for me to make the bot to only open trades on the 30 minute timeframe candle close? for example. if a trade hits the tp in the middle of a 30m candle (tp hit example time- 15:17) can i make the bot only open a new trade when that 30m candle closes? (example time to open a trade at 15:30) instead of having the bot immediately open a trade upon hitting the tp at 15:17
-
@yeaha You need to use a 'once per bar' block immediately above the buy/sell now block and below your condition blocks. That way there will be just one open trade per bar.