Confirmation Candles Indicator For ThinkorSwim

Hi @Christopher84 . Thanks for getting back. That's too bad bro, I like the way it works. Hopefully, you can make this script work better. This morning I was looking at TSLA with your script, Spot on. I see potential, Keep up the good work!!
Hi @s1111,
It is an interesting script, unfortunately, there's no way of fixing that issue. ALL pivot studies are prone to repaint. That's why I opted ultimately to omit the study from C3. Thank you for the feedback!
 

Join useThinkScript to post your question to a community of 21,000+ developers and traders.

@s1111 Like @Christopher84 said what you are seeing are the Pivot Arrows and why they point so "spot on" it is always revising what the low or the high was and so looking in hindsight it is spot on. Using multiple indications and looking for agreement is a better hint at what might happen but not guaranteed.
 
Christopher84
I am really studying your indicator and think is a top-notch addition to this site. I do have a question. I ran your scanner from page 9 and do like the results, but my question is it better to wait for the cloud to turn green before looking at entry points. I guess this might depend on your risk tolerance. The signals look very promising.
miami553
 
Hello , I have a question regarding MTF clouds, When we use it on lower timeframe, what is the best second aggregation to use? Is there a ratio or measure on what aggregations should be used ? For example i want to use it on 5 min TF
 
Christopher84
I am really studying your indicator and think is a top-notch addition to this site. I do have a question. I ran your scanner from page 9 and do like the results, but my question is it better to wait for the cloud to turn green before looking at entry points. I guess this might depend on your risk tolerance. The signals look very promising.
miami553
Hi @Miami51961,
You are correct. It would depend on your risk tolerance and rules for entering a trade. I personally will make an entry on a red cloud when both averages around the red cloud are green. I refer to this as a spark signal. I will only use this approach on assets that have strong long term performance (generally looking at the month chart to determine this). I hope that helps! Happy trading!
 
Hi @Miami51961,
The two lower studies you have on your chart will be different since they are measuring different things. The top one is showing Consensus Level and the lower one is the Super OB/OS indicator. In both instances the dashed lines are meant to serve as potential support and resistance levels as well as give a visual for when the main line is pulling away from resistance or support. I hope that helps!
 
Last edited by a moderator:
Hi @Miami51961,
The two lower studies you have on your chart will be different since they are measuring different things. The top one is showing Consensus Level and the lower one is the Super OB/OS indicator. In both instances the dashed lines are meant to serve as potential support and resistance levels as well as give a visual for when the main line is pulling away from resistance or support. I hope that helps!
Thank You
 
Hi @Miami51961,
The two lower studies you have on your chart will be different since they are measuring different things. The top one is showing Consensus Level and the lower one is the Super OB/OS indicator. In both instances the dashed lines are meant to serve as potential support and resistance levels as well as give a visual for when the main line is pulling away from resistance or support. I hope that helps!

May I ask how you're using it?
 
input price = close;
input SqueezeLengthPrice = 75;
plot IntermSupport = Lowest(price, SqueezeLengthPrice);
So like this:
Low <= Lowest(Close,75) you could add within x bars
Thanks for your help! I added it to my Scanner Custom Filter but I'm not able to include the condition within x bars.
JFJiSdM.png
 
Is there anyway to run this script without the colored candles? When I run this on a chart it turns a candle that closes lower into a green filled candle rather than a red candle. I prefer having the same colors as the default. When I turn off the colored candles in the script, it still has them colored.
 
Is there anyway to run this script without the colored candles? When I run this on a chart it turns a candle that closes lower into a green filled candle rather than a red candle. I prefer having the same colors as the default. When I turn off the colored candles in the script, it still has them colored.
Make sure you don't have the study added multiple times in your study set.
 
@Christopher84 I've been watching the video you've made and am trying to go through all the comments about your master piece, love it so far! i'm trying to get used to watching it during the market hours so I can better recognize entry points in real time. Wish me luck! I'll comment back if there are any questions! I'm sure some of them will already be answered if I just read back.
 

Not the exact question you're looking for?

Start a new thread and receive assistance from our community.

87k+ Posts
259 Online
Create Post

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