protected override void OnBarUpdate()
{
if(Low[0]>Low[1])
Plot0.Set(0);
else
Plot0.Set(1);
}
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Market Analyzer scripted alert indicator doesn't seem to fire...
Collapse
X
-
Market Analyzer scripted alert indicator doesn't seem to fire...
Hi all. I'm trying to get started writing indicators to be used in Market Analyzer. I've written the simplest one I can think of to start small. It compiles, then fires once right after I add it/ click "ok." From then on, when the condition it checks for is hit (visible on a chart) I don't see another alert. Some quick context: I don't need to plot anything graphically yet, I just want to generate alerts. Also, I'm basing my assumption that it should be firing by watching a 1 min candle chart. My simple logic is that if the latest bar's low is > the prior bar's low, return '0', which should fire the alert. I attached two screenshots of my MA/ alert settings. Here's the method:
Thanks in advance..Code:Tags: None
-
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
134 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
75 views
1 like
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
119 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
114 views
1 like
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
90 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment