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 CarlTrading, 03-31-2026, 09:41 PM
|
1 response
80 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
40 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
63 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
63 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
54 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment