This post focuses on customizable SuperTrend Indicator factory scans, which can be edited, modified, or rewritten and then scanned using ChartAlert’s native stock screener or technical analysis scanner, namely the Basic Scanner and Advanced Scanner.
Display SuperTrend Indicator Values
Tags: supertrend indicator values, supertrend indicator settings, supertrend indicator screener, supertrend indicator scanner, supertrend indicator script
List symbols
Add Column SuperTrend(10) as STREND
Apply to NSE
This scan computes and presents the 10-period SuperTrend Indicator values for all NSE symbols. The multiplier’s default setting is 3.
OPTION 1
You can modify the default parameter values by explicitly specifying the desired values. In this example, we’re scanning for a 12-period SuperTrend Indicator, with the multiplier parameter set at 1.5.
List symbols
Add Column SuperTrend(12,1.5) as STREND
Apply to NSE
OPTION 2
Please utilize the condition provided below to identify instances of a SuperTrend indicator crossover below the Close:
List symbols where SuperTrend(10) has crossed below Close
Add Column SuperTrend(10)
Apply to NSE
Bullish SuperTrend
Tags: supertrend breakout screener, supertrend breakout stocks, supertrend crossover screener, supertrend buy signal screener, supertrend bullish crossover, supertrend bullish stocks, supertrend positive breakout
List symbols where Close has crossed above SuperTrend(10) after remaining below for 3 bars
Add Column SuperTrend(10) as SuperTrend
Apply to NSE
This scan aims to identify instances wherein the Close price has recently crossed above the 10-period SuperTrend Indicator (with a default multiplier value of 3), subsequent to having remained below it for 3 bars. The output scan report also displays the values of the SuperTrend Indicator.
Bearish SuperTrend
Tags: supertrend crossover screener, supertrend sell signal screener, supertrend bearish crossover, supertrend negative breakout
List symbols where Close has crossed below SuperTrend(10) after remaining above for 3 bars
Add Column SuperTrend(10) as SuperTrend
Apply to NSE
This scan aims to identify instances where the Close price has recently crossed below the 10-period SuperTrend Indicator, with a default multiplier value of 3, following a period of being consistently above it for three bars. Furthermore, the output scan report includes the corresponding values of the SuperTrend Indicator.
Price above SuperTrend
Tags: stocks above supertrend, stock near supertrend support
List symbols where Close is above SuperTrend(10) for 3 bars
Add Column SuperTrend(10) as SuperTrend
Add Column SuperTrend(10) a bar ago as SuperTrend_1
Add Column SuperTrend(10) 2 bars ago as SuperTrend_2
Apply to NSE
The above scan is designed to identify instances where the closing price has remained above the 10-period SuperTrend Indicator, using a default multiplier value of 3, for a duration of 3 bars. Additionally, the scan report provides the SuperTrend Indicator values for the last 3 bars.
Price below SuperTrend
Tags: stocks below supertrend, stock near supertrend resistance
List symbols where Close is below SuperTrend(10) for 3 bars
Add Column SuperTrend(10) as SuperTrend
Add Column SuperTrend(10) a bar ago as SuperTrend_1
Add Column SuperTrend(10) 2 bars ago as SuperTrend_2
Apply to NSE
This scan is designed to identify instances where the closing price has consistently remained below the 10-period SuperTrend Indicator, with a default multiplier value of 3, for a duration of 3 bars. The output scan report also includes the SuperTrend Indicator values for the preceding 3 bars.
For comprehensive insights into the SuperTrend Indicator, including how it’s computed, how it works, how to interpret it as a strategy, or how to use it in trading, as well as an exploration of its advantages and limitations as an indicator, click here.