Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to trail using unmanaged approach

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How to trail using unmanaged approach

    How can we trail an existing order by steps. Say every 10 ticks move the stop loss up?

    #2
    Hello ttrader23,

    Thanks for your post.

    The ChangeOrder() method along with custom logic could be used to change the stop loss order.

    You could consider creating a condition that checks if the current Close price (Close[0]) is greater than or equal to the previous Close price plus 10 ticks (Close[1] + 10 * TickSize) to detect if the current close price is 10 ticks greater than the previous close price and call ChangeOrder() within the condition.

    See this help guide page for more information about ChangeOrder(): https://ninjatrader.com/support/help...hangeorder.htm
    <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>

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by kinfxhk, 07-14-2026, 09:39 AM
    0 responses
    15 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-13-2026, 10:18 AM
    0 responses
    59 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-13-2026, 09:50 AM
    0 responses
    42 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-13-2026, 07:21 AM
    0 responses
    47 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-11-2026, 02:11 AM
    0 responses
    38 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Working...
    X