how to add max number of open trade option ?
-
i want to have the option to run 2 or more open trade's at the same time .how to i add that option on my ea
-
Put this block on top of your launching structure:

You can specify how many trades can be open at the same time. In my example there can be a maximum amount of 2.
-
@l-andorrà thanks
-
@l-andorrà can you show me examples on how to do that or do i just connect it like the trailing stop block
-
@l-andorrà do i also have to place the no trade block too
-
@mbiganyi-dagwi That depends what you are doing behind the blocks. If you use No Trade, the blocks connected on the orange dot will only be executed if there is "NO TRADE". If those blocks are checking your entry conditions, you wouldn't be able to let them be executed until all open trades are closed.
-
trader.philipps is right. Without knowing how your structure is makes it difficult for us to recommend something. Can you please share your project?
-
-
@trader-philipps
is that right ? -
@mbiganyi-dagwi Still hard to give an exact answer as we can't see how No Trade and Check trades count are configured. May you shar the project link here?
