From 78ae45ddc51ff5628019e705bc0037e2a498147f Mon Sep 17 00:00:00 2001 From: Mohammad Aghdam Date: Thu, 2 Oct 2025 07:45:37 +0200 Subject: [PATCH] docs: update supported strategies in README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 91406c4..1e37b04 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,14 @@ A comprehensive **machine learning and deep learning trading framework** that co 6. **Backtesting** (VectorBT or simple custom code) 7. **Live trading** integration with MetaTrader 5 -### Supported Labeling Strategies: +### Supported Strategies: - **Regression** on next-bar returns - **Multi-bar classification** - **Double-barrier labeling** (López de Prado style) - **Regime detection** (simple up/down/sideways approach) +- **Momentum Strategy** +- **Pairs Trading (Cointegration)** +- **Pairs Trading (Clustering)** This project provides a flexible **template** for you to **create and add your own** custom labeling functions or feature engineering steps, allowing you to experiment with new ideas and strategies.