Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Visualizzazioni:
7198
Valutazioni:
(17)
Pubblicato:
2012.12.12 12:18
Aggiornato:
2023.03.29 13:42
\MQL5\Include\
zpf.mq5 (8.6 KB) visualizza
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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

Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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