Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Enter Limit Order With Offset

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

    Enter Limit Order With Offset

    Hello I was wondering if it's possible to EnterLongLimit with a tick offset. Lets say 2 or 3 ticks lower than current price.
    Does anyone know if it's possible and what the code would be?
    Thanks

    #2
    Hello 26psicivic,

    Thanks for your post.

    Yes, it is possible to enter a limit order with a tick offset. To offset a value, such as a price, by a set number of ticks you could use TickSize.

    For example, the code below would enter a buy limit order 3 ticks below the current Close price.

    EnterLongLimit(1, Close[0] + 3 * TickSize, "LongLimitEntry");

    See the help guide documentation below for more information.

    TickSize: https://ninjatrader.com/support/help...8/ticksize.htm
    EnterLongLimit: https://ninjatrader.com/support/help...rlonglimit.htm

    You could also consider setting up an action to enter a limit order in the Strategy Builder with a tick offset and then click the 'View code' button to see the generated syntax.

    See the 'How to enter a market position' section of this help guide page explaining creating offsets for entry orders in the Strategy Builder: https://ninjatrader.com/support/help...t8/actions.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 NullPointStrategies, Today, 05:17 AM
    0 responses
    44 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    124 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    65 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    42 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    46 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X