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:
- 15236
- Rating:
- Veröffentlicht:
- 2016.04.26 15:39
-
Benötigen Sie einen Roboter oder Indikator, der auf diesem Code basiert? Bestellen Sie ihn im Freelance-Bereich Zum Freelance
Author: LGP.
Red - the resistance/support level calculation uses the Low/High.
Orange - uses the Close price, when
"The only exception to this rule is when the Low price exceeds the Close price of the initial day right after the initial day. In this case the first resistance level is defined as: the Close price of the next day after the initial day is multiplied by a coefficient"

Red - the resistance/support level calculation uses the Low/High.
Orange - uses the Close price, when
"The only exception to this rule is when the Low price exceeds the Close price of the initial day right after the initial day. In this case the first resistance level is defined as: the Close price of the next day after the initial day is multiplied by a coefficient"

Übersetzt aus dem Russischen von MetaQuotes Ltd.
Originalpublikation: https://www.mql5.com/ru/code/7316

Fast adaptive trend line is an estimate of the trend line.

The Jurik Moving Average indicator. JMA's improved timing and smoothness will astound you.

In the case of weighted moving average, the latest data is of more value than more early data. Weighted moving average is calculated by multiplying each one of the closing prices within the considered series, by a certain weight coefficient.

The indicator of dynamic resistance/support level with a fixed channel.