Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

Zero Point Force - indicator for MetaTrader 5

Views:
7215
Rating:
(17)
Published:
2012.12.12 12:18
Updated:
2023.03.29 13:42
\MQL5\Include\
zpf.mq5 (8.6 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to 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

Translated from Russian by MetaQuotes Ltd.
Original code: 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