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

Compiled yes... But won't display on Chart

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

    Compiled yes... But won't display on Chart

    Hoping someone can help me here. I've created my first indicator using the Wizard. It was a modification of the Linear Regression indicator. My modification was to add a exponential moving average of the Linear Regression curve.

    I built the indicator and it compiled but when i applied it to a chart, it does not display anything.

    Not sure what to look for, I then applied the original LinReg indicator to the chart to make sure it worked.. and it does.

    So can someone help me determine what might be wrong? I used the same settings for the period in both indicators... 339 and verified i had enough data. The origianl plots but the new one doesn't.

    Thank you,
    Taddypole...
    Attached Files

    #2
    Please look in your Control Center logs for errors.
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      Thank you Josh,

      That was it. It was starting calculations too soon. It had no data for bar "zero".

      Put in the code:

      if (CurrentBar < Period) return;

      and it now plots.

      Thank you...

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by techgetgame, Today, 11:42 PM
      0 responses
      6 views
      0 likes
      Last Post techgetgame  
      Started by sephichapdson, Today, 11:36 PM
      0 responses
      1 view
      0 likes
      Last Post sephichapdson  
      Started by bortz, 11-06-2023, 08:04 AM
      47 responses
      1,612 views
      0 likes
      Last Post aligator  
      Started by jaybedreamin, Today, 05:56 PM
      0 responses
      9 views
      0 likes
      Last Post jaybedreamin  
      Started by DJ888, 04-16-2024, 06:09 PM
      6 responses
      19 views
      0 likes
      Last Post DJ888
      by DJ888
       
      Working...
      X