Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Indicator does not work in real time

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

    Indicator does not work in real time

    Excuse my English. I have designed an indicator is drawn without Connection but it does not in real time. Why?

    #2
    julifro, welcome to our forums here - any errors seen in your NT log tab as this happens? Generally it would be best to work with Print statement to debug the conditions used, this way you could see which part exactly is giving you the unexpected results and thus not allowing your statements to trigger as expected in this environment.

    BertrandNinjaTrader Customer Service

    Comment


      #3
      the code is written correctly. Thanks

      the code is written correctly. Thanks

      Comment


        #4
        This is not so much about being 'correct' or not in compile sense, but it would need to be understood what is evaluated differently then once the script is run realtime. Here the debug would be a very useful tool. Did you test if running CalculateOnBarClose true / false make a difference?
        BertrandNinjaTrader Customer Service

        Comment


          #5
          Originally posted by julifro View Post
          the code is written correctly. Thanks
          Best you publish the code, and someone will be able to find the bug. The bar processing logic in CalculateOnBarClose is different, as the same bar can be processed many times depending on the number of incoming ticks.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by alifarahani, Today, 09:40 AM
          6 responses
          36 views
          0 likes
          Last Post alifarahani  
          Started by Waxavi, Today, 02:10 AM
          1 response
          17 views
          0 likes
          Last Post NinjaTrader_LuisH  
          Started by Kaledus, Today, 01:29 PM
          5 responses
          14 views
          0 likes
          Last Post NinjaTrader_Jesse  
          Started by Waxavi, Today, 02:00 AM
          1 response
          12 views
          0 likes
          Last Post NinjaTrader_LuisH  
          Started by gentlebenthebear, Today, 01:30 AM
          3 responses
          17 views
          0 likes
          Last Post NinjaTrader_Jesse  
          Working...
          X