Backtested quantitative trading strategies across global equity indices, options analysis on US index ETFs, portfolio optimization, sentiment tracking, and market regime detection — all with live data updated daily.
| Strategy Library | 70+ technical indicator-based strategies backtested across 21 global equity indices with 5 years of daily data. Each strategy has a dedicated page with equity curves, performance metrics, parameter optimization, and Python implementation code. |
| Options Strategies | 18 options strategies — from cash-secured puts and covered calls to iron condors, jade lizards, and synthetic longs — backtested on SPY, QQQ, IWM, and DIA using live IV surfaces and Black-Scholes pricing. Each strategy shows per-symbol performance, equity curves, and implementation code. |
| Portfolio Optimization | 30 systematic portfolio strategies built on S&P 500 stocks using factor signals (momentum, volatility, quality, trend). Skfolio-powered optimization comparing Max Sharpe, Min Variance, Risk Parity, HRP, and more across US equity and global indices. |
| Parameter Optimization | Grid search over each strategy's key parameters, optimizing for Sharpe ratio, Sortino, Calmar, win rate, and profit factor. Results visualized as line charts (1-parameter) or scatter heatmaps (2-parameter) showing the full performance surface. |
| Market Analysis | Relative Rotation Graphs for US equity and sector ETFs vs S&P 500, correlation matrix across all strategies, stock sentiment tracker using VADER on financial news headlines, and market regime detection using GMM and hidden Markov models. |
| Project Research | Adaptive portfolio strategies (OLPS algorithms), K-means clustering portfolio construction, OLPS comparison, and market regime detection — each with interactive visualizations, methodology documentation, and source code. |
Data as of 2026-03-29
Generated Sunday, Mar 29, 2026
| # | ||||||||
|---|---|---|---|---|---|---|---|---|
| 1 | ATR Trailing Stop | ATR Trailing | ATR Trailing Stop | 0.46 | +328.1% | +26.1% | +95.0% | 20 |
| 2 | Ultimate Oscillator | Ultimate Oscillator | Ultimate Oscillator | 0.45 | +227.3% | +26.1% | +93.5% | 58 |
| 3 | Money Flow Index | Money Flow Index | Money Flow Index | 0.43 | +301.3% | +18.2% | +79.0% | 64 |
| 4 | Stochastic Reversion | Stochastic | Stochastic Reversion | 0.42 | +42.9% | +18.1% | +69.2% | 302 |
| 5 | ATR Bands | ATR Bands | ATR Bands | 0.40 | +24.4% | +13.4% | +73.2% | 497 |
Showing 1 to 5 of 71 strategies
| # | |||||||
|---|---|---|---|---|---|---|---|
| 1 | Cash-Secured Put | Income | 3.86 | +65.1% | +0.9% | +94.7% | 4 |
| 2 | Short Strangle | Neutral | 2.62 | +119.5% | +2.8% | +96.1% | 4 |
| 3 | Jade Lizard | Neutral | 2.25 | +76.2% | +0.3% | +96.1% | 4 |
| 4 | 1x2 Call Ratio Spread | Directional | 1.71 | +1168.9% | +59.3% | +96.1% | 4 |
| 5 | Iron Condor | Neutral | 1.13 | +659.4% | +59.3% | +80.3% | 4 |
| 6 | Bull Put Spread | Spread | 1.07 | +529.9% | +98.8% | +90.8% | 4 |
| 7 | Collar | Hedge | 0.99 | +59.5% | +8.8% | +82.9% | 4 |
| 8 | Covered Call | Income | 0.91 | +59.3% | +8.5% | +80.3% | 4 |
30 systematic strategies using 36 S&P 500 stocks
Data as of Sunday, Mar 29, 2026
| Rank | ||||||
|---|---|---|---|---|---|---|
| 1 | 12-Month Momentum Top 10 | Momentum | 54.8% | 20.3% | 2.26 | -13.4% |
| 2 | High Conviction Top 3 | Aggressive | 45.9% | 17.8% | 2.21 | -15.1% |
| 3 | Low Vol + High Momentum | Low Volatility | 37.0% | 14.8% | 2.20 | -10.9% |
| 4 | Above SMA200 Top 20 | Trend | 37.1% | 14.8% | 2.20 | -11.6% |
| 5 | Defensive Low Beta | Defensive | 37.0% | 14.8% | 2.20 | -10.9% |
| 1. | Signal Generation Framework | Modular framework for generating trading signals from multiple data sources. Supports technical indicators, fundamental analysis, machine learning models, and custom signal generators. Includes signal validation, filtering, and combination logic to create robust entry and exit signals. |
| 2. | Execution Engine | High-performance order execution framework with support for multiple broker APIs and exchange connections. Features include order routing, slippage management, fill simulation, and real-time position tracking. Designed for both backtesting and live trading environments. |
| 3. | Risk Management System | Comprehensive risk management framework with position sizing, portfolio-level risk limits, drawdown controls, and real-time risk monitoring. Implements VaR calculations, position concentration limits, and dynamic risk adjustment based on market conditions and strategy performance. |
| 4. | Portfolio Management | Advanced portfolio construction and optimization framework. Supports multiple optimization objectives including Sharpe ratio maximization, risk parity, minimum variance, and custom utility functions. Includes rebalancing logic, transaction cost modeling, and constraint handling. |
| 5. | Data Pipeline & Processing | Scalable data ingestion and processing framework for market data, fundamental data, and alternative data sources. Features real-time data streaming, historical data management, data quality checks, and normalization. Supports multiple data formats and timeframes. |
| 6. | Backtesting Infrastructure | Robust backtesting framework with realistic market simulation, including bid-ask spreads, market impact, and partial fills. Supports walk-forward analysis, Monte Carlo simulation, and out-of-sample testing. Provides detailed performance metrics and attribution analysis. |
| 7. | Strategy Orchestration | Framework for managing multiple strategies simultaneously with resource allocation, priority queuing, and conflict resolution. Includes strategy lifecycle management, performance monitoring, and automated strategy deployment and retirement mechanisms. |
| 8. | Monitoring & Alerting | Real-time monitoring framework for system health, strategy performance, and market conditions. Features customizable alerts, performance dashboards, and automated reporting. Includes anomaly detection and automated response mechanisms for critical events. |
| 1. | Diversified Stock Portfolio Using Clustering Analysis S&P 500 portfolio construction using K-means clustering on risk/return features (correlation, beta, returns, volatility, Sharpe ratio). Backtested vs index. | Active | 2024 | Python, K-means, backtesting |
| 2. | Relative Rotation Graph (RRG) — US Equity Dynamic RRG for US stocks vs S&P 500. JdK RS-Ratio and RS-Momentum with animation. | Active | 2025 | Python, yfinance, Recharts |
| 3. | Adaptive Portfolio Strategies: Sequential Allocation Methods Comprehensive analysis of 14 sequential portfolio allocation strategies on diversified ETF portfolio. Includes momentum-based, reversion-based, and pattern-learning approaches with transaction cost analysis. | Active | 2025 | Python, sequential optimization, backtesting |
| 4. | Market Regime Detection Using Gaussian Models Comprehensive market regime identification across 21 global indices using Gaussian Mixture Models (GMM) and Greedy Gaussian Segmentation (GSS). Detects bull, bear, and transition regimes for adaptive portfolio management. | Active | 2025 | Python, GMM, GSS, regime detection |
| 1. | Adaptive Portfolio Optimization Under Non-Stationary Market Conditions | Journal of Quantitative Finance | 2024 | Novel approach to dynamic asset allocation using regime-switching models and reinforcement learning. |
| 2. | High-Frequency Data Processing: Computational Frameworks | Computational Economics | 2024 | Scalable architectures for real-time processing of tick-level financial data. |
| 3. | Robust Risk Measures in Fat-Tailed Distributions | Risk Analysis | 2023 | Comparative study of tail risk metrics under various distributional assumptions. |
Updated 13 minutes ago (latest item)
| 1. | Saudi Steel Pipe signs SAR 127M deal with AramcoSaudi Steel Pipe Co. (SSP) signed a contract worth approximately SAR 127 million for the supply of oil and gas steel pipes to Saudi Aramco, accordingargaam.com · 13 minutes ago |
| 2. | Aldrees opens new station in RiyadhAldrees Petroleum and Transport Services Co. (Aldrees) opened today, March 29, a new station in Wadi Ad-Dawasir, Riyadh. The new station providargaam.com · 18 minutes ago |
| 3. | Neotek Receives the Kingdom’s First Open Banking LicenseThe Saudi Central Bank has granted Neotek the Kingdom’s first final Open Banking license, following the company’s successful completion of the regulatargaam.com · 23 minutes ago |
| 4. | Pakistan hosts regional powers for Iran talks, with focus on Hormuz proposals - ReutersPakistan hosts regional powers for Iran talks, with focus on Hormuz proposals ReutersReuters · about 2 hours ago |
| 5. | Back-up care benefits at work go beyond kids, aging parents as more employers pay for petsCompanies are expanding employee benefits to cover a wide variety of caregiving needs, including back-up care for children, aging parents, and pets.CNBC · about 4 hours ago |
Sources: MarketAux (3) · Finnhub (10)
| 1. | Statistical Modeling | Advanced regression analysis, time series forecasting, and multivariate statistical methods for complex data patterns. |
| 2. | Stock Sentiment Tracker | US equity only: live prices and news sentiment (VADER) for major US stocks. See Sentiment page. |
| 3. | Risk Analytics | Comprehensive risk assessment frameworks including VaR, CVaR, and stress testing methodologies. |
| 4. | Data Pipeline | High-performance data processing infrastructure designed for large-scale quantitative analysis. |
| 5. | Portfolio Optimization | Modern portfolio theory implementation with multi-objective optimization and constraint handling. |