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 NullPointStrategies, Yesterday, 05:17 AM
      0 responses
      64 views
      0 likes
      Last Post NullPointStrategies  
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      139 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      75 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      45 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      50 views
      0 likes
      Last Post TheRealMorford  
      Working...
      X