Forum

Trade Copier Problem

Hello There Guys , i have made this trade copier Ea based on Master and Slave . Master account just save the information of trades in excel file and slave account take the information throw excel file and open trades on slave account , but what i need is i just want that slave account open the trade

how to open multiple trades.

hello there i am facing some problem my expert adviser are opening infinite trade till the margin become zero . i used OrderTotal== 0 but i want to open multiple trades with the difference of 100 pip example : if my condition become true EA should open buy trade but if condition become true again

i want to make TP to break even

hello there i have this 2 moving average cross over Robot . first cross is sl and 2 cross over will be trade. how ever i want when the trade open and market move 100 pip the sl should be modify to break even but when i used orderselect outside the if statement it print the value of OrderOpenPrice()

Moving Average Cross Over

int init(){ RealPoint = RealPipPoint( Symbol ()); } void OnTick (){ double MidMovingAverage = iMA ( NULL , PERIOD_H4 , 7 , NULL , MODE_EMA , PRICE_CLOSE , 0 ); double SlowMovingAverage = iMA ( NULL , PERIOD_H4 , 10 , NULL