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 Mindset, 04-21-2026, 06:46 AM
    0 responses
    88 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    134 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    68 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    119 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    69 views
    0 likes
    Last Post PaulMohn  
    Working...
    X