Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

why order execution is late in auto strategy

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

    why order execution is late in auto strategy

    Hi all,

    I designed a small test auto strategy but the issues is that it is slow to react, after the conditions executed on chat, system wont put the order right away. I mean usually it executes its order after 2nd or 3rd candle.

    All I want is that my strategy should execute order immediately after conditions in strategy got executed on chart.

    Thanks
    Uzair

    #2
    uzairkha, welcome to the forums - please work with CalculateOnBarClose = false to submit the order on the tick after the conditions triggered (this will only work in realtime, as the intrabar tick formation is not known in backtesting) -

    Comment


      #3
      still not working

      I do have CalculateOnBarClose = false (box uncheck) in my strategy. But still it’s not working. Any thing else which needs to be corrected.

      Comment


        #4
        uzairkha, unfortunately hard to tell without having a rough idea of your custom code and what you attempt to do - do you have the same when our default SampleMACrossOver is used? Please also add a visual check (DrawArrow, Dots) as your conditions trigger so you can debug if the hit as think they do.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        647 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        367 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        108 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        571 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        573 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X