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.45 | +327.0% | +26.1% | +95.0% | 20 |
| 2 | Ultimate Oscillator | Ultimate Oscillator | Ultimate Oscillator | 0.45 | +226.3% | +26.1% | +92.3% | 58 |
| 3 | Money Flow Index | Money Flow Index | Money Flow Index | 0.43 | +301.2% | +18.2% | +79.0% | 64 |
| 4 | Stochastic Reversion | Stochastic | Stochastic Reversion | 0.42 | +42.5% | +18.1% | +69.2% | 302 |
| 5 | ATR Bands | ATR Bands | ATR Bands | 0.39 | +23.9% | +13.4% | +73.2% | 497 |
Showing 1 to 5 of 71 strategies
| # | |||||||
|---|---|---|---|---|---|---|---|
| 1 | Put Backspread | Directional | 1.02 | +1378.2% | +239.0% | +88.2% | 4 |
| 2 | Collar | Hedge | 0.81 | +48.8% | +10.8% | +78.9% | 4 |
| 3 | Protective Put | Hedge | 0.71 | +66.1% | +12.3% | +77.6% | 4 |
| 4 | Long Call Diagonal | Directional | 0.66 | +880.3% | +258.2% | +72.4% | 4 |
| 5 | Short Put Diagonal | Volatility | 0.53 | +770.4% | +363.1% | +80.3% | 4 |
| 6 | Bull Call Spread | Spread | 0.51 | +2012.0% | +475.3% | +55.3% | 4 |
| 7 | Long Call Spread | Spread | 0.51 | +2012.0% | +475.3% | +55.3% | 4 |
| 8 | Synthetic Long | Directional | 0.51 | +51.9% | +20.2% | +73.7% | 4 |
30 systematic strategies using 36 S&P 500 stocks
Data as of Monday, Mar 30, 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 |
| 5. | Stock Sentiment Tracker US equity sentiment tracker using VADER lexical analysis on financial news headlines. Tracks prices, sentiment scores, and correlations for S&P 500 stocks. Updated daily. | Active | 2025 | Python, VADER, NLP, financial news APIs |
| 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 4 minutes ago (latest item)
| 1. | Jordan to rationalize consumption, control spending across government institutionsflag Prime Minister Jafar Hassan issued a directive today, March 30, to rationalize consumption and control spending in all government institutioargaam.com · 4 minutes ago |
| 2. | A $700M Nvidia-backed AI search startup is hiring 'rebellious' engineers, its CEO told usExa, which builds search engine for AI, is expanding to Singapore and hiring engineers whobusinessinsider.com · 7 minutes ago |
| 3. | Functional Brands Inc. GAAP EPS of $0.01, revenue of $1.5M (NASDAQ:MEHA)Functional Brands Inc. press release (MEHA): Q4 GAAP EPS of $0.01. Revenue of $1.5M (-10.7% Y/Y).seekingalpha.com · 17 minutes ago |
| 4. | We're exiting this tech stock to replenish our cash pile after our annual charity donationOur annual distribution to charity took our cash levels from roughly 15% to 6.5%.CNBC · about 1 hour ago |
| 5. | Iran war volatility strains trading in world's biggest markets - ReutersIran war volatility strains trading in world's biggest markets ReutersReuters · about 1 hour ago |
Sources: MarketAux (3) · Finnhub (10)
| 1. | Statistical Modeling | Advanced regression analysis, time series forecasting, and multivariate statistical methods for complex data patterns. |
| 2. | Strategy Comparator | Compare up to 4 strategies side-by-side using Sharpe, return, drawdown, win rate, and trade count. |
| 3. | Stock Sentiment Tracker | US equity only: live prices and news sentiment (VADER) for major US stocks. See Sentiment page. |
| 4. | Risk Analytics | Comprehensive risk assessment frameworks including VaR, CVaR, and stress testing methodologies. |
| 5. | Data Pipeline | High-performance data processing infrastructure designed for large-scale quantitative analysis. |
| 6. | HFT Latency Budget Calculator | Plan per-stage p99.9 tick-to-trade budgets and detect bottlenecks before live deployment. |
| 7. | Portfolio Optimization | Modern portfolio theory implementation with multi-objective optimization and constraint handling. |