Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 35738
- Rating:
- Published:
- 2016.07.01 10:31
- Updated:
- 2016.11.22 07:32
-
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