- Questions
- Alerts and Notifications
Votes
Answers
Views
Question
1
1
106
asked 4 years ago by KayTrades
Category:
Alerts and Notifications
Hello, Currently I use a Custom Condition Wizard Study (for an MA crossover) combined with the built in Price Change Study for a Custom Scan. It searches for a displaced MA Crossover to occur first (either 0 bars or 1 bar ago) then lets me know when ...
0
1
177
asked 4 years ago by Andrew Liranzo
Category:
Alerts and Notifications
Hey pete, is there a way to set up a study alert chronologically, where one condition has to hit first before another in order to trigger? instead of doing it simultaneously
0
1
176
asked 4 years ago by Andrew Liranzo
Category:
Alerts and Notifications
Hey Pete, wanted to know if it was possible to apply a study alert to multiple timeframes in relation to EMA arrangement?
0
1
424
asked 4 years ago by mulcher93
Category:
Alerts and Notifications
Previous post: "https://www.hahn-tech.com/ans/custom-sound-for-the-alerts/" I followed your steps just fine, but I don't see how I acually upload the sound file into the custom sounds. Any help would be much appreciated . thanks for what you do. ...
0
2
96
asked 4 years ago by Thien Kai Wei
Category:
Alerts and Notifications
Hi, I know there's a shooting star study available in the wizard, but I need one that will alert me based on one candle only, without considering the previous candle like the standard shooting star study does. I'm able to hit some of the shooting sta...
0
1
161
asked 4 years ago by a bc
Category:
Alerts and Notifications
Hi Pete, many thanks for your support with all questions. I'm struggle creating alert for Aroon indicator in thinkorswim. I tried to create in thinkscript editor for alert when: 1/ Aroon down reach 100, alert sms to phone 2/ Aroon up reach 100, aler...
1
1
167
asked 4 years ago by Erik Linter
Category:
Alerts and Notifications
I'm trying to set an alert that's equivalent to a trailing-stop order. I found this study elsewhere but I'm not sure it's doing what I want, so I thought I'd ask you for your opinion. input Period = 12; input Price = close; def HP = Highest(Price,Pe...
0
1
195
asked 4 years ago by CAROL W PFARR
Category:
Alerts and Notifications
http://tos.mx/aWj6VsA Hi Pete, I have tried everything I know to try and get an alert for when the 'color' on this true momentum indicator changes. Can you please take a look at it. Thanks for everything you do.
0
1
139
asked 4 years ago by Cc W
Category:
Alerts and Notifications
I deleted my original post to try and clean it up a bit (For some reason, editing does not work) I did see a similar post but wasn't able to make it work with my code. My signal line can be “Green”, “Red” or “Gray” What I was hoping to achieve is to ...
0
1
309
asked 4 years ago by drew johnson
Category:
Alerts and Notifications
Howdy Pete, Glad you are on the mend. I'm trying to find out how to generate an alert if price gets within 2 points of a MA after a crossover occured. With a limit of seven bars after the crossover. After the seven bars, it would not trig...