PDA

View Full Version : Accessing Custom Indicator Functions in Strategies


ThePatientOne
05-29-2007, 01:11 PM
I have several functions defined in a user-defined functions file under bin\Custom\Indicator. I can access and use all of these functions fine from my indicators but how do I access them from my Strategies? They are not standalone indicators but merely helper functions that I do not want to expose as indicators.


Thank you.

NinjaTrader_Ray
05-29-2007, 01:29 PM
These functions are defined for the Indicator class only. If you want to make them available for strategies, you have to add them to the UserDefinedMethods file under the strategies folder.