Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Listen on Order Grid
Collapse
X
-
Listen on Order Grid
Hey NinjaTrader, is there any way to listen on the default Orders grid and get the order name, strategy name, fill price, quantity etc with Ninjascript?Tags: None
-
Thanks Chris, how would I get the Strategy Name / Display Name from an Order that happened on the subscribed account?Originally posted by NinjaTrader_ChrisL View PostHello, thanks for writing in. You can use an Addon style account object to subscribe to the OrderUpdate event method of the account. There is no way to subscribe to the Orders grid though, you will need to set up an Account object for each account you want to listen to for Order events:
https://ninjatrader.com/support/help...rderupdate.htm
Comment
-
Hi Jake, the information like the Singnal Name and the name of the strategy is contained solely within the strategy memory and is not stored anywhere at the account level. Unfortunately, there is no way of getting this information that is supported. You can try to look through the properties of the StrategyBase collection that is given to the Account object to see the data that can be accessed from there:
Comment
-
Thank you I think this is exactly what I need.Originally posted by NinjaTrader_ChrisL View PostHi Jake, the information like the Singnal Name and the name of the strategy is contained solely within the strategy memory and is not stored anywhere at the account level. Unfortunately, there is no way of getting this information that is supported. You can try to look through the properties of the StrategyBase collection that is given to the Account object to see the data that can be accessed from there:
https://ninjatrader.com/support/help...es_account.htm
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Yesterday, 05:17 AM
|
0 responses
64 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
139 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
75 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
45 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
50 views
0 likes
|
Last Post
|

Comment