MQL4 - automated forex trading   /  

Documentation

ActivePanelActivePanel Try product
ActivePanel
Author: dupter
Screenshot
AUDUSD, M15
Demo
How to Use Crashlogs to Debug Your Own DLLsHow to Use Crashlogs to Debug Your Own DLLsUltimate OscillatorIndicator
Ultimate Oscillator
Author: MetaQuotes
Subscribe to signal
Fxvklad
582.12%, 407.47 USD

MQL4 Reference  Standard constants  Moving Average methods

 
Use the opportunities of
MQL5 in MetaTrader 5
Study the new MQL5 language
Study the new MQL5 language.
Reference is already available

Moving Average calculation method used with iAlligator(), iEnvelopes(), iEnvelopesOnArray, iForce(), iGator(), iMA(), iMAOnArray(), iStdDev(), iStdDevOnArray(), iStochastic() indicators.
It can be any of the following values:

ConstantValueDescription
MODE_SMA0Simple moving average,
MODE_EMA1Exponential moving average,
MODE_SMMA2Smoothed moving average,
MODE_LWMA3Linear weighted moving average.