Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Vues:
7247
Note:
(17)
Publié:
2012.12.12 12:18
Mise à jour:
2023.03.29 13:42
\MQL5\Include\
zpf.mq5 (8.6 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The real author:

Ivan Kornilov

The Zero Point Force indicator drawn on the basis of two Moving Averages. The indicator has the idea of the zero point taken from physics! Shows force classified at the zero point!

The formula for calculation of the indicator:

ZPF[Bar] = MA (Period, Volume[bar]) * (MA (Period, Price[Bar]) - MA (2*Period, Price[Bar])) / 2

This indicator was first implemented in MQL4 and published in CodeBase on 10.03.2010.

The indicator uses SmoothAlgorithms.mqh library classes (must be copied to the terminal_data_folder\MQL5\Include). The use of the classes was thoroughly described in the article "Averaging price series for intermediate calculations without using additional buffers".

Fig.1 The Zero Point Force indicator

Fig.1 The Zero Point Force indicator

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/1202

StochasticStack StochasticStack

The simpliest linear combination of eight stochastics in the form of the oscillator

Ichimoku Oscillator Ichimoku Oscillator

The oscillator drawn on the basis of four lines of the Ichimoku indicator.

Exp_ColorX2MA-Parabolic Exp_ColorX2MA-Parabolic

Trading system based on the signals of the parabolic that uses Moving Average values as an input time series.

Dserg - LinRegression Breakout Dserg - LinRegression Breakout

The indicator for automatic drawing of consolidation areas and channels on the basis of the linear regression