Build, backtest, and optimize quantitative trading strategies in Python using Backtrader with support for indicators, risk management, and reporting.
Initial release of quant-trading-backtrader. - Build and backtest quantitative trading strategies using the Backtrader framework in Python. - Includes structured examples for indicator-based strategies, risk management (stop-loss, take-profit, position sizing), and reporting (trade logs, PNL). - Supports flexible data input (CSV, pandas DataFrame). - Provides template code and best practices for robust, research-driven strategy development. - Example strategies included, such as a basic SMA crossover with stop-loss.