Closed Kroid closed 7 years ago
Why Logic is function, not class? What is you need to set init options, like self.invested (true/false), self.sma_frame, self.ticker, etc?
Because the logic function wraps around the Account class to alter it. I'm not sure I see the benefit in making it a class.
Why Logic is function, not class? What is you need to set init options, like self.invested (true/false), self.sma_frame, self.ticker, etc?