
Supertrend Indicator by Mobius for ThinkorSwim - useThinkScript
Dec 17, 2018 · This is a Supertrend indicator for ThinkorSwim created by Mobius. Supertrend Indicator: shows trend direction and gives buy or sell signals according to that. It is based on a …
SuperTrend CCI ATR Trend for ThinkorSwim - useThinkScript
Nov 18, 2019 · Supertrend CCI ATR Trend Enchanced This is the script from post#1 to which I added Mobius's Supertrend Cycle Statistics Labels (many thanks to @sunnybabu, who found …
Chewie's Super Trend, Hull Average, Donchian Trend Ribbon …
Apr 10, 2022 · Red color Donchian Trend Ribbon, 3. Break below of the cyan Super Trend. Take note on how price first hits the magenta dashed line and retraces beyond the Entry Line. It hits …
Smart SuperTrend for ThinkOrSwim - useThinkScript Community
Jan 11, 2023 · Creator Message: The biggest problem with supertrends is that there are a lot of false signals, which when the trend is uncertain give a lot of losses My task in creating this …
Master Supertrend [Trendoscope] for ThinkOrSwim - useThinkScript
May 21, 2023 · It is a trend-following indicator that combines price and volatility to generate its signals. Generally supertrend is calculated based on ATR and multiplier value which is used …
Super Trend MTF Enhanced For ThinkOrSwim - useThinkScript
Oct 12, 2021 · Super Trend MTF is a lower indicator, where it can plot the 3 or 4 different, including Current chart Timeframe and/or Higher Frames. They plot green or red dots, based …
Multi-timeframe Supertrend Chart Setup For ThinkOrSwim
Dec 27, 2022 · Hello, I am trying to add a chime alert to this Mult-timeframe Supertrend spin-off of Mobius. This supertrend indicator is a bottom indicator and plots the supertrend for 5 different …
Q-Trend, QQE, SuperTrend strategy for ThinkOrSwim
May 6, 2023 · def is_buy = q_long and super_trend == -1; def is_sell = q_short and super_trend == 1; def is_buy_strong = q_long and super_trend == 1; def is_sell_strong = q_short and …
PivotPoint SupertrendPlus+ for ThinkOrSwim - useThinkScript
Sep 23, 2022 · Thank you for porting this over, I love using this script intraday on my middling time frames (15-30min) to see general trends! I took the liberty of adding one more moving …
SuperTrend Volume [BigBeluga] for ThinkOrSwim - useThinkScript
Dec 28, 2024 · Author Message: SuperTrend Volume [BigBeluga] is an advanced trend-following indicator that combines the traditional SuperTrend method with a normalized volume …