Rejoignez notre page de fans
- Vues:
- 12193
- Note:
- Publié:
- 2018.09.27 15:37
- Mise à jour:
- 2018.10.01 11:41
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
The Dynamic Trend signal indicator draws a two-color trend direction line and adds signal arrows.
It has two input parameters:
- Period - calculation period;
- Percent - "strengthening percent" (*).
Calculations:
Line
-
If Close < PrevLine:
Line = Close[Hindex] - Percent
-
If Close > PrevLine:
Line = Close[Lindex] + Percent
where:
- Hindex - the index of the highest Close within the Period interval;
- Lindex - the index of the lowest Close within the Period interval.
Arrows
- If Close[3] > Line[2] and Close[2] < Line[3]: Blue up arrow.
- If Close[2] < Line[1] and Close[2] > Line[3]: Red down arrow.
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/21725

A trading system based on the ColorXPWMA_Digit indicator signals with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system.

The Trend_Intensity_Index indicator with the ability to change the indicator timeframe using the input parameters.

Klinger Oscillator developed by Stephen Klinger to determine the long-term trend while remaining sensitive to detect short-term fluctuations enabling the trader to predict short-term reversals.

One of the variations of the "Avalanche" strategy. Martingale is used.