Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
Unisciti alla nostra fan page
Unisciti alla nostra fan page
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
- Visualizzazioni:
- 17184
- Valutazioni:
- Pubblicato:
- 2010.07.19 07:15
- Aggiornato:
- 2014.04.21 14:54
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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);


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.