Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
Unisciti alla nostra fan page
Unisciti alla nostra fan page
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Kurtosis - indicatore per MetaTrader 5
- Visualizzazioni:
- 9004
- Valutazioni:
- Pubblicato:
- 2018.03.01 11:39
- Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
A trend oscillator. It is calculated by the following formula:
SMA(3) of EMA (66) of ( Momentum[period] - Momentum[period-1] )
It has four configurable parameters:
- Period of momentum - momentum calculation period;
- Primary smoothing period - EMA smoothing period (66);
- Secondary smoothing period - SMA smoothing period (3);
- Applied price - price used for calculating the momentum.
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/19887
Kicking Pattern
The indicator searches for a sequence of candlesticks on a chart and marks bullish and bearish sequences.
DifferenceThe Difference indicator shows the difference between the current prices and prices as of N periods ago.
Logarithmic Regression
Logarithmic regression channel.
Moving Average CandlesA moving average drawn as candlesticks on a chart.