PDA

View Full Version : BuiltInIndicator


Luke
03-07-2006, 05:25 AM
Hi. All your indicators inherit the BuiltInIndicator class. I was unable to find this class in your framework helpfile. Can you please tell me to which namespace it belongs to?

Much thanks.
Luke

NinjaTrader_Ray
03-07-2006, 06:41 AM
Its Ninjatrader.Indicator.BuiltInIndicator however, you should not need to inherit from this class. Inheriting from Indicator is sufficient. Run through the New Indicator wizard and take a look at the code it generates.

Ray

Luke
03-07-2006, 07:59 AM
Okay. Thanks.