PDA

View Full Version : using NT functions in a VS2008 project


jonmoron
03-28-2009, 10:30 AM
Hi,

I'm interested in creating an application that uses some of NT's base classes in a VS2008 solution. For example, I'd like to use the SMA calculations and perhaps other indicator calculations. I saw that this is available for ATI in NinjaTraderCSharpSampleApplication, but to do some ATI, I'd like to have calculate indicators in the project as well.

Is this available in the NinjaTrader.Core.dll?

Thanks!

NinjaTrader_Ray
03-28-2009, 12:14 PM
Hi,

Indicator methods/classes are not supported outside of our NinjaScript environment. Only what is documented in the ATI is what we can support in an external application.