pmorissette / bt

bt - flexible backtesting for Python
http://pmorissette.github.io/bt
MIT License
2.29k stars 430 forks source link

Positions access did not cause update #437

Closed zero-element closed 7 months ago

zero-element commented 7 months ago

https://github.com/pmorissette/bt/blame/2c6bb3f7d1dd4aa253df406b1d71156188de2800/bt/core.py#L1252 should be

if self._needupdate or self.now != self.parent.now:

the same as the values and prices

zero-element commented 7 months ago

438