thanks
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
ProfitTarget is True
Collapse
X
-
Hello,
Thank you for your note.
This would require advanced unmanaged approach to order entry to do this which is reserved for advanced programmers only:
However using the managed approach with NinjaTrader. A way to do this is check if you are flat. However with this check it does not differenciate with if the profit target was filled or the stop loss.
if (Position.MarketPosition == MarketPosition.Flat)
What are you trying to do and I can mabye offer another suggestion if you do not want to use unmanaged orders.
Let me know if I can be of further assistance.BrettNinjaTrader Product Management
-
Is it necessary to use the "unmanaged approach" to set 2 different profit targets? Say one for buys and another for sells. Or can this be done "using the managed approach with NinjaTrader"? The "real" goal is to be able to set 2 separate profit targets, one larger for Trending and another smaller one for Trading, depending on the strategy parameters.
thanksLast edited by kenb2004; 10-16-2010, 04:00 PM.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by sjsj2732, Yesterday, 04:31 AM
|
0 responses
36 views
0 likes
|
Last Post
by sjsj2732
Yesterday, 04:31 AM
|
||
|
Started by NullPointStrategies, 03-13-2026, 05:17 AM
|
0 responses
287 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
287 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
133 views
1 like
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
95 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|

Comment