bartosh / backtrader

Python Backtesting library for trading strategies
http://www.backtrader.com
GNU General Public License v3.0
158 stars 55 forks source link

Made some slight fixes and improvements #2

Closed 3droj7 closed 6 years ago

bartosh commented 6 years ago

Hi,

Thank you for the fixes. First 2 look good to me. Third one needs more explanations.

Would you mind reading this article https://chris.beams.io/posts/git-commit/ and reformatting your commit messages accordingly? That would give me more chances to understand the changes.

Thank you, Ed

3droj7 commented 6 years ago

Fixed the commit messages.. Anyway the last commit should fix the problem where live data feeding would fetch all of the data ignoring the last timestamp (which happens when using historical=False)