Schau, wie man Roboter kostenlos herunterladen kann
Finden Sie uns auf Twitter!
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:
- 8228
- Rating:
- Veröffentlicht:
- Aktualisiert:
-
Benötigen Sie einen Roboter oder Indikator, der auf diesem Code basiert? Bestellen Sie ihn im Freelance-Bereich Zum Freelance
Recursive Moving Average calls itself a number of times in order to reach the appropriate smoothing. For instance DEMA and TEMA indicators are recursive exponential moving averages. The goal is to remove the loop limit while still running fast. In addition a trigger line provides the trading signal.
Parameters define:
- regular period
- number of iterations: the higher the smoother
- smoothing method: exponential or smoothing only in order to keep it fast
- optional drawing of an arrow at signal
It sports two features_
- the trigger line: it equals average sum of smoothing iterations, the crossing of both lines signals a trade
- Optional drawing of arrow at signal.
As a rule of thumb, parameters should not overwhelm the chart with signals. This version handles open bar prices only.

Not sure if anyone need this. Just showing the angle of the MA of current and adjacent candle.

Adaptive momentum oscillator idea from David Varadi.

Simple Slope Oscillator Normalized with symbol overlay for MT4

Chaikin Oscillator with smoothing option.