Daniel_Ge

Average Trend with Deviation Bands v2

Daniel_Ge Mis à jour   
TL;DR: An average based trend incl. micro trend spotting and multiple display options.

This script is basically an update of my "Average Trend with Deviation Bands" script. I made the following changes:

  • Not an overlay anymore - The amount of drawn lines makes the chart pretty messy. That's why I moved it to a pane. If you preferred the overlay you can use my "Average Trend with Deviation Bands" script. *This is also the reason why I publish this script instead of updating the existing one.
  • I added an EMA to represent the price movement instead of candles
  • I added a signal (SMA) to spot micro trends and early entry/exit signals
  • I added the option to switch between a "line view" which shows the average trend and deviation bands and an "oscillator view" which shows an oscillator and histogram (MACD style)

General usage:
1. The white line is the average trend (which is an average of the last N bars open, close, high, low price).
2. Bands around the average trend are standard deviations which can be adjusted in the options menu and are only visible in "lines view". Basically they are like the clouds in the Ichimoku Cloud indicator - In big deviation bands the price movement needs more "power" to break through the average trend and vice versa.
3. Indicator line (blue line) - This is the EMA which represents the price. Crossing the average trend from below indicates an uptrend and vice versa (crossing from above indicates a down trend).
4. Signal line (red line) - This is a smoothed version of the indicator line which can be used to predict the movement of the price when crossed by the indicator line (like at MACD and many other indicators).


Oscillator usage:
When switched to "oscillator view" the indicator line oscillates around a zero line which can be seen as the average trend. The usage is basically the same as described above. However there is also the histogram which shows the difference between the indicator and signal. Of course the histogram can be deactivated. Additionally a color filling can be added to easily spot entry/exit signals.



As always: Code is free do whatever you like. If you have any questions/comments/etc. just drop it in the comment section.




Notes de version:
Update notes:

  • Added ATR Bands. Switch between ATR and deviation bands in the settings menu.
  • ATR/Deviation color coding (to easily see out of bands moves). Values inside a band uses darker. Color coding can be deactivated by entering "0" in the band factor setting.
  • Bars in oscillator mode can be switched to hollow bars
  • Added "Signal Bars" -> Signal Bars show how much the price differs from the signal (fast MA). I use them as a momentum indicators
  • Signal Bars can be used without additional bars or combined with regular or hollow bars. Signal bars can be deactivated in the settings menu
  • Some minor tweaks

Except ATR bands; all changes aim to provide a better visibility of micro and macro moves.
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 ?