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

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 pmachiraju, 11-01-2023, 04:46 AM
      8 responses
      147 views
      0 likes
      Last Post rehmans
      by rehmans
       
      Started by mattbsea, Today, 05:44 PM
      0 responses
      5 views
      0 likes
      Last Post mattbsea  
      Started by RideMe, 04-07-2024, 04:54 PM
      6 responses
      33 views
      0 likes
      Last Post RideMe
      by RideMe
       
      Started by tkaboris, Today, 05:13 PM
      0 responses
      5 views
      0 likes
      Last Post tkaboris  
      Started by GussJ, 03-04-2020, 03:11 PM
      16 responses
      3,282 views
      0 likes
      Last Post Leafcutter  
      Working...
      X