Adoptive Supertrend - PivotsAnother experiment with Supertrend by making use of pivot point high/lows.
Trailing Stop types used in this indicator are:
ATR - plain ATR based supertrend
Breakout - ATR based supertrend combined with breakout. (Trailing triggered only if price change is higher than HighPriceChange multiplier times ATR.
Pivot Points - Trail only when new pivots created. Pivot stop multiplier is used below pivot low.
Combined - Combine everything together
Cerca negli script per "supertrend"
超级趋势(Supertrend)指标This is a normal Supertrend indicator which redesign and translate for Chinese.
这是一个通用的超级趋势(Supertrend)指标。
本脚本的目的在于帮助使用中文的人了解该指标,特别是其用法。同时将该指标代码添加完整的中文注释,方便使用中文的人学习Pine语言。
超级趋势指标(SuperTrend)是最常见的基于ATR的指标之一。
本指标的特色
相对于标准的超级趋势指标,在此版本中,你可以从设置中更改ATR计算方法。ATR的默认计算方式是采用RMA(RSI中使用的移动平均线,称之为指数加权移动平均线),本版本中可以使用SMA来替代计算ATR。
默认设置项为勾选状态,即ATR的计算方式为标准的RMA。
指标可调节参数
该指标有两个可设置的参数
1 ATR参数:默认为10;
2 ATR乘数:默认为3。
本指标还有两项可选设置项
1 价格源:价格源默认使用收盘价,但是你还可以选择使用开盘价、最高价、最低价等其他的价格计算方式;
指标用法
超级趋势指标出现在价格之上或价格之下时,就会产生买入和卖出信号。
买入信号: 当超级趋势指标在价格下方绘制时,即图表中的绿色信号线开始出现时,则产生买入信号;同时超级趋势指标的买入信号线可以作为买入的止损点;
卖出信号: 当超级趋势指标在价格上方绘制时,即图表中的红色信号线开始出现时,则产生卖出信号;同时超级趋势指标的卖出信号线可以作为卖出的止损点。
本指标支持配置买卖点的预警。
指标优势
1 适用于不同的时间周期和不同的交易品种;
2 对趋势有很好的识别效应;
3 可以提供明确的止损价位参考。
指标局限性
与其他趋势指标类似,超级趋势指标的作用在于帮助你抓住大趋势,但是在震荡行情,特别是长期的震荡行情中会失真,此时若按照超级趋势指标交易,则会产生亏损。
Profitable SuperTrendIntroduction
I was faced with the fact that many authors contradicted each other about the indicator settings. Each trader offers his(her) own settings, without having an evidence base. Therefore, I decided to make an algorithmic optimizer.
What is this tool?
This tool is a performance optimizer that uses a decision tree-based algorithm under the hood to find the most profitable settings for the SuperTrend indicator. It analyzes a bunch of different ATR Periods (between 3 to 45 ) and ATR Multipliers (between 1 to 8 with a decimal step of 0.1 ) and backtests each combination across the entire history of an instrument. If the more profitable parameters were found, the indicator will switch its values to the found ones immediately.
Instead of manually selecting parameters, just relax - the algorithm will do it for you.
Alerts
It has an alert that notifies when the more profitable settings were found.
NOTE: It does not change what has already been plotted before.
NOTE 2: The implementation of the SuperTrend indicator I used can be found here
TTP SuperTrend ADXThis indicator uses the strength of the trend from ADX to decide how the SuperTrend (ST) should behave.
Motivation
ST is a great trend following indicator but it's not capable of adapting to the trend strength.
The ADX, Average Directional Index measures the strength of the trend and can be use to dynamically tweak the ST factor so that it's sensitivity can adapt to the trend strength.
Implementation
The indicator calculates a normalised value of the ADX based on the data available in the chart.
Based on these values ST will use different factors to increase or reduce the factor use by ST: expansion or compression.
ST expansion vs compression
Expanding the ST would mean that the stronger a trends get the ST factor will grow causing it to distance further from the price delaying the next ST trend flip.
Compressing the ST would mean that the stronger a trends get the ST factor will shrink causing it to get closer to the price speeding up the next ST trend flip.
Features
- Alerts for trend flip
- Alerts for trend status
- Backtestable stream
- SuperTrend color gets more intense with the strength of the trend
Auto SuperTrend+Based upon SuperTrend+ , this variation measures the volatility in order to determine the range of the trend.
Notes:
Upward volatility is measured separately from downward.
WMA is used for averaging to provide a recency bias.
Changing time-frames should display similar results as the settings are based upon time and not bars.
{Indyan}SupertrendHello trader friends,
A very simple but effective supertrend startegy which help u to get good RR. It is combination of 3 supertrend values with sma crossover. Enrty at pullback after sma crossover , exit only if sell signal low is broken.
I hope it will help my trader friends.
Love Indyan
Ichimoku & Supertrend Combined StrategyOne of my mixed approach strategy indicators which include's:
- Ichimoku using much faster settings. (ECC-11)
- Supertrend
Whilst both Supertrend and Ichimoku are quite reliable, they do sometimes provide false signals. By combining both indicators, trading when both agree, it reduces the number of false alerts.
Using this indicator is simple. If the lifetime line is green then buy. If red then sell and when black don't trade. So...
Green Line - This strategy is in a buy position
Red Line - This strategy is in a sell position
Black Line - DON'T TRADE
The trader's approach is simple, when all indicators are green or red, then take the trade. As soon as one indicator changes, then re-evaluate using your normal process, such as price action, to determine whether to close the trade or continue.
There are also some alerts for opening and closing positions.
If you wish to make some changes or discuss, please don't hesitate to message me.
Variable SuperTrend - evoPlayed around with Lazy Bear's VMA and Gunazzi's SuperTrend Cloud .
It plots an uptrend if the low of a candle gets above the recent downtrend and plots a downtrend if the high of a candle gets below the recent uptrend, you have to wait for the candle to close to confirm the actual trend change.
I use it to give me a direction for longs or shorts, not as a stop/reverse indicator.
Thanks Lazy Bear and Gunazzi :)
Custom Self-Adjusting SuperTrendA custom version of Self Adjusting SuperTrend that can be used as source for your trading frameworks and indicators.
Indicator SuperTrend AllIndicator SuperTrend All:
An indicator that is an aggregate of other SuperTrend Values (Buy/Sell)
Multi Bollinger Bands V7 [SuperTrend Color]
Multi Bollinger Bands V7 is for trading volatility and trend .
You can user Multi Bollinger Bands V7 for Pyramid Trading
Multi-timeframe 24 moving averages + BB+SAR+Supertrend+VWAP █ OVERVIEW
The script allows to display up to 24 moving averages ("MA"'s) across 5 timeframes plus two bands (Bollinger Bands or Supertrend or Parabolic SAR or VWAP bands) each from its own timeframe.
The main difference of this script from many similar ones is the flexibility of its settings:
- Bulk enable/disable and/or change properties of several MAs at once.
- Save 3 of your frequently used templates as presets using CSV text configurations.
█ HOW TO USE
Some use examples:
In order to "show 31, 50, 200 EMAs and 20, 100, 200 SMAs for each of 1H, 4H, D, W, M timeframes using blue for short MA, yellow for mid MA and red for long MA" use the settings as shown on a screenshot below.
In order to "Show a band of chart timeframe MA's of lengths 5, 8, 13, 21, 34, 55, 100 and 200 plus some 1H, 4H, D and W MAs. Be able to quickly switch off the band of chart tf's MAs. For chart timeframe MA's only show labels for 21, 100 and 200 EMAs". You can set TF1 and TF2 to chart's TF and set you fib MAs there and configure fixed higher timeframe MAs using TF3, TF4 and TF5 (e.g. using 1H, D and W timeframes and using 1H 800 in place of 4H 200 MA). However, quicker way may be using CSV - the syntax is very simple and intuitive, see Preset 2 as it comes in the script. You can easily switch chart tf's band of MAs by toggling on/off your chart timeframe TF's (in our example, TF1 and TF2).
The settings are either obvious or explained in tooltips.
Note 1: When using group settings and CSV presets do not forget that individual setting affected will no have any effect. So, if some setting does not work, check whether it is overridden with some group setting or a CSV preset.
Note 2: Sometimes you can notice parts of MA's hanging in the air, not lasting up to the last bar. This is not a bug as explained on this screenshot:
█ FOR DEVELOPERS
The script is a use case of my CSVParser library, which in turn uses Autotable library, both of which I hope will be quite helpful. Autotable is so powerful and comprehensive that you will hardly ever wish to use normal table functions again for complex tables.
The indicator was inspired by Pablo Limonetti's url=https://www.tradingview.com/script/nFs56VUZ/]Multi Timeframe Moving Averages and Raging @RagingRocketBull's # Multi SMA EMA WMA HMA BB (5x8 MAs Bollinger Bands) MAX MTF - RRB
Profitable Supertrend v0.1 - AlphaThis a script to try detect the best combination of supertrend parameters in a space of time. Sadly the script is slow. Evaluate all possibilities params is hard for a pinescript and my knowledge too. In some cases, when you want evaluate many time could be the script fails for timeout. Perhaps with time I could enhance. For this problem of speed the calculate of combinatios it's not complete: In factor use a increment of 0.2 in each param (0.1, 0.3, 0.5 ...) in period the increment for each value is 3. The range for factor it's from 3.0 to 12.0. The range of period it's from 10 to 43
My knowledge don't let me go more far. Perhaps with time I can enhance the script.
Divit Multi SuperTrendthese are all supertrend lines with different settings.
green lines indicate uptrend.
red line indicates down trend.
when all lines are green its very good uptrend - you can buy.
when all lines are red its very good downtrend - you can sell.
when few lines are red and few are green its not confirmed buy or sell.
in this situation you may confirm buy or sell with the help of other indicators.
its an easy to use indicator.
Williams Vix Fix paired with Supertrend HeatmapThis script shows my mod of the powerful Williams' Vix Fix indicator paired with a modified Supertrend Heatmap, originally created by Daveatt.
RSI -SUPERTRENDThis is hybrid of Super trend and RSI
the green and red zones are by the supertrend
so it seems the two indicator can compleemnt each other
TUX EMA Scalper+SuperTrendI sum up scripts TUX Ema Scalper by tux and Supertrend by abhi.shri2702
This script is just created for backtesting xbtusd.
Buy / Sell signal : Tux Ema Scalper mechanism ( ema 20 : up /down)
Green Arrow : Long
Pink Arrow : Short
Thank you for creators.
Supertrend + QQE Signal on Flip OnlySupertrend + QQE Signal on Flip Only is a high-precision trend analysis tool that generates Buy and Sell signals only at key market reversals, not during noise, retracements, or mid-trend moves. It uses a volatility-based trend engine combined with a momentum confirmation filter based on the QQE (Quantitative Qualitative Estimation) framework.
Key Features:
Signals trigger only on confirmed trend shifts, minimizing false entries.
Built-in QQE filter confirms that the shift is supported by real momentum.
Visually clean directional lines and trend-based background fills for clarity.
Developed to avoid overlapping visuals and keep the chart readable at all scales.
Alerts included for automation and webhook integration.
Signal Logic:
Buy: When a new upward trend is confirmed and QQE momentum supports the move.
Sell: When a new downward trend is confirmed and QQE momentum supports the shift.
Recommended Use:
Ideal for traders who want clean directional signals without overfitting. Works well on 5–15 minute charts during active sessions (e.g., NY open), and pairs best with volume tools or key price levels for optimal trade confirmation.
Supertrend3n1it combines the 3 super trend indicator values to save space for more indicators in the chart , and it works perfectly with the stochastic RSI indicator