How do I make my expert advisor trade multiple currency pairs
-
Please I just want to create a stoploss ea that can trade multiple currency pairs ( 27 to be exact ) on mt4.
I need it such that whenever I open order on any pair then I set my stoploss and take profit myself.
Whenever price reaches 8pips from entry or if Stochastic enters overbought zone (for sell and vice versa for buy), then the ea will move the stoploss to 1pip ahead my entry point.
Also, please can I set the ea to keep my stoploss hidden, such that it just notes down my stoploss (or it's own modified stoploss) and closes the trade when that noted price is reached
-
@daverazon You will need to set up conditions for each pair (possibly use the multiple pair block), magic number 0 will work with manually placed trades, I would get working on 1 pair, once working I would add in the rest.
-
@jstap OK, thanks for your guidance.