PDA

View Full Version : Indicator Class


Januson
06-18-2007, 01:22 PM
Where can I find the class documentation for the Indicator-class?

Kind regards

NinjaTrader_Ray
06-18-2007, 01:34 PM
Hi Januson,

Following is the top level page for NinjaScript Help Guide. Specific class documentation does not exist however, all properties and methods that we officially support for this class can be found within this section of our Help Guide.

http://www.ninjatrader-support.com/HelpGuideV6/Overview17.html

Januson
06-18-2007, 01:48 PM
That didn't help me alot.. You say "all properties and methods that we officially...", but... For instance the Strategy or Indicator which the custom classes inherits from should override 'OnBarUpdate', and for some reason I cannot find any other methods to override - maybe because there are none - however, that could be nice to know :)

Are you referring to " Custom Indicator Methods and Properties (javascript:history.go(0))" under "Developing Custom Strategies" ?

NinjaTrader_Ray
06-18-2007, 02:05 PM
Sorry, I did not mean to not be of value. I am merely trying to provide guidance on what we currently provide support for. If its not in the Help Guide, then its not supported at this time.

You can currently override the OnBarUpdate() method, Initialize() method and Dipose() method all of which are documented.

Januson
06-18-2007, 02:20 PM
Don't get me wrong, I think this forum is the best :) Very fast replies and great help, I just wanted to be sure. Sorry if my sentence came out wrong (I'm from Denmark, could be some lingual confusion and choice of word)

Thanks and I think I understand now!

NinjaTrader_Ray
06-18-2007, 02:27 PM
Excellent. We will expose more functionality in time as we are able to properly document and provide technical support for in a timely manner.