Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Works on Backtests not on live.

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

    Works on Backtests not on live.

    Hi Guys, I keep getting this error and am unsure what to try to fix it. The Strat works fine on backtest and optimise but live forward run it can't place an order.
    Im sure it will be something simple.
    2/8/2024 9:10:39 PM Default Strategy 'Simtest-1': An order has been ignored since the stop price ‘23.91’ near the bar stamped ‘01/07/2024 18:00:00’ is invalid based on the price range of the bar. This is an invalid order and subsequent orders may also be ignored.

    I looked at other posts but its not very clear.

    I did add the ability to choose days of the week to the script. could that have broken it?

    #2
    Hello BrendoApex,

    Welcome to the NinjaTrader forums!

    This is a warning (and not an error message) that an order was submitted before CurrentBar was equal to or greater than BarsRequiredToTrade. This will not disable the script but is just a warning to let you know that order was ignored.

    You can choose to set BarsRequiredToTrade to 1.
    Or you could choose to code in the conditions a requirement that CurrentBar is equal to or greater than BarsRequiredToTrade.


    To understand why the strategy is not submitting orders after BarsRequiredToTrade is met, enable TraceOrders and add a print to print the time of the bar and all values compared in the condition along with labels for each value and comparison operator.

    This forum post provides direction and videos.
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Thanks Chelsea, I think I have it sorted.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by NullPointStrategies, Yesterday, 05:17 AM
      0 responses
      59 views
      0 likes
      Last Post NullPointStrategies  
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      134 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