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:
Distribution of profit/loss percentages.
Number of sells and buys
Neatly formatted values of current equity, profits, and other information of the brokerage account
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: