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 kinfxhk, 07-14-2026, 09:39 AM
      0 responses
      127 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Started by kinfxhk, 07-13-2026, 10:18 AM
      0 responses
      105 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Started by kinfxhk, 07-13-2026, 09:50 AM
      0 responses
      85 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Started by kinfxhk, 07-13-2026, 07:21 AM
      0 responses
      105 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Started by kinfxhk, 07-11-2026, 02:11 AM
      0 responses
      86 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Working...
      X