- Questions
- Alerts and Notifications
Votes
Answers
Views
Question
0
votes
1
answer
436
views
Category:
Alerts and Notifications
Hi Hahn, I found below thinkorswim script on website. — input price = close; input Shorter_Time = 10; input Longer_Time = 21; Def difference = average(data = price[1], length = Longer_Time) – average(data = price[1], length = Shorter_Time); plot time...
0
votes
2
answers
804
views
Category:
Alerts and Notifications
Hi, i'm going to try this here since I've posted everywhere with no luck. Was wondering if it was possible to receive a text alert when the chart makes a new high or a new low on a specific time frame. I've provided an example. It would make my li...
0
votes
7
answers
2500
views
Category:
Alerts and Notifications
I'm looking or would like to know how to create sound alerts for studies with arrows.
0
votes
4
answers
506
views
Category:
Alerts and Notifications
This is the code for bubblebuddy. I'm trying to get an alert for every time a bubble appears. Attached is what the indicator looks like. Thanks in advance. declare upper; input length = {default "2", "3"}; input ChartBubblesON = Yes; input LinesON = ...
0
votes
5
answers
853
views
Category:
Alerts and Notifications
Can you create an alert for when the EMA 8 touches the bottom of the wick on green candle and when the EMA 8 touches the top of red candle.
0
votes
2
answers
3868
views
Category:
Alerts and Notifications
Is there a study or indicator that would display a timer that counts down the bar period. For instance on a one minute chart, at the open of the first candle a timer begins to count down in secs 60-0. Then repeats with the open of the next bar.
0
votes
2
answers
543
views
Category:
Alerts and Notifications
Basically using in an S/R Alert on Spreads- /ZF-/ZN. I need to convert the Bond Closes close("ZF") or close("ZN") to a decimal so the following lines work as they do on other spread charts. (These are just few key lines in the code to see w...
0
votes
3
answers
246
views
Category:
Alerts and Notifications
Hey Hahn.. I've searched all of the questions and I couldn't find my right code...Could you tell me the script to create an audible and text alert within my TOS platform when Stochastics FullK crosses below Fulld...with settings of 5,3,3 Thank you s...
0
votes
1
answer
2758
views
Category:
Alerts and Notifications
Hello, How can I create a MACD Crossover Ring Alert? Please...
0
votes
1
answer
212
views
Category:
Alerts and Notifications
Can you generate an buy/sell alert from a strategy and sent to your cell phone or iPad? Also, does the chart have to be open for alert to be generator? Thank you jim
