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 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