Something like a getAlert() method? Similar to a method that would get the last error.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Listen for Alerts in Ninjascript
Collapse
X
-
Listen for Alerts in Ninjascript
Is there a way to listen for or otherwise capture all alerts generated by the various active indictors? I would like to parse the string in my script in order to make a decision about opening a new script generated trade.
Something like a getAlert() method? Similar to a method that would get the last error. -
I attach to the Log event handler.
Your alerts should go through the log.
In certain situations like log messages for connection lost and order rejected I let me software send me an sms.
All unsupported, but very doable.
regards
www.zweisteintrading.eu
Comment
-
Thanks, I was really hoping this would have worked. But the messages I'm trying to capture are not from my own indicators and unfortunately the messages in the Alerts window are not in the normal NT7 log. Maybe there is another log somewhere or a setting to show all messages?
Comment
-
At first glance I see NinjaTrader.Globals.Alerts
This should get you going
regards
www.zweisteintrading.eu
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
152 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
89 views
1 like
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
131 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
127 views
1 like
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
107 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment