tfukaza / harvest

Simple and intuitive Python framework for algorithmic trading. Easily create bots to live and paper trade stocks, crypto, and options!
https://tfukaza.github.io/harvest-website
MIT License
124 stars 26 forks source link

Backtest performance report #96

Closed tfukaza closed 3 years ago

tfukaza commented 3 years ago

Currently the BackTester class, after finishing backtesting, simply outputs basic values like current equity. Add a proper logging feature to track the performance of backtesting, including but not limited to:

alexonab commented 3 years ago

Include performance reporting for live and paper trading.