How to close trade(s) because the indicator changed value
-
I can't figure out how to close the trades that the bot created after an indicator changed it's value.

At 3:09 or 3:10 I can't figure out why the close trades function did not work after the sell orders at 3:03, 3:04, 3:05, 3:06, 3:07, 3:08 and 3:09 went through. -
The condition before the purchase and the condition after the purchase can cause this. Try by separating the closing transaction after the order. Bind the condition using the if position buy or sell box.
-
Oh ok, thank you so much PhiLykia I see the If Trade box.