Tick alert msg or push notifications

Solution
Can we creat alert on tick chart to receive message or push notifications
There are Three Types of Alerts. Two out of the three can be used with tick charts
1. There are alerts written into studies. They alert for all charts / grids currently populating your app whether they are minimized or not.
They cannot be sent to phone/email. They cannot have custom sounds.
https://usethinkscript.com/resources/how-to-add-alert-script-to-thinkorswim-indicators.9/
https://tlc.thinkorswim.com/center/howToTos/thinkManual/MarketWatch/Alerts/studyalerts

Rich (BB code):
#Alerts
Alert(yourcondition, "alert",Alert.tick,sound.bell);
...
Can we creat alert on tick chart to receive message or push notifications
There are Three Types of Alerts. Two out of the three can be used with tick charts
1. There are alerts written into studies. They alert for all charts / grids currently populating your app whether they are minimized or not.
They cannot be sent to phone/email. They cannot have custom sounds.
https://usethinkscript.com/resources/how-to-add-alert-script-to-thinkorswim-indicators.9/
https://tlc.thinkorswim.com/center/howToTos/thinkManual/MarketWatch/Alerts/studyalerts

Rich (BB code):
#Alerts
Alert(yourcondition, "alert",Alert.tick,sound.bell);
https://tlc.thinkorswim.com/center/reference/thinkScript/Constants/Alert/Alert-TICK


2. There are alerts created on a chart for one specific stock that you want to alert
Right-click on your chart and choose alerts.

This third type of alert is NOT available for tick charts
3. There are scanned watchlist alerts which alert whenever the results of the scan changes.
These alerts can be 3min delayed. They can have custom sounds, they can be sent to phone/email, if you have notifications turned on in the app setup.
https://tlc.thinkorswim.com/center/howToTos/thinkManual/Scan/Stock-Hacker#:~:text=Scan results are,scan results change…
 
Last edited:
Solution

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

Similar threads

Not the exact question you're looking for?

Start a new thread and receive assistance from our community.

87k+ Posts
377 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