supportxresistance

  1. samer800

    Best Support And Resistance Indicator V1 [ForexBee] for ThinkOrSwim

    mod note: The single biggest mistake traders make is firing at every random signal or jumping in just because an oscillator dipped into oversold. Signals, candlestick patterns, trend indicators — none of them mean anything unless they occur at key levels. This indicator gives you those key...
  2. samer800

    Volume Based S/R For ThinkOrSwim

    Author Message: The indicator compares the size of volume bars so that if there is a noticeable increase in volume (noticeable here meaning above the indicator threshold) it marks the bar high and low prior to the bigger volume candle. CODE: # https://www.tradingview.com/v/XchidFiQ/...
  3. Yohannes24

    Auto Pivot Points -- SMA Strategy

    I still use the Auto Pivots indicator in this post: https://usethinkscript.com/threads/auto-pivot-points-support-resistance-indicator-for-thinkorswim.158/#post-878 over any of the newer versions. However, I am having one issue with the number of false signals which it throws up. In this sense...
  4. samer800

    Repaints ICT Donchian Smart Money Structure (Expo) for ThinkOrSwim

    Author Message: - Not typical conversion Concept Overview The Inner Circle Trader (ICT) methodology is focused on understanding the actions and implications of the so-called "smart money" - large institutions and professional traders who often influence market movements. Key to this is the...
  5. samer800

    Predictive Ranges [LuxAlgo] for ThinkOrSwim

    Author Message: The Predictive Ranges indicator aims to efficiently predict future trading ranges in real-time, providing multiple effective support & resistance levels as well as indications of the current trend direction. Predictive Ranges was a premium feature originally released by LuxAlgo...
  6. V

    Supply and Demand Imbalance Indicator

    I've recently been watching videos on Supply and Demand Zones and came across a video that informs the viewer to validate supply and demand zones with identifying imbalances. An imbalance is when there's a rush of supply or demand that creates a gap between candles (see attached). If there's...
  7. Z

    display the slope/angle of the resistance trendline

    I love this indicator, https://usethinkscript.com/threads/auto-pivot-points-support-resistance-indicator-for-thinkorswim.158/#post-878 I was wonder would it be possible to add chart labels that display the slope/angle of the resistance trendline above the current pivot high and the support...
  8. B

    Looking For A Support/Resistance Strategy

    I really like this idea, https://usethinkscript.com/threads/support-resistance-with-breaks-and-retests-for-thinkorswim.14893/ But can the following be done? Break& Retest Strategy- I trade options intraday. I look for stocks that are moving into supply/Demand Zones and Support/Resistance...
  9. METAL

    Repaints Finding "major" pivot points

    So I may be asking for the wrong thing, however, I have watched tons of videos and traders live calling it supply/Demand and also support/resistance. To be honest, it isn't consistently referenced the same. What I am looking for is: -Finding "major" pivot points. Typically, by using higher...
  10. S

    Custom pivot points study showing on my mobile but not for another person

    I’m trying to figure out why my pivot points study that works on desktop and on mobile works for me but not for someone else when I share the script with them. They see it on their desktop but the study isn’t listed in their tos app. Any thoughts on why this is happening?
  11. G

    RD Key Levels (Weekly, Daily, Previous vWAP) For ThinkOrSwim

    Author states: The RexDog Key Levels indicator plots the weekly open, daily open, and the previous day vWAP close. These are all critical price levels (zones) to know when trading any market or instrument. These areas are also high probability reaction areas that you can trade using simple...
  12. D

    Repaints Standard Deviation Pivot points MTF For ThinkOrSwim

    https://in.tradingview.com/script/7DKxV88a-Standard-Deviation-Pivot-points/ Thanks In Advanced!!
  13. samer800

    Support Resistance with Breaks and Retests for ThinkOrSwim

    * Not Typical converting. Creator Message: https://www.tradingview.com/script/Xeeko6TV-Support-Resistance-with-Breaks-and-Retests/ CODE: #// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ #// © nsadeghi #...
  14. H

    Pivot points manual enter, only allowing integers

    Hello, I've written a basic script so I can manually enter weekly and monthly pivots to view on my intraday charts. I've tried the automatic ones and nothing shows up on the chart. anyway, I don't mind manually entering, but when I try to enter ES, NQ, or RTY values with decimals, the indicator...
  15. T

    simple resistance and support line using open interest

    here is a simple resistance and support lines script, i use it for taking the 5 highest open interest in both calls and puts and then plot a dotted line on your chart. call1 and put1 has the thickest line. would love if someone could help make it automatic by pulling the 1week options and...
  16. SweatyMexican99

    Trying to create a smart money supply and demand script

    input showZones = yes; input length = 14; def high = highest(high, length); def low = lowest(low, length); def mid = (high + low) / 2; def buyingPressure = sum(volume * (close - low), length) / sum(volume, length); def sellingPressure = sum(volume * (high - close), length) / sum(volume...
  17. samer800

    Key Levels For ThinkOrSwim

    I converted partially. pls check. #// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ #// © Bjorgum #indicator ('Bjorgum Key Levels', 'Bj Key Levels', ount=500) # partial conversion by Sam4Cok@Samer800 - 01 /2023 input lookLeft = 20...
  18. chiropteraphile/crow

    Futures Market Profile Daily Levels For ThinkOrSwim

    The following six scripts are designed to be used together, in order to auto-plot key levels for intraday trading based on Market Profile, as taught by the Shadow Trader crew. Save each one of these as its own script, then load them together on one chart. Since a couple of these scripts are...
  19. chiropteraphile/crow

    Daily Pivot, Support, and Resistance, with RTH anchor: globex market profile For ThinkOrSwim

    Plots eight daily support (red), resistance (green), and pivot lines (17 lines total), anchored to prior day globex RTH, for futures. Chart timeframe should be XD:XM or similar (not Today:XM). # def na = Double.NaN; def bn = BarNumber(); def h = high; def l = low; script prior { input...
  20. samer800

    Support & Resistance S/R Channel For ThinkOrSwim

    Per several member requests from here: https://usethinkscript.com/threads/convert-tradingview-support-resistance-scripts.12101/ try this. - Updated #// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ #// © BarsStallone #// Code update...

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