Alerts and Notifications (207)

Votes
Answers
Views
Question
0
votes
1
answer
140
views
Hi Pete, Condition: volume from 1 bars ago is greater than volume from 2 bars ago Now, if the volume at 9:30am was 1,000 and the volume at 4:00pm of the previous day was 900, I will see a chart alert value of "1" at 9:31am.  However, I won't receive ...
0
votes
1
answer
140
views
I would like to be alerted at the low of the 5 minute bar when a stocks price crosses and closes below the 20 period EMA. Moderator Comments: This request required a bit more explanation. After emailing the author of this question the following addit...
1
vote
1
answer
138
views
Hello, Currently I use a Custom Condition Wizard Study (for an MA crossover) combined with the built in Price Change Study for a Custom Scan. It searches for a displaced MA Crossover to occur first (either 0 bars or 1 bar ago) then lets me know when ...
0
votes
1
answer
137
views
Hi, I like to add aggregation period 1 hour to the 1st clause of the code below for a study alert in one sentence. I want the aggregation period of the 1st clause to be set at 1 hour, while the 2nd clause is set to the primary period (ie, 5min), whic...
0
votes
2
answers
137
views
Hi, I know there's a shooting star study available in the wizard, but I need one that will alert me based on one candle only, without considering the previous candle like the standard shooting star study does. I'm able to hit some of the shooting sta...
0
votes
1
answer
132
views
Mr Hahn, is it possible to code an Indicator for the Time & Sales? I want to filter the large filled orders to show on the chart.
0
votes
1
answer
129
views
Say i do a MovingAvg10 and MovingAvg20 on a 1min chart. How do i calculate how many MA cross-up and MA cross-down in the whole trading session (0930 - 1600hr) ? Addlabel on the chart - Num of Cross-up and Num of Cross-down
0
votes
1
answer
126
views
Is there a way to append a timestamp to an email alert of when the alert triggered or to create a column with a timestamp of when an alert triggered?
0
votes
1
answer
125
views
Hi Pete, I have a custom study/scan indicators that ultimately I would like to use to place conditional orders, as you have shown in your AutoTrade (Almost) video.  The one Problem - the scan involves recursion.  As you have mentioned in other places...
0
votes
1
answer
124
views
Hey, I was wondering if it was possible to set an alert when conditions are met from to different time frames. I'm wanting to set an alert when macd crossover up is true on 1 min bars and 5 min bars.