Alerts and Notifications (206)

Votes
Answers
Views
Question
4
votes
1
answer
3688
views
asked 7 years ago by
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
3198
views
asked 7 years ago by
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
270
views
asked 7 years ago by
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
181
views
asked 5 years ago by
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
307
views
asked 3 years ago by
♥ 1
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
2284
views
asked 7 years ago by
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
914
views
asked 7 years ago by
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
2164
views
asked 7 years ago by
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
1940
views
asked 7 years ago by
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
88
views
asked 7 years ago by
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...
1 2 3 13