Multi-time frame version of the standard Moving Average Convergence/Divergence (MACD) indicator.
Input parameters:
- TimeFrame – the timeframe used. It can take any of the ENUM_TIMEFRAMES values.
- TimeCorrection – the time correction used. It can have the value true or false (look at the first screenshot: the first indicator is set to true, the second to false.
- FastEMA-the calculation period for the Fast Moving Average.
- SlowEMA – the calculation period for the slow Moving Average.
- SignalSMA – the period for calculating the signal line.
- Applicedprice – the price used. It can be one of the price constants of the ENUM_APPLIED_PRICE enumeration.
You can simultaneously use multiple copies of the indicator on the same chart.
The MTF (multi-timeframe) version is very useful for developers. Made using our own optimized MTF converter.
When checking in the strategy tester, use the All Ticks mode.