I've searched around here for a solution and followed some of the instructions provided. I'm still having issues importing the indicator back into NT after deleting everything simulating a user. As you can see from the attachment the "SvtAccumDistrib1" zip file contains the reference to the SvtReference.dll file. This is a simple reference to an "enum" by the way just testing things around. The error I get when I try to import is this: "2020-12-26 11:10:22:862|2|4|Error compiling import assembly: d:\Users\hayth\Documents\NinjaTrader 8\bin\Custom\SvtAccumDistrib.cs(80,85) : error CS0246: The type or namespace name 'AdEvaluationMode' could not be found (are you missing a using directive or an assembly reference?)"
I tried a few things to see if the references work. Initially, I removed the indicator and just installed the SvtReference.dll file and the indicator worked fine. But the issue as I said occurs when I export the indicator; remove everything and then try to import back in.
I want to get away from qualifying every variable. Seems simple for this case but when it's time to release my addons it will be tedious to do so since I have many classes and variables to be referenced.
Thank you for your help.

Comment