Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

7_Macd - indicator for MetaTrader 4

Views:
34691
Rating:
(13)
Published:
2016.07.01 10:31
Updated:
2016.11.22 07:32
7_Macd.mq4 (5.5 KB) view
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

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.