PDA

View Full Version : Can I call a method from another


kaywai
02-24-2010, 06:01 AM
indicator? If so, how can i do that?

NinjaTrader_Bertrand
02-24-2010, 06:31 AM
Kay, when you for example create an indicator, you can call this for sure from another indicator or strategy...MyCustomIndicator(Parameter1, Parameter2).

kaywai
02-24-2010, 07:05 AM
Thanks Bertrand