The iS7N_SacuL.mq5 indicator is based on the original indicator 'Lucas1.mq4', written in MQL4. Parameters: Per - indicato...
Showing posts with label MetaTrader 5 Indicator. Show all posts
Showing posts with label MetaTrader 5 Indicator. Show all posts
MetaTrader 5 Indicator | ZigZagNN
0
MetaTrader 5 Indicator | ZigZagNN
RobotFX
24.11.25
The indicator shows recalculated ("broken") highs/lows of the standard ZigZag indicator. The indicator allows to estimate ...
MetaTrader 5 Indicator | HI LO Indicator
0
This is the hilo indicator. Usage of this indicator should be obvious. 117 Best MetaTrader Indicators + Profitable Expert Advisors
MetaTrader 5 Indicator | WPR Hist
0
MetaTrader 5 Indicator | WPR Hist
RobotFX
24.11.25
Real author: Ulterior It's MQL5 version of the indicator, published here: https://www.mql5.com/ru/code/9187. The input paramet...
MetaTrader 5 Indicator | FIR filter
0
The indicator shows moving average, calculated using the digital filter. In this example the Hann Window is used. You can use the ot...
MetaTrader 5 Indicator | Linear regression slope
0
Linear regression fits the following equation of a straight line to price data: y[x] = y0 + b*x where: x is a bar number (x=1..n...
MetaTrader 5 Indicator | AR extrapolation of price
0
An autoregressive (AR) (or linear prediction) model is given by: x[n] = -Sum(a[i]*x[n - i], i = 1..p) where: x[n] is the predi...
MetaTrader 5 Indicator | Fourier extrapolation of price
0
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)...
MetaTrader 5 Indicator | iS7N TREND 1
0
Trend indicator with the simple smoothing algorithms. Based on the indicator trend.mq4 with some modifications. It has an only one p...
MetaTrader 5 Indicator | Price prediction by Nearest Neighbor
0
The k-Nearest Neighbor algorithm (k-NN) searches for k past patterns (neighbors) that are most similar to the current pattern and com...
MetaTrader 5 Indicator | Price prediction by Nearest Neighbor found by a weighted correlation coefficient
0
MetaTrader 5 Indicator | Price prediction by Nearest Neighbor found by a weighted correlation coefficient
RobotFX
23.11.25
The main disadvantage of the classical Nearest Neighbor algorithm (see an examplary implementation in https://www.mql5.com/en/code/13...
MetaTrader 5 Indicator | BB 3sigma
0
Bollinger Bands +-3sigma. You can change period and sigma ratio (Proper size of Deviation is 0.5~1.0). Bollinger Bands Indicator (BB...
MetaTrader 5 Indicator | iS7N TREND.mq5
0
Now it's two-color (or two-mode) trend indicator, the number of calculated bars can be specified. Also you can select the mode (...
MetaTrader 5 Indicator | The Moving Average Indicator, based on the Quasi-Digital Filter
0
MetaTrader 5 Indicator | The Moving Average Indicator, based on the Quasi-Digital Filter
RobotFX
22.11.25
The Moving Average Indicator, based on the Quasi-Digital Filter. The MACD Indicator as example of its use is presented. 137 Best Met...
MetaTrader 5 Indicator | The Hodrick-Prescott Filter
0
The Hodrick-Prescott filter is used in macroeconomics, especially in real business cycle theory to separate the cyclical component of...
MetaTrader 5 Indicator | iHeikenAshiSm
0
The Heiken Ashi indicator with smoothing. Depending on the parameters it can be plotted as bars or candles. It can plot the HeikenAs...
MetaTrader 5 Indicator | iMAFan
0
MetaTrader 5 Indicator | iMAFan
RobotFX
22.11.25
A Colorful Fan of Moving Averages. Parameters: MAMethod - МА method; MAPrice - МА applied price; PeriodFrom - МА minimal peri...
MetaTrader 5 Indicator | iUniMA
0
MetaTrader 5 Indicator | iUniMA
RobotFX
22.11.25
The Universal Moving Average, it allows to select any type of moving average, included in the MetaTrader 5 client terminal: Main par...
MetaTrader 5 Indicator | iStochasticOfOsc
0
The Stochastic of all oscillator-like indicators, included in MetaTrader 5 client terminal. Parameters: Indicator - type of the ...
MetaTrader 5 Indicator | Color Parabolic 2
0
Added colors to Parabolic SAR. The color depends on the acceleration factor. All calculations performed inside the CParabolic class....