how can i trade only the first signal of multiple same arrows
-
i uses an indicator that gives multiple same direction signal, with that i want to trade only one or the first signal because i use trailing stop loss and when it hit Stop loss i can see the other signal of the same direction entering the trade .
i do not want it that way ,instead it should not trade again when Stop loss reach .
pls someone should help me . thank you. -
No trade block to limit to 1, use a flag to turn trading off (once a trade had been placed), check this above buy/sell, reset this when required.
-
ok sir ,but what am saying is that ,my indicator can give a lot of arrows on each same signal
if buy plenty buy till the next sell but i want to trade only the first buy and leave the rest buy
and so same for sell till the next buy
so in all only the first signal will be trade leaving the rest -
Your logic can tell the bot which arrow to use.