design expert
-
dear customer service
hope all is well
i would like to design an expert that open trades for all the pairs if they met the condition in one chart window
is that possible or i need to open all the pairs charts
thank you
regrards -
Within the BUY and SELL blocks you can set which symbol (pair or instrument) to trade (leaving it blank defaults to the current symbol i.e. the chart on which the EA is running), so, in theory, yes, should you want to do so, you could up trades on all the pairs as long as you set a BUY or SELL block for each pair.
-
@cpbonzo Use this block on top of all applicable conditions:

-
i have inserted the currency pairs into the market list but only two trades or lets say two symbols are open in EA, i want all the pairs (28 pairs) to be working at the same time if the condition is met
-
@salem This means the conditions were met at those symbols only and not in the others.
-
i mean if 10 pairs met the condition at the same time, only two trades will be activated
-
@l-andorrà
i mean if 10 pairs met the condition at the same time, only two trades will be activated -
@salem Can you please share your project to take a look at it?