Remove Chart Bubbles In ThinkOrSwim

Rockstar

New member
Hey BenTen
Can you help please. It’s a question about the Swingarm by Jose. Is there a way to remove the bubbles from the indicators and charts. They are driving me nuts
 

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

Put a hashtag in front of any statement that starts with AddChartBubble
Change from:
Rich (BB code):
AddChartBubble(
To:
Rich (BB code):
# AddChartBubble(
 
Here's what helped me with the bubbles. Just paste the following code where the "AddChartBubble" is written. This will allow you to toggle the bubble switch on/off from the Study/Strategy window.

Code:
input Bubble_On = Yes;

AddChartBubble(Bubbles_On == Yes and PASTE THE REST OF WHAT'S WRITTEN IN THE BUBBLE HERE)
 
I tried # hide.bubble(); in the script and did not work and had to uncheck "show bubble" in customizing. How to have "show bubble" off in the script?
 
This was actually helpful even though I was looking for an answer to something else, thanks - If anyone knows how to remove what appears to be a filled-order bubble, please help!!! ...strangest thing, a green and a read bubble reflecting the open / close from a put option in SPY 2 weeks ago, and no matter what I do I can't shake em. I do hundreds of options in SPY and none have ever turned into screen bubbles, so I must have inadvertently clicked on something. I know this sounds silly, and I thought for sure it would be easy to get rid of them but no luck. Anyone know how to do it? Thanks! -M
 
This was actually helpful even though I was looking for an answer to something else, thanks - If anyone knows how to remove what appears to be a filled-order bubble, please help!!! ...strangest thing, a green and a read bubble reflecting the open / close from a put option in SPY 2 weeks ago, and no matter what I do I can't shake em. I do hundreds of options in SPY and none have ever turned into screen bubbles, so I must have inadvertently clicked on something. I know this sounds silly, and I thought for sure it would be easy to get rid of them but no luck. Anyone know how to do it? Thanks! -M

Sorry to waste anyone's time if you were about to post a reply, I just figured it out, thanks. It was so simple I overlooked it. Incase anyone has bubble problems there are toggles for all of them in the chart settings tab, most are in "General."
Thanks
-M
 

Similar threads

Not the exact question you're looking for?

Start a new thread and receive assistance from our community.

87k+ Posts
583 Online
Create Post

Similar threads

Similar threads

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