Thanks
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Exit price syntax
Collapse
X
-
Hello 2Look4me,
Thank you for the post.
To know the exit price you would generally need to use the OnOrderUpdate or OnExecution override to catch the exit execution by its name. You can find an example of finding a target in the following link. Finding an exit order would be the same concept to find the order by its name in the override. The OnExecution override can be used if you wanted to only know the price once the exit had filled. OnOrderUpdate can be used to track the order from when it starts and get a variable for the order in question.
I look forward to being of further assistance.
-
Hi 2Look4me,
You are so close with the tip from Jesse ...
In OnExecutionUpdate(), you can call "Print(execution.ToString());" to print everything, including the "price".
Of course, you can do more than just printing. If you want to use "price" in your strategy, consider to declare a global variable (double).
In OnExecutionUpdate(), set your global variable to "price".
Then use it in your strategy or/and print just that variable instead of everything.
NT-Roland
Comment
-
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
597 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
343 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
103 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
556 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
555 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment