interesting

  1. T

    Relative Strength vs. SPX

    Im trying to create an indicator that has a standard relative strength study, combined with a moving average and SPX overlay like the picture attached. ANy help would be greatly appreciated.
  2. T

    ETF section rotation

    I have 25% of my portfolio in one particular ETF. I would like to keep it that way, but not necessarily the same ETF. I ran across ETF sector rotation. Here is a pic of it. Is there any way to code this into Thinkorswim? Or maybe an excel spreadsheet? Seems like a great ETF strategy. The author...
  3. T

    Calculate Price % from pre-Covid crash

    In looking through scans and watchlists under the current bearish market conditions, I would like to know; 1) what % below the 52 week high is the current price (I've figured that out) and, 2) what % above the pre-Covid market crash is the current price. Rationale: as the Fed drains post-covid...
  4. A

    New here, simple request

    Hello, just discovered this forum today, and I find it very interesting! I would like help with creating the following in ThinkScript: TRIX have a length of 10 ChaikinMoneyFlow length is 14 StochRSI and StochasticFull K period is 14 and D period is 3 DMI length is 14 for DI+ and DI-...
  5. O

    Volume Buzz For ThinkOrSwim

    Looking to create a label so it can be added to upper in charts that shows last bar volume in form of percentage with the following conditions: 1)compare last bar volume to past 100 days 2)i would want it to display in upper of chart 3) display in percentage 4) show green if above 300%...
  6. Shooters_Gotta_Shoot

    How to use BarNumber();

    I am trying to count the numbers of bars between a buy signal and a sell signal, is there a way to do so?? Then after that, is there a way to calculate the average trade duration based on the buy/sell data?? I am trying to figure out how to use a stock chart for buy/sell signals and figure out...
  7. J

    S&P Bond Ratio

    What would be the best way to approach analyzing the ratio between the S&P and Bonds? From time to time (according to what I read below), a correlation grows and then wanes between the S&P and Bonds and I'd like to be able to analyze that better. I know there is a Correlation study in...
  8. markos

    IBD Stock Charts Style and Scan for ThinkorSwim

    Below is the chart setup for ThinkorSwim inspired by IBD (Investor's Business Daily) stocks chart. Also, a watchlist column and the Relative Strength (RS) indicator. Updated 9-5-19 In this shared Google Drive are 2 files...
  9. T

    MTF StochasticMACD

    Hi everyone, I am trying to code Multi-timeframe StochasticMACD. I simply copy the formula from TOS, but the value is not correct at all. Can anyone correct my mistake, please? Thanks in advance and much appreciated. declare lower; input tf = {"MIN", "TWO_MIN", default "FIVE_MIN"...
  10. M

    How to count how many times "AddOrder" is executed?

    Im writing a backtesting "Strategy" for ThinkorSwim. Is there any way to tell the script to count every time it executes the "AddOrder" commands? Lets say my script uses the order definitions below. I'd like the script to count how many times "longWin" and "longLoss" were executed and display...
  11. T

    S&P 500 Sector Performance for ThinkorSwim

    I found an S&P 500 Sector Performance chart from the Yahoo ThinkScript newsgroup, written by Jaimie Pinto that folks might find interesting. It was written sometime ago but still very applicable today. Please enjoy it! # PINTO_SectorsOverlay # Emulation of the PerfChart: S&P Sector ETFs #...
  12. T

    Two Legged Pullback Indicator For ThinkOrSwim

    # "Normal" PullBack Zone # Attempting to define a typical pullback area using imp_volatility() # v.01 7.31.18 # Nube input AcceptableBarsToEntry = 7; input HeadroomTicks = 1; input Fixins = no; def c = close; def na = Double.NaN; def bn = BarNumber(); def tick = TickSize(); def firstThing =...
  13. R

    IBD Distribution Days Study for ThinkOrSwim

    Anyone have a study that counts / calcs IBD distribution days for an index? Looking for something like: ((If todays close < (yesterdays close * .98) and (todays volume > yesterdays volume) (then distribution day))) And if index rises 5% intraday then distribution day count resets to zero. In a...

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