Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 35989
- Rating:
- Published:
- Updated:
-
Need a robot or indicator based on this code? Order it on Freelance Go to 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
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/8670

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