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 CaptainJack, 05-29-2026, 05:09 AM
      0 responses
      169 views
      0 likes
      Last Post CaptainJack  
      Started by CaptainJack, 05-29-2026, 12:02 AM
      0 responses
      88 views
      0 likes
      Last Post CaptainJack  
      Started by charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      128 views
      0 likes
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      208 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      185 views
      0 likes
      Last Post CarlTrading  
      Working...
      X