mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-08 11:16:58 +08:00
By having run() use a capital_base member of the algorithm to create the trading environment, the capital base should now be configurable in the instantiation of the algorithm. e.g.: ``` algo = LowCapitalBaseAlgorithm(capital_base=1000.0): ```