I am getting an error message when I initialize a strategy file. A snapshot of the error message is attached. The basic premise of the error seems to be the serialization of a Dictionary. A similar error was also thrown regarding serialization of an ILine object.
To give some detail, I have partitioned my strategy file into a set of partial class such that each partial class contains the logic for a particular segment of the strategy (i.e. 1 file contains historical data logic, 1 contains entry rules, etc.). I wonder if my implementation of the partial classes may be the source of the issue since I did not get this error when all the logic resided in a single strategy file.
The error is not very informative, so I am not quite sure what the cause may be. Can someone please shed some light on the meaning of this message?
Thank you.

Comment