A multi-harmonic (or multi-tone) trigonometric model of a price series x[i], i=1..n, is given by:
x[i] = m + Sum( a[h]*Cos(w[h]*i) + b[h]*Sin(w[h]*i), h=1..H )
where:
- x[i] – past price at i-th bar, total n past prices;
- m – bias;
- a[h] and b[h] – scaling coefficients of harmonics;
- w[h] – frequency of a harmonic;
- h – harmonic number;
- H – total number of fitted harmonics.
Fitting this model means finding m, a[h], b[h], and w[h] that make the modeled values to be close to real values. Finding the harmonic frequencies w[h] is the most difficult part of fitting a trigonometric model. In the case of a Fourier series, these frequencies are set at 2*pi*h/n. But, the Fourier series extrapolation means simply repeating the n past prices into the future.
This indicator uses the Quinn-Fernandes algorithm to find the harmonic frequencies. It fits harmonics of the trigonometric series one by one until the specified total number of harmonics H is reached. After fitting a new harmonic, the coded algorithm computes the residue between the updated model and the real values and fits a new harmonic to the residue.
The indicator has the following input parameters:
- Npast – number of past bars, to which trigonometric series is fitted;
- Nfut – number of predicted future bars;
- Nharm – total number of harmonics in model;
- FreqTOL – tolerance of frequency calculations.
The indicator plots two curves: the blue curve indicates modeled past values and the red curve indicates the modeled future values.
MT5 Indicators – Download Instructions
This is a Metatrader 5 (MT5) indicator and the essence of this technical indicator is to transform the accumulated history data.
This MT5 Indicator provides for an opportunity to detect various peculiarities and patterns in price dynamics which are invisible to the naked eye.
Based on this information, traders can assume further price movement and adjust their strategy accordingly. Click here for MT5 Strategies
Recommended Forex MetaTrader 5 Trading Platforms
XM Market
- Free $50 To Start Trading Instantly! (Withdrawable Profit)
- Deposit Bonus up to $5,000
- Unlimited Loyalty Program
- Award Winning Forex Broker
- Additional Exclusive Bonuses Throughout The Year
>> Claim Your $50 Bonus Here <<
How to install MT5 Indicator to your MetaTrader 5 Chart?
- Download mq5 file below
- Copy the mq5 file to your Metatrader 5 Directory / experts / indicators /
- Start or restart your Metatrader 5 Client
- Select Chart and Timeframe where you want to test your mt5 indicator
- Search “Custom Indicators” in your Navigator mostly left in your Metatrader 5 Client
- Right click on mq5 file
- Attach to a chart
- Modify settings or press ok
- And the Indicator is available on your Chart
How to remove MT5 Indicator from your Metatrader 5 Chart?
- Select the Chart where is the Indicator running in your Metatrader 5 Client
- Right click into the Chart
- “Indicators list”
- Select the Indicator and delete
(Free Download)
Click here below to download: