Forum

converting iMA from mql4 to mql5

I understand that the previous syntax was this double iMA ( string symbol, int timeframe, int period, int ma_shift, int ma_method, int applied_price, int shift) and assuming i want values like this: double maValue = iMA ( NULL

what are the new predefined variables in MQL5?

Understand that all these predefined variables from MQL4 are missing in MQL5 - Ask, Bars, Bid, Close, Digits, High, Low, Open, Point, Time, Volume . What are they represented as in MQL5 now? Thanks