Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to make a limit order that follows price.

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

    How to make a limit order that follows price.

    How to make a limit order that follows price:
    EX: the price is 19100.00
    I place a sell limit order at 19098.00 and if the price goes up by X ticks then the order also goes up by X ticks. On the other hand, if the price falls, the order does not move and is executed.
    vice versa for buy order.
    THANKS

    #2
    Hello Tim-c,

    The logic for this behavior would be the same as trailing stop but using a buy limit order instead of a sell stop order.

    Set a variable to hold the next trigger price (number of ticks from average price, or last trail price), set a variable to hold the current limit price (number of ticks below entry price or last trail price). If the close price is greater than the next trigger price, set the next trigger price variable to the close price plus the number of ticks the trigger should occur, and set the limit price variable to close minus the number of ticks the limit should be below the market price.

    Below are links to examples that demonstrate this logic with a sell stop order. The logic would remain the same, but order type would be a buy limit order.

    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by NullPointStrategies, Yesterday, 05:17 AM
    0 responses
    55 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    132 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    73 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    45 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    49 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X