So this past looks ugly because it wraps:

/// <summary> /// Initialise the data and resolution required, as well as the cash and start-end dates for your algorithm. /// All algorithms must initialized. /// </summary> public override void Initialize() { .... }

How to post code snippets so they are "properly" formatted?

-- Wink

Author