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, 05-11-2026, 05:56 AM
    0 responses
    52 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    29 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    194 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by CaptainJack, 04-24-2026, 11:07 PM
    0 responses
    355 views
    0 likes
    Last Post CaptainJack  
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    274 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X