Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Indicateurs

7_Macd - indicateur pour MetaTrader 4

Vues:
34936
Note:
(13)
Publié:
2016.07.01 10:31
Mise à jour:
2016.11.22 07:32
7_Macd.mq4 (5.5 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur 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


Traduit du russe par MetaQuotes Ltd.
Code original : 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.