supportxresistance

  1. J007RMC

    Pivot Confirmation Indicator for ThinkorSwim

    Kind of like this script # PivotConfirmationScanPlot_JQ # based on # Pivot Confirmation Scan # Nube 12.26.19 #set scan for PivotConfirmation is true # 01.02.2020 JQ added the bear side, changed some variable names because he is old and can't remember squat, made the arrows bigger because he...
  2. BenTen

    Bollinger Bands Pivot Points for ThinkorSwim

    This indicator plot pivot points based on Bollinger Bands. Useful for finding potential support and resistance. If your chart gets shrunk after adding the indicator, then left-click on the screen > Chart Scale > untick Fit studies. thinkScript Code # Bollinger Bands Pivot Points #...
  3. D

    Pivot Point Moving Averages For ThinkorSwim

    Can someone transfer script from trading view below to TOS. Would like to be able to change this from 15 day moving pivot average to 30 day etc. than ks. study(title="Pivot Point Moving Averages", shorttitle="PPMAs", overlay=true) period1 = input(1, minval=1, title="Period 1") period2 =...
  4. BenTen

    Supply and Demand Candles for ThinkorSwim

    The ancient laws of Supply and Demand are about how much of a stock or asset is available and how many buyers want it. This indicator uses the ATR to define whether the price level is out of balance, indicating there might be a significant move about to happen --exciting zone. Or if they are...
  5. netarchitech

    Support & Resistance Channels for Thinkorswim

    Code: # filename: _Support_Resistance_Channels_ # source: http://www.traderslaboratory.com/forums/trading-indicators/9792-support-resistance-channels-thinkscript.html # created by tradescripter # last update May 20, 2011 input length=10; def o=open; def c=close; def h=high; def l=low; def...
  6. mc01439

    Mobius (Demarks Pivot and Demarks MA) for ThinkorSwim

    Mobius posted these on "thinkScript Lounge" this morning. 10:17 Mobius: Here are two studies by DeMark I find still useful. This one I find useful as boundaries for intraday likely moves: https://tos.mx/pGukThm https://tos.mx/vBx2ibC #Start Code # Demark's Pivots # Ported to TOS by Mobius #...
  7. zeek

    Camarilla Pivot Points for ThinkOrSwim

    I use the default Woodie Pivot script in TOS and really like it. So i was wondering if someone could create the Camarilla Pivot script for TOS as well? This pivot is calculated the same way as Woodie but the main difference is that it calculates for 8 main levels (4 support and 4 resistance)...
  8. korygill

    Daily Range System (DRS) Indicator for ThinkorSwim

    Daily Range System (DRS) The Daily Range System (DRS) is an indicator @BenTen found on TradingView, and I ported it to thinkorswim. See these pages for more info on how to use this indicator. https://www.tradingview.com/script/VpEHwgys-DRS-Daily-Range-System/ and...
  9. horserider

    Support/Resistance Zones for ThinkorSwim

    This Support/Resistance study is based on pivots and ATR. The Average True Range is a practical tool for drawing lines in order to obtain better orientation in intraday charts. The combination of the ATR levels with the pivot lines often shows that the lines coincide. Change the n to get...
  10. W

    Support & Resistance For ThinkOrSwim

    Can we get this supply and demand indicator? Like the one in the video I just posted below. Thanks
  11. markos

    Pivot Significance Index for ThinkorSwim

    # Pivot Significance Index in 6-3-19 TSL # v0.01 # 5.19.19 # Nube # Subscript used later script normalize{ input h = high; input l = low; input c = close; input x = 21; def normalize = if Highest(h, x) - Lowest(l, x) != 0 then (c -...
  12. BenTen

    Average Daily Range Indicator for ThinkorSwim

    This indicator displays the Average Daily Range for the last 5 days. Could potentially be useful for finding hidden support and resistance levels on intraday chart. Notes: The blue line = high of average daily range The pink line = low of average daily range thinkScript Code #Hint...
  13. BenTen

    Auto Pivot Points Support & Resistance Indicator for ThinkorSwim

    If you're having trouble with drawing trend lines, support and resistance levels then this indicator can help. It's called Projection Pivots, developed by Mobius for ThinkorSwim. Upon adding the indicator, it will plot several trend lines, support, and resistance channels based on critical...
  14. BenTen

    Weekly and Monthly Pivots Indicator for ThinkorSwim

    Here is an indicator that plot daily, weekly, and monthly pivot point along with some support and resistance lines on your ThinkorSwim chart. thinkScript Code # WeeklyMonthlyPivots_TS # http://thinkscripter.wordpress.com # [email protected] # Last Update 20 APR 2009 input timeFrame =...
  15. BenTen

    DeMark Relative Retracement Levels Indicator for ThinkorSwim

    A member of ours just converted the DeMark Relative Retracement Levels indicator from TradingView to ThinkorSwim. Sharing it here with everyone else. This indicator finds the previous days high, and low and today's open using daily timeframe and then applies the Fibonacci .382* and *.618 to...
  16. netarchitech

    Programmatic Support and Resistance for Thinkorswim

    Shared Study Link: http://tos.mx/CoH11s0 Click here for --> Easiest way to load shared links Code: declare upper; input LookbackPeriod = 5; input HideCurrentTF = no; input HideTimeFrame2 = no; input HideTimeFrame3 = no; input TimeFrame2 = {"15 MIN", "1 MIN", "2 MIN", "3 MIN", "4 MIN", "5...
  17. BenTen

    Support and Resistance Cloud Indicator for ThinkorSwim

    This indicator is to help with your Support and Resistance point. thinkScript Code #VM_Drummond_61_Channel declare upper; input Agg = AggregationPeriod.DAY; input pldotlength = 3; input pldotdisplace = -1; def o = open(period = agg); def h = high(period = agg); def l =...

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