How can I get the alert to trigger if, for example, price of 15min candle close below 3SMA, 13, 20,50?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Market Analyzer Alerts
Collapse
X
-
Hello mkaraa,Originally posted by mkaraa View PostHello.
How can I get the alert to trigger if, for example, price of 15min candle close below 3SMA, 13, 20,50?
Thank you for your inquiry.
Are you looking to set up alerts on a chart via the alerts window, or are you looking to use Alert() programmatically in a NinjaScript file such as an indicator or strategy script? I look forward to your clarification; depending on your answer I will move your post to its own thread in the appropriate topic.
I look forward to your reply.
-
I am looking to set the alert on market analyzer.Originally posted by NinjaTrader_Emily View Post
Hello mkaraa,
Thank you for your inquiry.
Are you looking to set up alerts on a chart via the alerts window, or are you looking to use Alert() programmatically in a NinjaScript file such as an indicator or strategy script? I look forward to your clarification; depending on your answer I will move your post to its own thread in the appropriate topic.
I look forward to your reply.
Comment
-
Hello mkaraa,
Thank you for your reply.
I have created the thread "Market Analyzer Alerts" in the Platform Technical Support section of the forum. That said, the market analyzer does not work with candles in the same way as a chart does. Your request to get an alert when the "price of 15min candle close below 3SMA, 13, 20,50" is not exactly possible in the Market Analyzer. It does not track data in a series where it would have a price for every 15 minutes; it displays instrument data in real time. You could certainly create columns for EMA with different periods on a 15-minute data series, and then you could set up alerts that check if the last price is less than the EMA value. You could even set up the alerts to rearm "On Bar Close" which would reset the conditions every 15 minutes from the data series used to calculate the EMA. Below are links to screenshot examples of an alert configured to check if the Last price is less than the 14-period EMA on 15-minute data. It is set to rearm on bar close, though that means that if at any point during the 15 minutes the last price goes below the EMA it will be triggered:For more information about configuring alerts, examples of conditions, and examples of alerts, please see the links below:- https://ninjatrader.com/support/help...ing_alerts.htm
- https://ninjatrader.com/support/help...on_builder.htm
- https://ninjatrader.com/support/help...tsexamples.htm
Please let me know if I may be of further assistance.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
85 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
47 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
29 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
32 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
67 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment