Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Place Order Below the Bid Price

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

    Place Order Below the Bid Price

    Hello:

    Is there a way I can create a strategy that places my limit order two ticks below the current bid price, while it updates itself after every tick.

    Thanks!

    #2
    If you mean to place a long limit order below the current price level, of course you can do that.
    That's a common scenario. Two ticks, or as many ticks as you want.
    Limit orders are not guaranteed to​ get a fill though, especially in a fast moving market.
    Last edited by KonstantinosNT; 02-07-2023, 07:53 AM.

    Comment


      #3
      Hello Cryptontrader,

      Thanks for your post.

      As KonstantinosNT has stated, it is possible to place a long limit order below the current price level. The EnterLongLimit() method could be used with a tick offset to place the order below the current price. For example, the below code will place a long limit Entry order 10 ticks below the current Close price.

      EnterLongLimit(Close[0] - 10*TickSize, "EnterLong");

      To move the order, you would call the same method using the same signal name with a different price.

      Note from the Managed Approach help guide page: "By default, orders submitted via Entry() and Exit() methods automatically cancel at the end of a bar if not re-submitted"

      Managed Approach: https://ninjatrader.com/support/help...d_approach.htm

      Keeping Orders Alive Reference Sample: https://ninjatrader.com/support/help...ders_alive.htm

      ​​​​​​​Let me know if I may assist further.



      <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
      79 views
      1 like
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      40 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      63 views
      2 likes
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      63 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      54 views
      0 likes
      Last Post CarlTrading  
      Working...
      X