I made a strategy in witch I refer to UserDefinedMethods.cs.
I'm trying to export it and get an error "CS0103: The name 'BarDate' does not exist...". This is a method I put into UserDefinedMethods. I understand that I need to include to the export UserDefinedMethods.cs but how?? It's not listed.
Regards,
Baruch
p.s.
This strategy was compiled and it works.

Comment