supportxresistance

  1. 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...
  2. 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 #...
  3. 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)...
  4. 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...
  5. horserider

    Support/Resistance Zones for ThinkorSwim

    Support/Resistance or Supply/Demand whichever you prefer. Based on pivots and ATR. Change the n to get zones for the time you wish. Update: ATR is now straight lines and user can input ATR multiple. New share: https://tos.mx/Lv0FsZi https://tos.mx/VeGhwv # Support/Resistance Zones around...
  6. W

    Support & Resistance For ThinkOrSwim

    Can we get this supply and demand indicator? Like the one in the video I just posted below. Thanks
  7. 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 -...
  8. 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...
  9. 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...
  10. 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 =...
  11. 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...
  12. 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...
  13. 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