How to add more trades when 1 opened
-
Hi,
I've made a EA. But i want when my first trade didn't close, a new trade opens after it on the next candle.
For example if trade 1 on bull candle is 0,01 lot, and trade didn't close. Then on next bull candle there should be a new entry.Can anyone help or show me?
Already many thanks. -
@tim-3 You need to add a separate block tree like this:

-
@l-andorrà
Ok thanks, i will try this. -
It's working thanks.
I've got another question but that i will put in another topic.