I have copied/renamed the UserDefinedMethods, which I have read will not export. In my new version I have added several tests that other indicators have to pass in order to run. I copied this to another computer and exported as a .dll assembly. Then I deleted the original .cs file and imported the assembly. The next step is to import one of the indicators that will take the test but it will not compile because evidently it can't see the assembly.
The error is: The name 'XYZsample' does not exist in the current context. XYZsample being the public bool from my custom UserDefinedMethods assembly. Adding the assembly as a Reference makes no difference. Is it because the indicator is not referenced by name like normal? How can I make this work somehow or is it impossible to do in this way?