Max symbols
-
Hello friends,
I've been trying to find a solution for a while without success. I have an ea which analyzes on several symbols at the same time, but I would like that when it opens positions on 5 diferent symbols it stops opening positions on other symbols. it's possible? -
Positions count set to any symbol
-
i need it continue open positions not a limited positions but only in the 5 already open symbols
-
Position count will only work with running positions
-
can you share a example? precisely it would be necessary that on the symbols to which there are already positions it could still open positions on these symbols
-
@smille99 Did it have anything to do with your money margin ?
-
nothing to do with margin
-
@fxDreema is it possible to do this with fxdreema? otherwise it would be interesting to add an option to count the number of currency pairs allowed in the same time
-
because in my specific case I work with correlations and it takes time to open a position but when this position opens it is possible that it opens at the same time on 10 different symbols and the problem is that if it opens in several symbols I need to be able to re-open positions in this same symbol once the trend goes my way
-
@smille99 Are you using the same bot on different charts or one only bot on one only chart?
-
same bot on diferents charts
-
@smille99 Then you can use this block immediately after the one limiting the max number of trades:

This block will recognize this symbol can still open trades.
-
can you please share a example @l-andorrà ? i place this block before all logic?
-
@smille99 No. As I said, you can use this block immediately after the one limiting the max number of trades.