Backtesting-Trading-Strategies-with-Python
Backtesting-Trading-Strategies-with-Python copied to clipboard
In this project, I had backtested the cross-over trading strategy on Google Stock from Jan 2016 to June 2020. By using historical time-series data, I had tested the Moving Average(MA) cross-over strat...
Results
1
Backtesting-Trading-Strategies-with-Python issues
Sort by
recently updated
recently updated
newest added
`backtest.plot() ` is not working I am getting below error. ``` Traceback (most recent call last): File "D:\trading\angel_py\btpy_eg.py", line 85, in backtest.plot() File "D:\Apps\Scoop\apps\python\current\lib\site-packages\backtesting\backtesting.py", line 1704, in plot plot( File...