Thanks
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Accessing price of limeit orders
Collapse
X
-
Hey Bertrand,
Actually I was referring to referencing an order by name rather than using token.
protected overridevoid OnExecution(IExecution execution)
{
if (execution.Order.FromEntrySignal == "blah")
Print(execution.ToString());
}
Originally posted by NinjaTrader_Bertrand View PostNot sure I follow r2kTrader - do you refer to something like this?
myExitLongStop.AvgFillPrice
Comment
-
Josh,Originally posted by NinjaTrader_Josh View Postr2kTrader,
Technically, but you can have multiple executions for the same entry order and to access the accurate information of the whole order you would want to deal with the IOrder directly instead of a single execution.
But then you have to manually manage the order.
Can you cancel an order by name without using AOH?
While I think I am back to AOH because I can't get 100% of what I need without it, I would like to give the managed model one more shot before I give up.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
648 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
369 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
108 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
572 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
573 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment