Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
profit trigger and new profit target
Collapse
X
-
profit trigger and new profit target
i'm trying to have a stepped stop loss. i have a profit target of 60 and a stop loss of 10. when the price of the contract hits a plus 12 i want the stop loss to move to a plus 2, essentially a new profit target. and, when the price of the contract hits a plus 20 i want the stop loss to move to a plus 10, essentially a new profit target. and, when the price of the contract hits 25 i want the stop loss to move to a plus 15, essentially a new profit target. what might this look like in code?Tags: None
-
Hello SteveReiza,
Thanks for your notes.
It seems like you want to implement a trailing stop loss in your strategy.
You can use exit order methods and adding coding logic in the Strategy Builder to accomplish this goal. Please note that you would not be able to use the exit methods and the stops in the stop and targets window as that creates a violation of the managed approach internal order handling rules, linked here: https://ninjatrader.com/support/help...d_approach.htm
My colleague Chelsea has created educational examples of strategy builder breakeven and trailing stop in the strategy builder here:
https://ninjatrader.com/support/forum/forum/suggestions-and-feedback/suggestions-and-feedback-
aa/103992-request-breakeven-functions-in-strategy-builder#post806596
If you want a trailing profit target, you could implement similar logic see the "TrailBuilderExample_NT8" reference sample on the forum thread linked above to move your profit target.<span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>
-
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
77 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
40 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
63 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
63 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
53 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment