Announcement

Collapse
No announcement yet.

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 Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      649 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      370 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      109 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      573 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      576 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X