IE Say I have 3 orders filled and I need to access the Average fill price of each order individually how would I do this?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Information about multiple orders.
Collapse
X
-
Information about multiple orders.
What is the best was to access information ablout multiple fills.
IE Say I have 3 orders filled and I need to access the Average fill price of each order individually how would I do this?Tags: None
-
You would assign to IOrders and look at the IOrder.AvgFillPrice for each order.Originally posted by GKonheiser View PostWhat is the best was to access information ablout multiple fills.
IE Say I have 3 orders filled and I need to access the Average fill price of each order individually how would I do this?
-
Comment
-
Hello,
He is referring to tracking the IOrder objects in the script so you can later access their information.
This is not the same as the SignalName, the IOrder is the return object from the SubmitOrder method.
If you take a look at the documentation for SubmitOrder there is a example that shows how the IOrder object is used with your SubmitOrder.
Also there is good information on the IOrder object its self here:
Using the example from the first link, you could use any of the IOrder specific properties anywhere the variable is accessible.
I look forward to being of further assistance.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
47 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
22 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
15 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
21 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
23 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment