A Python-based framework for back testing, optimizing and identifying cryptocurrency trading strategies using historical data.
-
Updated
Jun 22, 2025 - Python
A Python-based framework for back testing, optimizing and identifying cryptocurrency trading strategies using historical data.
This Python script implements and backtests a multi-asset trading strategy on a portfolio. It leverages common technical indicators to generate buy and sell signals and simulates portfolio performance over historical data.
This Python script implements a backtesting simulation for a simple trading strategy using two common technical indicators: the 200-day Simple Moving Average (SMA) and a 2-period Relative Strength Index (RSI). The strategy is designed to identify and capitalize on potential buy and sell signals based on the confluence of these indicators.
Add a description, image, and links to the python-trading-backtest topic page so that developers can more easily learn about it.
To associate your repository with the python-trading-backtest topic, visit your repo's landing page and select "manage topics."