trend

  1. dougn

    Vervoort Crossover Indicator with Watchlist for ThinkorSwim

    Study here... # VervoortCrossover # (c) 2009 http://www.thinkscripter.com # [email protected] # Last Update 30 MAR 2009 # Tweaked by R Houseer August 2012 # RH_Vervoort_Channel_V2 # Buy scan - RH_Vervoort_Channel_V2().signalBuy #buy scan # Sell scan -...
  2. BenTen

    9/30 Trading Setup Indicator for ThinkorSwim

    This is a simple moving average trading setup shared by Mike Bruns. I read it on Trading Setups Review and decided to give it a try. The concept was fairly simple to understand and turn into an indicator. Buy Setup: 9 EMA must be above the 20 EMA or 30 WMA Close below 9 EMA (More...
  3. BenTen

    Historical Earnings Trend Indicator for ThinkorSwim

    This indicator will display several earnings trend that can be beneficial for traders who use historical earnings data for their investment decision. Another great share by @KRose_TDA on Twitter. Red Squares = Earnings Lower Green Square = Earnings Higher Red Arrow = Earnings below estimates...
  4. markos

    Connors 2 Period RSI Trading Indicator for ThinkorSwim

    Earlier there was mention of Connors RSI(2) Strategy There are 4 steps to the strategy. Get it Here (Also an excellent resource for Technical Analysis: https://school.stockcharts.com/doku.php?id=trading_strategies:rsi2 # ConnorsRSI Indicator declare lower; input Price_RSI_Period = 3...
  5. Shinthus

    RSI + MACD Confluence Indicator for ThinkorSwim

    Thanks to BenTen's assembling skills, I bring you this indicator. I haven't named it yet, but it revolves around the RSI coming up from O/S to 34 and coming down from O/B to 66.... while the MACD crosses at the same exact time. I got this idea from Chad Brinkman's Youtube channel. He is a day...
  6. L

    Supertrend CCI ATR in 1 Plot For Mobile For ThinkOrSwim

    Hi to all!!! A boring day watching SPY burn theta so thought I'd jump on here and contribute back. This chart indicator is a combination of two indicators found here and elsewhere but combined into a single plot - the CCI ATR Trend indicator and Supertrend. It plots a connected dotted line...
  7. I

    Gap Trade Buy/Sell Indicator for ThinkorSwim

    Found this strat and gave it a go at scripting it. It's not perfect, but it works. Please let me know what you guys see, I'd love feedback and to fix any errors. Gap Trade Buy: Setup- today's open is less than yesterday's low Trigger- today's price action crosses above yesterday's low +...
  8. BenTen

    Intraday Trend Viewer Indicator for ThinkorSwim

    I was watching a video on YouTube a while back about trend trading. The guy mentioned something along the line of: If the stock is trading below the previous day close then there are more sellers than buyers. The trend is bearish. Look for a short opportunity. If the stock is trading above the...
  9. BenTen

    Volume Reversals Indicator for ThinkorSwim

    This indicator is just a simple modification of the original script called SJ_VSA_Reversals that was based on Volume Price Analysis (VPA). Someone wanted to turn the bubble signals into arrows so here it is. With the arrows, it just makes it easier for the signals to be displayed on your chart...
  10. horserider

    Trend Magic MultiTime Frame Indicator for ThinkorSwim

    Updated Trend Magic indicator to include 3 user selected time frames. # Trend Magic MultiTime Frame #Update to original Trend Magic adding multiTime Frames #Horserider 8/8/2019 input agg = AggregationPeriod.FIFTEEN_MIN; def c = close(period = agg); def h = high(period = agg); def l =...
  11. Shinthus

    "SuperComboBullBear" and Linus's Supertrend For ThinkOrSwim

    Linus has a few really nice supertrend scripts in the ThinkScript_Cloud. Here are 2 I found useful: ## START STUDY ## SuperCombo Bull/Bear Indicator ## linus, 2014-07-24, v0.1 #hint: SuperTrend of price, RSI and Ultimate Oscillator, combined with Chandelier stops. ## Signal inputs: input...
  12. Shinthus

    Pinch Play Indicator for ThinkorSwim

    Hey everyone! I know a lot of us like reversal indicators and arrows on the Price chart. I was late-night diving into the ThinkScript_Cloud and found this accurate PinchPlay indicator by a guy named Dilbert. Please see his explanation below. # A pinch play is essentially a PPO (or MACD) with an...
  13. D

    StartUpTrend Indicator for ThinkorSwim

    Link for Indicator: https://tos.mx/m60wKg When value go below 0.6, Stock starts to go up. Works in different time frame of charts. Smaller time frames work best without news of Feds/China/President etc..
  14. P

    Ophir Gottlieb CMLviz Bullish Indicator for ThinkorSwim

    stock price closes up thru the 200 ema within 5 bars , stock price is above 10 ema and rsi 20 period is below 70
  15. Shinthus

    I Found a Strange Indicator

    This was called "reversal" in my indicator archive. Not sure what its purpose was supposed to be. Might be good if we can extract info from it. https://tos.mx/FA2D6S
  16. BenTen

    Big Bar Breakout Indicator for ThinkorSwim

    I found this via the Yahoo's thinkScript group. thinkScript Code #Added optional horizontal lines at high/low of breakout/breakdown bars, with options to show clouds and limit the length of the lines/clouds #Breakout/Breakdown based upon input of BigBarsize (Current bar's range is at least...
  17. Zachc

    Trend Enhancer Indicator for ThinkorSwim

    I wrote this little bit of code for another indicator when I realized that I could try to synthetically assist the indicator to extend the trend if it is available. I looked around for some trend indicators that I could leverage and I found two. I like to use the KISS method so I do not over...
  18. BenTen

    Repaints Enhanced Trend Reversal Indicator for ThinkorSwim

    Here is the Enhanced version of the popular Trend Reversal indicator available here for ThinkorSwim. Before we jump into what's new, I just want to clarify that the new version will continue to repaint. Repainting was the problem with the original Trend Reversal. Though there is no way to fix...
  19. markos

    Fractal Boxes by Mobius for ThinkorSwim

    # Fractal Boxes # Mobius 2017 # Altered Fractals to show Box Breakouts input sequenceCount = 4; def maxSideLength = sequenceCount + 10; def upRightSide = fold i1 = 1 to maxSideLength + 1 with count1 while count1 != sequenceCount and...
  20. BenTen

    Ichimoku Trade Trend Confirmator for ThinkorSwim

    This Ichimoku Trend indicator was developed by SyracusePro. thinkScript Code #=================================================================# #=================== Ichimoku Trade Trend Confirmator ============# #================ By Syracusepro, April 14, 2016 =================#...

The Market Trading Game Changer

Join 2,500+ subscribers inside the useThinkScript VIP Membership Club
  • Exclusive indicators
  • Proven strategies & setups
  • Private Discord community
  • ‘Buy The Dip’ signal alerts
  • Exclusive members-only content
  • Add-ons and resources
  • 1 full year of unlimited support

Frequently Asked Questions

What is useThinkScript?

useThinkScript is the #1 community of stock market investors using indicators and other tools to power their trading strategies. Traders of all skill levels use our forums to learn about scripting and indicators, help each other, and discover new ways to gain an edge in the markets.

How do I get started?

We get it. Our forum can be intimidating, if not overwhelming. With thousands of topics, tens of thousands of posts, our community has created an incredibly deep knowledge base for stock traders. No one can ever exhaust every resource provided on our site.

If you are new, or just looking for guidance, here are some helpful links to get you started.

What are the benefits of VIP Membership?
VIP members get exclusive access to these proven and tested premium indicators: Buy the Dip, Advanced Market Moves 2.0, Take Profit, and Volatility Trading Range. In addition, VIP members get access to over 50 VIP-only custom indicators, add-ons, and strategies, private VIP-only forums, private Discord channel to discuss trades and strategies in real-time, customer support, trade alerts, and much more. Learn all about VIP membership here.
How can I access the premium indicators?
To access the premium indicators, which are plug and play ready, sign up for VIP membership here.
Back
Top