auroagwei

Dickinson Moving Average (DMA)

auroagwei Mis à jour   
Implementation of the "Dickinson Moving Average" from the r/algotrading post by Nathan Dickinson

Quoted from the author of the Dickinson Moving Average:
"I was experimenting with the “zero lag” code from John Ehlers and the Hull Moving Average and noticed that they seemed to respond in complementary ways when properly set up. With the right starting values, they blend together to make a moving average which responds with one (or maybe even half a bar) of lag. To my eye, it looks to be almost as good as the Jurik Moving Average."

Optional parameter input available to use Exponential Hull Moving Average (EHMA) instead of WMA for the Hull MA is available.

Acknowledgements/Credits:
  • Nathan Dickinson, Dickinson Moving Average
  • @RicardoSantos, Function for Hull Moving Average
  • Exponential Hull Moving Average sourced from:
    // Raudys, Aistis & Lenčiauskas, Vaidotas & Malčius, Edmundas. (2013). Moving Averages for Financial Data Smoothing.
    // Communications in Computer and Information Science. 403. 34-45. 10.1007/978-3-642-41947-8_4.
  • @Everget, Jurik Moving Average
Notes de version:
Correction in code for author name:
- Nathan Dickson, Dickson Moving Average
Script open-source

Dans le véritable esprit de TradingView, l'auteur de ce script l'a publié en open-source, afin que les traders puissent le comprendre et le vérifier. Bravo à l'auteur! Vous pouvez l'utiliser gratuitement, mais la réutilisation de ce code dans une publication est régie par le règlement. Vous pouvez le mettre en favori pour l'utiliser sur un graphique.

Clause de non-responsabilité

Les informations et les publications ne sont pas destinées à être, et ne constituent pas, des conseils ou des recommandations en matière de finance, d'investissement, de trading ou d'autres types de conseils fournis ou approuvés par TradingView. Pour en savoir plus, consultez les Conditions d'utilisation.

Vous voulez utiliser ce script sur un graphique ?