How can we get a good trading repository?

1 View
Ony Popov Lived in Moscow
Answered 4 months ago
<p id="isPasted">There are several open-source trading algorithms and frameworks with tested performance that you can explore. Here are some notable ones:</p><p><br></p><p>1. Backtrader</p><p>Description: A flexible Python framework for backtesting trading strategies. It supports multiple data feeds and allows for complex strategy development.</p><p>Performance: Users have reported success with various strategies, and the community provides numerous examples and documentation.</p><p>Repository: Backtrader GitHub</p><p><br></p><p>2. Zipline</p><p>Description: An open-source backtesting library for Python, originally developed by Quantopian. It allows users to create and test trading algorithms.</p><p>Performance: Zipline has been tested with various strategies and is known for its ease of use and …</p>