Assista a como baixar robôs de negociação gratuitos
Encontre-nos em Twitter!
Participe de nossa página de fãs
Script interessante?
Coloque um link para ele, e permita que outras pessoas também o avaliem
Você gostou do script?
Avalie seu funcionamento no terminal MetaTrader 5
Indicadores

Universal Ranger - indicador para MetaTrader 4

Visualizações:
16257
Avaliação:
(2)
Publicado:
2010.07.19 07:15
Atualizado:
2014.04.21 14:54
Precisa de um robô ou indicador baseado nesse código? Solicite-o no Freelance Ir para Freelance

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);


DoubleDragon DoubleDragon

Simple Momentum x 2

Big Times Big Times

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

OsMaSter_V0 OsMaSter_V0

The Expert Adviser uses the indicator OsMA.

Heat Map Heat Map

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