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 Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
630 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
364 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
105 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
566 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
568 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment