Alerts and Notifications (206)

Votes
Answers
Views
Question
0
votes
1
answer
971
views
asked 7 years ago by
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
850
views
asked 7 years ago by
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
2187
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...
0
votes
2
answers
2501
views
asked 7 years ago by
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
2098
views
asked 7 years ago by
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
841
views
asked 7 years ago by
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
226
views
asked 7 years ago by
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
187
views
Be first to answer!
asked 7 years ago by
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...
1
vote
4
answers
13218
views
asked 7 years ago by
Currently when I am in a trade looking on my charts tab, the only way I know to check the current P&L is to click over to the monitor tab. Is there a way to view the P&L on the charts tab or some alternative that would allow me to see both at...
0
votes
1
answer
620
views
asked 7 years ago by
Hello, I wanted to thank you again for the time and effort you put into this forum and your videos. I'm using a version of a T3 moving average that changes color when the slope changes. I'd like to create a simple alert that notifies me when this hap...