Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
How do I know programmetically my profit target or stop loss is hit?
Collapse
X
-
How do I know programmetically my profit target or stop loss is hit?
I would like to build a strategy that emails me when entry orders are filled, profit targets are hit, etc. I know I can use OnOrderUpdate in the case of orders being filled since I can hold the "order" object returned by EnterLong or ExitShort methods. However, since I use SetProfitTarget and SetStopLoss to place profit target and stop loss, I don't know how to find if they are hit programmetically. The only thing I can think of is to submit stop orders for profit target and stop loss directly instead of using SetProfitTarget and SetStopLoss. This approach will definitely make my code more complicate. Have I missed something? Are there better options? Thanks!Tags: None
-
Please see this reference sample - http://www.ninjatrader-support.com/v...ead.php?t=5790RayNinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
569 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
330 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 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
548 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
548 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment