Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Indicator won't give data to another indicator

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

    Indicator won't give data to another indicator

    Hello, I've embedded a RegressionChannel indicator within another indicator and when I try to read its values all I get is 0.

    Adding the indicator code in Initialize with RegressionChannel IndRC; defined just after the class declartion:
    IndRC = RegressionChannel(25,1);

    Code to read the indicator in OnBarUpdate
    if(Close[0] > IndRC.Middle[0]) do something

    I'm baffled. I've done this lots of times and when I try other indicators they all work, but the one I want; RegressionChannel, won't report anything but 0.

    Thanks for the help.
    daqu40
    NinjaTrader Ecosystem Vendor - QTradez

    #2
    Hello daqu40,

    Thank you for writing in.

    Please move...
    Code:
    IndRC = RegressionChannel(25, 1);
    ...from the Initialize() method to the OnStartUp() method and see if you experience the same.

    If you already do not have OnStartUp() in your script, you will just need to manually add the method into your script: http://ninjatrader.com/support/helpG...?onstartup.htm
    Zachary G.NinjaTrader Customer Service

    Comment


      #3
      That did it.

      Thanks Zach!
      daqu40
      NinjaTrader Ecosystem Vendor - QTradez

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Hwop38, 05-04-2026, 07:02 PM
      0 responses
      169 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Started by CaptainJack, 04-24-2026, 11:07 PM
      0 responses
      327 views
      0 likes
      Last Post CaptainJack  
      Started by Mindset, 04-21-2026, 06:46 AM
      0 responses
      252 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by M4ndoo, 04-20-2026, 05:21 PM
      0 responses
      353 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by M4ndoo, 04-19-2026, 05:54 PM
      0 responses
      181 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Working...
      X