candlestick patterns

  1. BenTen

    Repaints Bulkowski Double Bottom Indicator for ThinkorSwim

    This indicator was created for ThinkorSwim based on Bulkowski's Double Bottom Setup. You can learn more about the pattern, examples, and how to trade it here. The Bulkowski Double Bottom indicator highlights a few things on your chart: First Pivot Pivot Low Double Bottom Price Breakout Price...
  2. BenTen

    3 Reversal Candle Patterns Indicators for ThinkorSwim

    Sharing with you guys some reversal candlestick patterns for ThinkorSwim that will give buy and sell signals on your chart. Two of them were converted from TradingView and the other one were shared on the ThinkorSwim chatroom. They look something like this. Here are indicators that will...
  3. BenTen

    NR4 Inside Bar for ThinkorSwim

    An inside day occurs when the stock trades within the range of the previous day high and low. Combining with Narrow Range 4 (NR4) will provide a high probability of trading the breakout or breakdown of the inside day bar. Identify Inside Day: When the bar is within the high and low of its...
  4. BenTen

    Auto Plot Bearish Candlestick Patterns in ThinkorSwim

    This indicator automatically identifies and plot bearish candlesticks on your ThinkorSwim chart. We got the Harami candle, bearish engulfing, Shooting Star, Bearish Abandoned Baby, and many more. You can also check out the bullish patterns here. #Hint:<b>BearishCandlesticks(20)</b>\nPlots...
  5. BenTen

    All-in-One Bullish Candlestick Patterns in ThinkorSwim

    This indicator combines 20 bullish candlesticks and automatically plot them into your ThinkorSwim chart. Among these candlestick patterns, the bullish engulfing candle, hammer, piercing line, and morning star are the most popular. Can be used with any timeframes, alerts and bubbles are...
  6. BenTen

    Bullish and Bearish Engulfing Candles in ThinkorSwim

    Engulfing pattern on your candlestick chart can be useful for identifying trend changes, potential reversal play, etc. Here is an indicator for ThinkorSwim that will automatically find and highlight Engulfing candle on your chart. Both bullish and bearish engulfing patterns. I also included...
  7. BenTen

    Double Inside Day Indicator + Scanner for ThinkorSwim

    Here is an indicator that shows Double Inside Bar setup on the Daily. There will also be a scanner included just in case you want to setup a scanner to quickly look for stocks with double inside bar on the daily timeframe. All credit goes to Drew Griffith for creating the indicator as well as...
  8. BenTen

    Above the Stomach Candle Indicator for ThinkorSwim

    thinkScript Code input BubbleOn = yes; def downTrend = isDescending(high[1], 3) and isDescending(low[1], 3); def AboveStomach = open > close[1] and close > high[1] and close > open; plot isTrue = if downtrend and AboveStomach then low else...
  9. BenTen

    Repaints MTF EBMATRIX Buy and Sell Signals Indicator for ThinkorSwim

    thinkScript Code #EBMATRIX def nan = Double.NaN; # def iData aggregations def h = high; def L = low; def oD = open(period = AggregationPeriod.DAY); def hD = high(period = AggregationPeriod.DAY); def lD = low(period = AggregationPeriod.DAY); def cD = close(period = AggregationPeriod.DAY); def...

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