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 CarlTrading, 03-31-2026, 09:41 PM
    1 response
    45 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    21 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    31 views
    1 like
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    50 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    42 views
    0 likes
    Last Post CarlTrading  
    Working...
    X