The following line on UserDefinedMethods creates an error (see attached image) when i create a new strategy from strategies bar:
partial class Strategy
{
public IOrder _entryOrder = null;
The is no error when i change it to private.
I don't understand why is it happening. is there a way remaining it public?
10x

Comment