Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Renko and enterlonglimit

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

    Renko and enterlonglimit

    Hi,

    I try to do a strategy with the Renko but each time I used the EnterLongLimit () I don't have all my entry filled. If I use EnterLong () it's working but my entry are at the wrong place....

    See pic


    Thanks Dervakon
    Attached Files

    #2
    Hello Dervakon,
    Market orders are filled at the best available price and thus you are witnessing such scenario.

    Limit orders get cancelled if they do not get filled on the same bar on which they are submitted unless you explicitly specify it not to do so. I will suggest setting liveUntilCancelled property to true by using the below overload and see if you are able to get the limit orders work or not.

    EnterLongLimit(int barsInProgressIndex, bool liveUntilCancelled, int quantity, double limitPrice, string signalName)
    JoydeepNinjaTrader Customer Service

    Comment


      #3
      Hi Joydeep,

      I found a other way with the enterlonglimit and now it working fine

      Thanks

      Dervakon

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      656 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      371 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      109 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      574 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      579 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X