It currently started with 100,000 even though when testing it always used 1 Million, so it looks like the 

self.SetCash(1000000)

in the initialize() function was never executed. How can I get my initial cash to be 1 Million?

Author