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 cmoran13, 04-16-2026, 01:02 PM
      0 responses
      36 views
      0 likes
      Last Post cmoran13  
      Started by PaulMohn, 04-10-2026, 11:11 AM
      0 responses
      23 views
      0 likes
      Last Post PaulMohn  
      Started by CarlTrading, 03-31-2026, 09:41 PM
      1 response
      162 views
      1 like
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      96 views
      1 like
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      152 views
      2 likes
      Last Post CaptainJack  
      Working...
      X