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 NullPointStrategies, Yesterday, 05:17 AM
|
0 responses
55 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
132 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
73 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
45 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
49 views
0 likes
|
Last Post
|

Comment