Mira cómo descargar robots gratis
¡Búscanos en Telegram!
Pon "Me gusta" y sigue las noticias
¿Es interesante este script?
Deje un enlace a él, ¡qué los demás también lo valoren!
¿Le ha gustado el script?
Evalúe su trabajo en el terminal MetaTrader 5
Indicadores

7_Macd - indicador para MetaTrader 4

Visualizaciones:
34742
Ranking:
(13)
Publicado:
2016.07.01 10:31
Actualizado:
2016.11.22 07:32
7_Macd.mq4 (5.5 KB) ver
¿Necesita un robot o indicador basado en este código? Solicítelo en la bolsa freelance Pasar a la bolsa

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


Traducción del ruso realizada por MetaQuotes Ltd
Artículo 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.