Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Indicatori

7_Macd - indicatore per MetaTrader 4

Visualizzazioni:
34697
Valutazioni:
(13)
Pubblicato:
2016.07.01 10:31
Aggiornato:
2016.11.22 07:32
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

Another variation of the Macd.

Input parameters:

extern int FastEMA=9;
extern int SlowEMA=64;
extern int SignalSMA=112;
extern bool plotArrows=false;
extern double HistThreshold=0;


!_Macd


Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/8670

RSI prognoz RSI prognoz

The indicator predicts (at least tries to) the RSI on a specified number of bars using the cluster analysis

Example of plotting a function spectrum using the FFT library Example of plotting a function spectrum using the FFT library

Example of plotting a function spectrum using the FFT library

MTF PCCI-as a filter MTF PCCI-as a filter

Multi-timeframe PCCI indicator.

MTF_Fractal MTF_Fractal

Another variation of the fractals.