Mira cómo descargar robots gratis
¡Búscanos en Twitter!
Pon "Me gusta" y sigue las noticias
Pon "Me gusta" y sigue las noticias
¿Es interesante este script?
Deje un enlace a él, ¡qué los demás también lo valoren!
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
Evalúe su trabajo en el terminal MetaTrader 5
- Visualizaciones:
- 17040
- Ranking:
- Publicado:
- 2010.07.19 07:15
- Actualizado:
- 2014.04.21 14:54
-
¿Necesita un robot o indicador basado en este código? Solicítelo en la bolsa freelance Pasar a la bolsa
Shows low high from the last bar from other timeframe. Timeframe and Bar[x] can be changed
correction
resi = iHigh(Symbol(), PERIOD_M15, i);
supi = iLow(Symbol(), PERIOD_M15, i);
change
resi = iHigh(Symbol(), tframe, i);
supi = iLow(Symbol(), tframe, i);


Simple Momentum x 2

This indicator reflects the positive difference between the High and Low of the period.

The Expert Adviser uses the indicator OsMA.

The purpose of this indicator is to highlight the price zones that had the most activity : the hotest zones.