Alerts and Notifications (207)

Votes
Answers
Views
Question
1
vote
8
answers
2234
views
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
147
views
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...
0
votes
1
answer
1030
views
I've seen all of your videos, and first off I want to say thank you!! I've just started in the market, not fully established yet, but getting very close especially with your help setting TOS up. I promise once I acquire capital you'll see my thanks i...
1
vote
1
answer
973
views
Hi Mr. Hahn I have tried to set up alerts for EMA crossings and strategies on a TOS Range Chart and nothing seems to work. Do you have a solution to this problem?  
2
votes
5
answers
2517
views
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...
0
votes
2
answers
2850
views
I am currently using the TTM Trend (Licensed by John Carter to TOS) and the TTM Trend Alert that Pete Hahn created.  See below for text of alert.  I can only use the standard TOS sounds for the alert (Bell, Ding, Ring, Chimes) but would like to creat...
0
votes
1
answer
2159
views
I have a very simple strategy where I enter the trade when Exponential Moving Average of 1 bar crosses over 5 bars in 2 minute interval. I sell when the same happens on the other side. Can someone help me set up an Alert Email when my chart shows to ...
0
votes
2
answers
974
views
Good morning Hahn, Hope all is well. I was wondering if you could help me out or lead me in the right direction.  In ToS Scan, I would like to have a scan alert that I could set to my phone for the following situation. For example, If RSI signals Ove...
0
votes
2
answers
294
views
Trying to setup a conditional order with the following VWAP scan criteria but the conditional order will not let me enter it.
0
votes
0
answers
206
views
Be first to answer!
hey Pete, I am using the AddOrder function in a custom strategy, so it's possible to visualize the FloatingPL being changed during the day, as the trades are being opened and closed. However, thinkorswim does not let you automate the buy and sell ord...