Backtesting Trading Strategies with Jupyter Notebook
This Jupyter Notebook backtests two simple trading strategies: the Ichimoku Strategy and the EMA Cross Strategy, using the following libraries:
- TA-Lib
- Backtesting
- QuantStats
Features
- Data Import: Import financial data in
.pkl
format.
- Strategy Creation: Define and implement the Ichimoku and EMAcross trading strategies.
- Optimization: Adjust parameters to optimize performance.
- Results: Analyze trading performance and statistics.
Strategies Backtesting Report
- Ichimoku Strategy: Utilizes Ichimoku Cloud indicators for trading decisions.
- EMAcross Strategy: Relies on Exponential Moving Average crossovers for generating trade signals.
Go to the project
Jupyter Notebook
🔙 Back to portfolio