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 CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
476 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
317 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
254 views
1 like
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
340 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
305 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment