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 cmoran13, Yesterday, 01:02 PM
|
0 responses
27 views
0 likes
|
Last Post
by cmoran13
Yesterday, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
18 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|
||
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
160 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
95 views
1 like
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
148 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|

Comment