Schau, wie man Roboter kostenlos herunterladen kann
Finden Sie uns auf Facebook!
und werden Sie Mitglied unserer Fangruppe
und werden Sie Mitglied unserer Fangruppe
Interessantes Skript?
Veröffentliche einen Link auf das Skript, damit die anderen ihn auch nutzen können
Veröffentliche einen Link auf das Skript, damit die anderen ihn auch nutzen können
Hat Ihnen das Skript gefallen?
Bewerten Sie es im Terminal MetaTrader 5
Bewerten Sie es im Terminal MetaTrader 5
- Ansichten:
- 17061
- Rating:
- Veröffentlicht:
- 2010.07.19 07:15
- Aktualisiert:
- 2014.04.21 14:54
-
Benötigen Sie einen Roboter oder Indikator, der auf diesem Code basiert? Bestellen Sie ihn im Freelance-Bereich Zum 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.