It looks like you have applied a SMA. If you are trying to select your custom indicator that contains your conditions, plots or alerts then you still need to select that custom indicator.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
About OHLC and OHL indicator alerts
Collapse
X
-
Hello ラリー,
In the latest screenshot I am not sure what you are trying to do in order to advise further. From the previous posts we had discussed making a custom indicator so that you could use the Alert syntax and also use that to better understand why the alerts were not happening. If you are having trouble following our previous discussion I would suggest to go back to post 28 where you had made a custom indicator that contains an alert and a condition. You can use an indicator like that to produce alerts.
Comment
-
Hello ラリー,
From the image you are checking if the RSI value is greater than or equal to 20, if that is what the alert condition you wanted is then you could use that. I would suggest to try and apply the indicator in a chart to run it so you can verify it works as you had expected. If you need to visualize how the condition is working you can add a print to it or draw something so you can visually see it on the chart as well.
Comment
-
Hello ラリー,
In the image you have an alert hard coded into the script so you don't need to use the alerts window in the chart. If the alert did not happen that indicates that the condition was not true. You can use prints to better understand when the condition is true. Keep in mind that alerts don't work historically, this only works in realtime.
If you are trying to use the alerts window I would suggest making a new post in the general platform technical support forums. Because you posted in the NinjaScript development forum the answers that I have been providing are so that you can program the alerts in NinjaScript code. If you don't want to program the alerts in the code please make a new post describing what you want to do in the platform technical support forum where you can get help with general platform use.
Comment
-
Thank you for your reply.
I applied it to the market analyzer, the alert log was output, and the sound was also played.
The color is output in the alert log when the condition is met, but is it possible to color the indicator applied to the Market Analyzer as well when the condition is met?
Comment
-
Hello ラリー,
To do any kind of coloring in a market analyzer cell would require using the market analyzer cell conditions. That also requires that your indicator plots a value so that you can read its value to make conditions based on its values. Indicators don't do any kind of visualizing in the analyzer otherwise.
Comment
-
Thank you for your reply.
Can you give me an example?To do any kind of coloring in a market analyzer cell would require using the market analyzer cell conditions. That also requires that your indicator plots a value so that you can read its value to make conditions based on its values. Indicators don't do any kind of visualizing in the analyzer otherwise.
Comment
-
Hello ラリー,
You can read about the market analyzer cell conditions here: https://ninjatrader.com/support/help...lter_condi.htm
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
650 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
370 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
109 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
574 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
577 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment