Mira cómo descargar robots gratis
¡Búscanos en Twitter!
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
Visualizaciones:
798
Ranking:
(17)
Publicado:
2018.11.26 09:19
RSI_X20.mq5 (14.19 KB) ver
¿Necesita un robot o indicador basado en este código? Solicítelo en la bolsa freelance Pasar a la bolsa

Autor real:

Ivan Kornilov

Veinte indicadores RSI en una ventana.

//+-------------------------------------+
//| Parámetros de entrada del indicador |
//+-------------------------------------+
input uint StartRSIPeriod=5;                          // período inicial
input uint  step = 1;                                 // paso del período
input ENUM_APPLIED_PRICE   RSIPrice=PRICE_CLOSE;      // precio


Fig. 1. Indicador RSI_X20

Fig. 1. Indicador RSI_X20

Traducción del ruso realizada por MetaQuotes Ltd
Artículo original: https://www.mql5.com/ru/code/22984

Tengri Tengri

Se usan los indicadores iMA (Moving Average, MA), iRSI (Relative Strength Index, RSI) y Silence. Martingale.

WAVE_PM WAVE_PM

Descripción breve

Consensus_of_Five Consensus_of_Five

Indicador Consensus of Five

Time_Bar_Custom Time_Bar_Custom

El indicador construye una línea vertical en el gráfico al día, en el momento de tiempo fijado en los ajustes.