Gabbo1064

SUPER MULTI MOVING AVERAGE [Gabbo]

Gabbo1064 Mis à jour   
this indicator serves to differentiate the classic Moving Average with a different style

There are 3 Moving Average editable with the Source, length, timeframe and styles. the styles are:
  • SMA = Simple moving average
  • EMA = Exponential moving average
  • WMA = Weighted moving average
  • RMA = Rolling moving average
  • HMA = Hull moving average
  • JMA = Jurik moving average
  • DEMA = Double exponential moving average
  • TEMA = Triple exponential moving average
  • LSMA = Least squares moving average
  • VWMA = Volume-weighted moving average
  • SMMA = Moving average Smoothed
  • KAMA = Kaufman Moving Average Adaptive
  • ALMA = Arnaud Legoux moving average
  • FRAMA = Fractal Adaptive moving average
  • VIDYA = Variable Index Dynamic Average

There are also Inputs that are valid only for some styles such as:
  • JMA = "Phase" and "Power"
  • ALMA = "Offset" and "Sigma"
  • FRAMA = "Lower shift ( FC )" and "Upper shift ( SC )"
  • VIDYA = "Fixed CMO Lenght (9)?" and "Calculation Method: CMO/StDev?"


The "Ema Fill" input is used to decide the type of Moving Average long or short, the choices are:
  • Fast/Slow = Long = maFast >= maSlow --- Short maSlow > maFast
  • Fast = Long = maFast >= close ------ Short maFast < close
  • Slow = Long = maSlow >= close ------ Short maSlow < close
  • NA = No fill

If they also select the input "USE Ema Conf ???" the calculations for Moving Average Long and Short become like this:
  • Fast/Slow = Long = maFast >= maSlow and maConf >= maFast --- Short maSlow > maFast and maSlow > maFast
  • Fast = Long = maFast >= close and maConf >= maFast ------ Short maFast < close and maFast > maConf
  • Slow = Long = maSlow >= close and maConf >= maSlow ------ Short maSlow < close and maSlow > maConf
  • NA = No fill


selecting the input "TABLE ???" a table with 8 boxes will appear and each will be of a different color, based on the Moving Average Long and Short of the 8 different Timeframes.
the "Neutral Position" input is used to calculate the Moving Average Neutral, Long and Short
  • Long = maFast- maSlow >= upBar and maFast >= maFamaSlow
  • Short = maFast- maSlow <= -lowBar and maSlow > maFast
  • Neutral = maFast >= maSlow and maFast- maSlow < upBar OR maSlow > maFast and maFast- maSlow > -lowBar
Notes de version:
correction

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 ?