Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Strange Error

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

    Strange Error

    I have two sets of bars a daily as the primary and a 10 minute as the secondary.

    In my strategy, I set a flag in the daily bar section, then in the 10 minute bar section, if the flag is true I enter a long.

    For some reason, the flag is set to true in the daily just fine and it is recognized as true in the minute (I used a print statement to verify that the IF statement is entered). But for some reason, when I finish the backtest, it shows that no trades were made from the strategy. So there must be some type of unseen error, how do I debug this?

    Thanks,
    EliteTraderNYC

    #2
    Hello EliteTraderNYC,
    Thanks for your note.

    If you append the below code in the Initialize section of the strategy then what prints you are getting in the Output Window
    Code:
    TraceOrders = true;


    Can you please send a toy NinjaScript code* replicating the behavior to support[AT]ninjatrader[DOT]com

    Please append Attn:Joydeep in the subject line of the email and give a reference of this thread in the body of the email.

    I look forward to assisting you further.

    *The "toy" just means something that is a stripped down version that isn't necessarily the whole logic. It makes things easier to rout out.
    JoydeepNinjaTrader Customer Service

    Comment


      #3
      Thanks, I figured it out. The program was exiting on order in effect equal to day and I needed GTC.

      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
      368 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