fernandoissler
fernandoissler
Friends

Add friends via their profile or user search and you will be able to see if they are online

fernandoissler
Added topic Cancel previous trade profit when a new order is submitted.
I have this code: #include <Trade\Trade.mqh> CTrade trade; double MACDValues1M[]; int MACD1M = iMACD ( _Symbol , PERIOD_M1 , 12 , 26 , 9 , PRICE_CLOSE ); ArraySetAsSeries (MACDValues1M, true ); CopyBuffer (MACD1M, 0 , 0 , 3 , MACDValues1M);
fernandoissler
Registered at MQL5.community