How to make bot put a continuous chain of orders on uptrend?
-
Hi everyone,
I'm making a bot that catches the uptrend when ma20 X> ma 50,
I want it to open one single trade with x pips for stop loss and rr: 1
the moment tp is hit, I want the bot to open another order similar to the previous.I want this to continue as many times until SL is hit.
how do I do this?
any help is appreciated!
-
Do you mean having one only trade at a time only? You need to use a 'No trade' block on top of your structure.