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 SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
35 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
20 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
12 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
18 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
20 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment