Rejoignez notre page de fans
ATR without iATR() with smoothing Wilder by William210.mq5 - indicateur pour MetaTrader 5
- Vues:
- 537
- Note:
- Publié:
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
Good morning.
If this code malfunctions for whatever reasons, forgetting or MQL5 upgrades, let me know so I can correct it, thank you
You can find all my multi timeFrame indicator codes or not, in CodeBase or on the Marketplace, free or purchasable, by searching for "William210".
Why this code?
The Average True Range (ATR) indicator, developed by J. Welles Wilder in 1978, allows traders to measure the volatility of an asset by averaging the largest True Ranges over a given period. This information is valuable for understanding price movements and identifying trading opportunities.
Remember that the original ATR indicator from 1978 did not include this smoothing.
Wilder Smoothing was later introduced and helps smooth out fluctuations in the ATR indicator, making it easier to analyze. This is a simple moving average applied to ATR values, usually over a 14-period period.
May this code help you
Don't forget to put a star and ask me as a friend to be the first to be notified when my code is published in codebase or the marketplace
I wrote other simple codes in CodeBase:
I offer many of these indicators in the Marketplace, search for me "William210"
Adaptative moving average using iama()
The ATR is very useful for other indicators, such as SuperTrend which I offer in the marketplace
Awesome oscillator without iao()
Bands bollinger using ibands()
Moving average using ima(), using the native functions SimpleMA(), ExponentialMA(), SmoothedMA(), LinearWeightedMA()
I offer many multi-timeframe smoothing options in the marketplace.
Simple average => EMA, SMA, EMA, SMMA, LWMA
Volume-weighted averages, VWMA, VEMA, EVWMA
double and more exponential Average, DEMA
Stochastic using istochastic()
If you have code ideas to help or serve as a basis, request it on this thread

Exemples tirés du livre "Réseaux neuronaux pour le trading algorithmique avec MQL5"
Le livre "Réseaux neuronaux pour le trading algorithmique avec MQL5" est un guide complet, couvrant à la fois les fondements théoriques de l'intelligence artificielle et des réseaux neuronaux et les aspects pratiques de leur application dans le trading financier en utilisant le langage de programmation MQL5.
Moving Averages-14 different types
This is an indicator to calculate 14 types of moving averages based on close price.
SingleTesterCache
Données d'un seul passage du testeur.
Calendrier
Calendrier - analyse fondamentale sur l'historique et en temps réel.