Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Vues:
- 36491
- Note:
- Publié:
- Mise à jour:
-
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
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