I'm attempting to build somewhat of a complex strategy. I have everything working except the last piece that I'm having issues with. My strategy enters with 1 contract with two clicks. It has 1 target of 10 ticks for the first contract and a 2nd target of 25 ticks for the second contract. Both stop losses are set to 5 ticks. However, I want it to move the stop loss for contract Forum up 10 ticks above entry position so that my 2nd contract never stop below entry if target 1 is hit.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Trailing stop Strategy
Collapse
X
-
Trailing stop Strategy
Hello NT8 community,
I'm attempting to build somewhat of a complex strategy. I have everything working except the last piece that I'm having issues with. My strategy enters with 1 contract with two clicks. It has 1 target of 10 ticks for the first contract and a 2nd target of 25 ticks for the second contract. Both stop losses are set to 5 ticks. However, I want it to move the stop loss for contract Forum up 10 ticks above entry position so that my 2nd contract never stop below entry if target 1 is hit.Tags: None
-
Hello rsmustang19,
Thanks for your post.
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 that you could review:
https://ninjatrader.com/support/foru...der#post806596<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, 05-11-2026, 05:56 AM
|
0 responses
53 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
32 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
195 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
356 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
277 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|

Comment