i have my own .dll library what I wrote and I would like to use that for my custom ninjascript.
Could you please adivce me where I have to copy the library (to which NinjaTrader folder) to make it working?
I tried to copy my .dll to ...\NinjaTrader 6.5\bin\Custom
and the library was visible in the "Remove NinjaScript Assembly" window,
but i couldn't use
... using MyOwnNameSpaceFromMyDLLFile; ... ... MyClassFromMyNamespace.myStaticMethod()...
So what should I do if I want to use my .dll with my classes and methods in any custom NinjaScript strategy?
Thank you


Comment