Alerts and Notifications (206)

Votes
Answers
Views
Question
0
votes
1
answer
2433
views
asked 7 years ago by
Back again Pete. This time i would ask you to write me a simple STRATEGY with the following criteria. Using TTM Squeeze, only the HISTOGRAM Buy to open at the close on the histogram bar that closes up thru 0. Sell at the close to close on the SECOND ...
2
votes
4
answers
2289
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 ...
0
votes
7
answers
2278
views
asked 7 years ago by
I'm looking  or would like to know how to  create sound alerts for studies with arrows.
0
votes
1
answer
2230
views
asked 7 years ago by
Hi - I found your TTM Squeeze Scan looking for an indictor that would given audible alert when the squeeze indicator changes color.  Your indicator is great, but I still need an audible alert when the Squeeze change color.  TOS has an alert for enter...
2
votes
5
answers
2180
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
1
answer
2097
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
1
answer
1983
views
asked 5 years ago by
Hello - I would like to set up an alert when the following condition is True: If % change between closing price of most recent 1 minute bar and the second most recent 1 minute bar (i.e., t versus t-1) exceeds +0.25% OR -0.25% (i.e., a relatively big ...
0
votes
1
answer
1954
views
asked 3 years ago by
Under MarketWatch Alerts I have a big list of alerts. How can I delete them?
1
vote
8
answers
1953
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...
0
votes
1
answer
1937
views
asked 5 years ago by
Is it possible to create price alerts that recreate themselves once triggered? I'm looking at using $TICK key levels as exit confirmations on index positions; +1200, +1000, +800 and the negative equivalents. $TICK hits these levels consistently intra...