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 geddyisodin, Yesterday, 05:20 AM
      7 responses
      46 views
      0 likes
      Last Post NinjaTrader_Gaby  
      Started by gbourque, Today, 06:39 AM
      2 responses
      5 views
      0 likes
      Last Post gbourque  
      Started by cre8able, Yesterday, 07:24 PM
      1 response
      13 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by cocoescala, 10-12-2018, 11:02 PM
      6 responses
      939 views
      0 likes
      Last Post Jquiroz1975  
      Started by cmtjoancolmenero, Yesterday, 03:58 PM
      1 response
      19 views
      0 likes
      Last Post NinjaTrader_Gaby  
      Working...
      X