First of all, the zip file that the indicator came in has no DLL file in the zip file! There is only a CS file and an XML file!
I copy the cs file in to the
C:\Documents and Settings\Administrator\My Documents\NinjaTrader 6.5\bin\Custom folder
I have also looked the the help file (http://www.ninjatrader-support.com/H...artyIndicators), tried adding a reference, and also have tried compiling the CS file. but I get errors.
Unable to ad reference since it looks for a DLL file right? As far as compiling, the error I get says that
"The namespace 'NinjaTrader.Indicator' already contains a definition for 'VerticalScale',CS0101"
I have also tried using the import NinjaScript feature, but it t ells me that it's running with errors and cannot import until these errors are resolved.
NT6.5 is running fine though. I would appreciate any help.

Comment