- Questions
- Alerts and Notifications
Votes
Answers
Views
Question
4
votes
1
answer
3923
views
asked 8 years ago by Load Counts
Category:
Alerts and Notifications
Hi Pete, I like to use the ATRTrailingStop study on Thinkorswim for short term trading and it would be very helpful if this study had the option for study based alerts (text/email/push notifications). Unfortunately, Thinkorswim does not list this stu...
3
votes
3
answers
3504
views
asked 8 years ago by Pete Hahn
Category:
Alerts and Notifications
Originally posted by Hilario Dsouza as a comment to the following video: https://www.hahn-tech.com/thinkorswim-watchlist-ttm-squeeze/ Hi Pete, On the TTM squeeze I wanted to setup a trigger (Plot) on the COLOR of the BAR. For Example if the COLOR is ...
3
votes
4
answers
386
views
asked 8 years ago by Eric Bach
Category:
Alerts and Notifications
Hi Peter - In TOS, is there a way to keep Chart Study Alerts I have set up "Active" even after they have been triggered? Right now after one of my alerts is triggered, I have to manually go back and reset the Alert for that particular security. It wo...
3
votes
2
answers
202
views
asked 6 years ago by Craig Habermehl
Category:
Alerts and Notifications
Hi Pete, I'm was looking for a study for a 50 EMA cross with alert. If the candlestick is trading below the 50 EMA and then the next bar closed above the 50 and alert is triggered....I was love to see it in both directions.
3
votes
1
answer
346
views
I've found with numerous backtests that a pullback to the 50 EMA (Exponential Moving Average) has a high probability of reversing to the long-side. When I see this move, I ALWAYS buy. Waiting for this to happen, if ever, on short timeframes (1 minute...
2
votes
4
answers
2328
views
asked 8 years ago by Riccardo Trezzi
Category:
Alerts and Notifications
Hi Pete, Apologies for asking a question that has already been asked but I could not follow your reply. Someone else has encountered my same issue. I programmed a strategy and then I programmed a study based on that strategy so that I can be alerted ...
2
votes
3
answers
960
views
asked 8 years ago by Victor Ioxa
Category:
Alerts and Notifications
Hello Peter, I have some difficulties with setting up the alert of Donchian Long Entry. I use the strategy from www.thetatrend.com/donchian-channel-breakout-strategy-thinkscript/ and I need to setup the alert to pop up every time when Long Entry appe...
2
votes
5
answers
2342
views
asked 8 years ago by Sam Tanner
Category:
Alerts and Notifications
Hi Mr. Hahn, Below is a code for a Hull MA that alerts with a bell sound when the color of the HMA changes. #Hull Moving Average input price = close; input length = 20; input displace = 0; plot HMA = MovingAverage(AverageType.HULL, pric...
1
vote
8
answers
2092
views
asked 8 years ago by Bob Lyons
Category:
Alerts and Notifications
Hello Pete, I have a scan set up to look for price to be above the ATRtrailing Stop (ATRts) on a daily and for a Fast Stochastic K to cross above the Slow D on an hourly. When this condition is met, the alert is supposed to fire, however that is not...
1
vote
3
answers
105
views
asked 8 years ago by Scott Bohart
Category:
Alerts and Notifications
I trade based on bars that close within a certain percentage of the close of the bar in relation to its position on the chart. How can i make automated trades based on the shapes of bars and their relationship to previous bars? I trade spikes such t...