Forum

MQL4/MQL5

Hello, How can I write this MQL4 code in MQL5? for(int r=1; r<11 ; r++) ATR_SUM=ATR_SUM+(iATR(Symbol(),Period(),14,r)); ATR_TP=(ATR_SUM/10); in MQL4 there is shift parameter which is not on MQL5! MQL4: double iATR ( string symbol , // symbol int timeframe

How to read DDE data from MQL4 at VC++?

Hi, Do anyone know how may I read data that comes from MQL4 DDE server in Visual C++ 6.0