Forum

How to know BUYLIMIT success

I want to create an EA after making buylimit1 when buylimit1 success, it will execute buylimit2

if (Sellstop becomes sell) ....

if (( iMA ( NULL , 0 , 89 , 0 , MODE_EMA , PRICE_OPEN , 0 )>Bid)) { result1= OrderSend ( Symbol (),OP_BUY,Lots,Ask,Slippage, //--------------Order 1 SL1, TP1, Comment ,MagicNumber, 0 ,Red);

EA copy trade

I found an EA copy trade on the internet As far as I know, it can be copied from one MT4, to another MT4 via PostgreSQL server But I don't know how to install it to be able to use this EA Please help me - https://github.com/kr0st/trade_replicator -