I have another question:
I have User Defined methods defined (so I can use them in multiple different strategies)
When I go to export the Straegy that contains a call to the user defined function I get an error:
"Error compiling export Sources. Please check your logs"
and the log says:
The name 'mCustomMethod' does not exist in the current context
I see no way to also export the "UserDefinedMethods' Strategy that is provided by Ninja and that holds my custom methods.
Do you have a suggestion?
Thanks....
Mark

Comment