Available translations

Enhanced SuperTrend

foundations.png
Summary: The Enhanced SuperTrend uses the Volume Adjusted Weighted Moving Average (VAWMA) to calculate it's trendlines, instead of using the HLC3 as the source of the standard indicator. It then goes further to show when the trend is potentially changing when the price action pierces the trendline.
Enhanced SuperTrend on the Charts
This indicator shows the usual green line for the support, and red for the resistance line. When the price action pierces the trend line, the line turns yellow to show that it is in a warning/unconfirmed state.
Products & Properties
The following properties are available to access:
Product Name Product Variable Properties
EnhancedSuperTrend eSuperTrend upVal, dnVal, trend, unconfirmed, reversal
The parameters of the indicator's calculations can be changed by locating and opening the Javascript Code under Data Building Procedure -> Procedure Loop under "Enhanced SuperTrend" Procedure Loop.
Example:
This indicator can be used to enter a trade when the trend direction changes to 1 and a reversal indication appears:
 chart.at01hs.eSuperTrend.reversal == 1 &&  chart.at01hs.eSuperTrend.trend == 1
Maintainer:
Next
Pursue Line