momentum

  1. S

    Dual Wave Indicator for ThinkorSwim

    A concept of multiple waves. with candle coloration and pullback zones https://tos.mx/se13mK
  2. korygill

    Stock Market Days Up vs. Days Down Indicator for ThinkorSwim

    Don't try to reverse engineer what this image shows...I'll post the code/description later... Just wondering if anyone sees a way to play this indicator? Well, not a lot of input here, but really I wrote this because someone said there are about the same number of up days and down days in a...
  3. S

    Chande Variable Moving Average Indicator for ThinkorSwim

    TOS has built in variable MA , however what I wanted is flatter ma in case of chop. One from tradingview by lazybear fit the bill. https://www.tradingview.com/script/6Ix0E5Yr-Variable-Moving-Average-LazyBear/ here its adaption for TOS https://tos.mx/yANqUy Code: #added coloration # formula...
  4. A

    Old indicator from ChrisStoplight For ThinkOrSwim

    i find old indicator from Chris Post #Name: ChrisStoplight #Programmed By: Chris Ball ([email protected]) on 1/31/09 #Posted At: http://chartingwithchris.blogspot.com #Description: This indicator is truly a representation of 3 indicators (RSI, DMI and the...
  5. Shinthus

    Small Dog Moving Average Indicator for ThinkorSwim

    I found this in the almighty ThinkScript_Cloud under 03. Technical Analysis > Trend. This was written by a gentleman named Allen Everhart. No idea who he is but he made this and I put it on my chart to test it out. I tested this using a swing trading mindset. Steep sloping MA is red, flat or...
  6. Shinthus

    DTR vs ATR Indicator for ThinkorSwim

    Ever wonder how much "steam" is left in the day with a particular instrument? If you day trade, this tool helps you decide whether it's worth taking more trades or calling it a day. It shows Daily True Range versus the Average True Range as a % in the upper left corner. I typically don't trade...
  7. BenTen

    McGinley Dynamic Indicator for ThinkorSwim

    This indicator is called McGinley Dynamic for ThinkorSwim. Investopedia dubbed it "The Most Reliable Indicator You've Never Heard Of". I thought it would be interesting to share it here. The tradition simple and exponential moving averages tend to lag. McGinley Dynamic indicator will try to...
  8. korygill

    RGB Color Codes – BB% and Moving Average For ThinkOrSwim

    I believe that there is power in not only the value of an indicator, but also the colors we use to convey meaning and make it easy to glance at them to know quickly to how powerful a reading might be. I have standardized on a color scheme using RGB computer codes. Red/Green/Blue, just like how...
  9. BenTen

    Moving Average Strength Index for ThinkorSwim

    From what I'm seeing, this indicator (dubbed Bingo by the requester) is similar to the Market Mover Indicator where it utilizes a moving average along with the RSI (Relative Strength Index) to identify a trend. thinkScript Code #Bingo declare lower; input length1 = 8; input price = close...
  10. BenTen

    Gaussian Rainbow MA Indicator for ThinkorSwim

    The Gaussian Rainbow indicator is quite popular among Forex traders to help identify trends, retracements, and sideways market. Though, it's nothing special. Just a trend following indicator built from gaussian filtration. You can use it for short-term, medium term and long term trading. I...
  11. BenTen

    Momentum and Half Back Indicator for ThinkorSwim

    thinkScript Code # This study will plot the half back target after two successive momentum candles up or down. # ZackH 1.22.2016 input BubblesOn = yes; #hint BubblesOn: Turns the bubbles on or off. input LabelsOn = yes; #hint labelsOn: Turns the labels on or off. input length = 20...
  12. BenTen

    Moving Average Crossovers For ThinkOrSwim

    This is just a simple indicator for moving average crossover but added scanner, cloud, and alerts for additional visual effect and enhancement. For example, if 5/10 EMA crossover is your strategy, then this indicator plot an up arrow on the golden cross and down arrow on the death cross. You...
  13. M

    ALMA (Arnaud Legoux MA) Indicator for ThinkorSwim

    Hello All, here is my contribution to the blog as I don't believe in taking without giving back. I hope someone can find as useful as I have. The goal of the Arnaud Legoux Average is to decrease the noise and generate a more reliable signal than the conventional moving averages. It does this...
  14. BenTen

    Ichimoku EMA Bands Indicator for ThinkorSwim

    You may find the default Ichimoku cloud indicator confusing. Well, here is the simplified version of that with EMA bands included for ThinkorSwim. This was converted from the original TradingView version. According to the developer, here are the conditions to buy and sell. You can use this...
  15. BenTen

    Fibline Glance: Bollinger Bands and EMA Indicator for ThinkorSwim

    This is an indicator from TradingView called Fibline Glance that combines two Bollinger Bands and an exponential moving average. According to the author, it was based on "a set of three indicators combined into one script". The source of the three indicators come from another TV user (fibline)...
  16. BenTen

    Waddah Attar Explosion Indicator for ThinkorSwim

    From the author: Here is the Waddah Attar Explosion Indicator. It indicates possible explosion depending on two indicators (Bollinger & MACD). With this indicator, you can discover when the price explosion starts and when it ends Here it is converted by Syracusepro from Pinescript to...
  17. BenTen

    3-in-1 Simple or Exponential Moving Average for ThinkorSwim

    Here is a multi-moving averages indicator for ThinkorSwim so that you can easily add more than one simple or exponential moving averages without adding multiple indicators. Normally if you want to add a 5 and 10 SMA into your chart, you would need to include 2 different inputs and 2 copies of...
  18. BenTen

    Safe Hull Moving Average Indicator for ThinkorSwim

    About the SafeHullMovingAverage indicator: thinkScript Code input price = close; input length = 100; input displace = 0; input FastLength = 180; input SlowLength = 208; input MACDLength = 72; input AverageType = {SMA, default EMA}; def macd = MACD(FastLength, SlowLength, MACDLength...

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