For the backtest I just used nifty50 stocks as universe, the backtest report I had posted in earlier post does not consider the slippage/stop-loss. The daily stock recommendation is just the top 5 stocks which have gained the most the previous day. I have calculated the daily return as just the difference between close & open price.
Todays recommendation was : ['AXISBANK', 'WIPRO', 'ITC', 'HDFCBANK', 'HDFC']
I am really sorry I will not be able to share my complete code base in an open forum. Hope you can understand. Though I am using the backtrader concept, over the months I have fully revamped it as per my needs, mainly support for pandas and have introduced many machine learning algorithms based on my research and proprietary libraries. Also it will not run directly on the backtrader current version. However I will try to share code snippets wherever possible.
Todays recommendation was : ['AXISBANK', 'WIPRO', 'ITC', 'HDFCBANK', 'HDFC']
I am really sorry I will not be able to share my complete code base in an open forum. Hope you can understand. Though I am using the backtrader concept, over the months I have fully revamped it as per my needs, mainly support for pandas and have introduced many machine learning algorithms based on my research and proprietary libraries. Also it will not run directly on the backtrader current version. However I will try to share code snippets wherever possible.
I am glad that your backtesting results are on par with mine (In fact, mine are much more conservative)