Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Indicator to print executed orders info
Collapse
X
-
Indicator to print executed orders info
Hi, I am trying to create an indicator to print executed orders details like average fill price, action whether its exit or entry etc. how to access those please?Tags: None
-
Hello asmmbillah,
Thank you for your post.
You could subscribe to the Account.ExecutionUpdate event in an indicator to read realtime executions:
You can also read Account.Executions collection to see a list of executions like in the Executions tab:
You could then use Drawing objects to draw that info on the chart, or SharpDX to custom render the information.
Historical executions would require accessing the NinjaTrader database. Accessing the database is unsupported, but you may try something like what is done below:
https://ninjatrader.com/support/foru...sample?t=10296
Please let us know if we may be of further assistance to you.
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
661 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
375 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
110 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
580 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment