Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5

Class CalcFrac - Number of bars before and after the current High / Low (calculated fractal) - bibliothèque pour MetaTrader 5
- Vues:
- 7683
- Note:
- Publié:
- 2010.01.07 13:36
- Mise à jour:
- 2017.09.06 09:54
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
Calculates fractals and lets you specify the number of bars separately before and after the current High / Low (fractal).
Functions://+------------------------------------------------------------------+ //| calculate lower fractals | //+------------------------------------------------------------------+ bool CalcFrac :: is_lower_fr(int number_of_bars) //+------------------------------------------------------------------+ //| calculate upper fractals | //+------------------------------------------------------------------+ bool CalcFrac :: is_upper_fr(int number_of_bars)
Sample:
Indicator : FractalsPeriod

The Average Directional Movement Index Indicator (ADX) helps to determine if there is a price trend.

The Acceleration/Deceleration Indicator (AC) measures acceleration and deceleration of the current driving force.

The Average Directional Movement Index by Wilder (ADX Wilder) helps to determine the presence of the price trend.

The Adaptive Moving Average Indicator is used for constructing a moving average with low sensitivity to price series noises and is characterized by the minimal lag for trend detection.