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 Hwop38, 05-04-2026, 07:02 PM
      0 responses
      164 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Started by CaptainJack, 04-24-2026, 11:07 PM
      0 responses
      319 views
      0 likes
      Last Post CaptainJack  
      Started by Mindset, 04-21-2026, 06:46 AM
      0 responses
      246 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by M4ndoo, 04-20-2026, 05:21 PM
      0 responses
      350 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by M4ndoo, 04-19-2026, 05:54 PM
      0 responses
      179 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Working...
      X