QUANTCONNECT COMMUNITY

 

Join Our Discord Channel

Join QuantConnect's Discord server for real-time support, where a vibrant community of traders and developers awaits to help you with any of your QuantConnect needs.

Portfolio Construction Using Topological Data Analysis

Harnessing topological techniques to diversify SPY constituents by clustering top constituents to reduce correlation risk and drawdown.

Continue Reading
Quantconnect down?
Last comment by Mia Alissi - 12 hours ago
Quantconnect down?

QuantConnect down, can't access algos—should I manage trades manually? Any ETA on a fix?

Continue Reading
Getting 443 when using yfinance
Last comment by Jared Broad - 14 hours ago
Getting 443 when using yfinance

Getting 443 error with yfinance in research; consider using qb.Download as a workaround.

Continue Reading
Issue with account value
Last comment by Mia Alissi - 2 days ago
Issue with account value

~5% account equity mismatch between QC & IB. Order rejected due to "BigMarginChange" error.

Continue Reading
Separate strategies in different files
Last comment by Mia Alissi - 3 days ago
Separate strategies in different files

How to run multiple strategies from separate Python files in QuantConnect, without Framework.

Continue Reading
Live paper trading options data
Last comment by Mia Alissi - 3 days ago
Live paper trading options data

QC does not currently provide options data in live paper trading accounts.

Continue Reading
Using TradeStation Data for backtesting

Can I use TradeStation data for backtesting in QuantConnect since QC's options data is incomplete?

Continue Reading
Algorithmic Trading Video Series #4 | Taking profit

Python algo trading vid series, video 4: taking profit. Backtest and code provided.

Continue Reading
Intraday Application of Hidden Markov Models

HMM strategy for top 10 stocks yields 36% return, Sharpe 1.7, max drawdown 7.3%.

Continue Reading
Quant connect + ML model + risk management strategy

Seeking QuantConnect template for ML model trading with full risk management features.

Continue Reading
Intraday Arbitrage Between Index ETFs

Intraday arbitrage strategy between highly correlated index ETFs with a manual universe selection model and EqualWeightingPortfolioConstructionModel.

Continue Reading
Option Data Missing on Some Days
Last comment by Mia Alissi - 6 days ago
Option Data Missing on Some Days

Missing SPXW option chains for ~50 days in 1DTE backtest; Tradestation data exists. Why?

Continue Reading
Dynamic Integration of Daily Fama-French Factors for Live and Backtest Use

Seeking dynamic Fama-French 3-Factor daily data integration in QuantConnect for live/backtest use.

Continue Reading
Understanding OptionsChainManager Example

Why is the filter method called so often in OptionsChainManager? Should it be? How to reduce calls?

Continue Reading
Alpha Streams Refactoring 2.0
Last comment by Christian Krogh - 9 days ago
Alpha Streams Refactoring 2.0

QuantConnect discontinues support for Alpha Streams v1.0, focusing on a new version implementing core quant principles at its core.

Continue Reading
How to Organize Unit Tests and QC Algorithms in the Same Git Project for CI/CD?

How to exclude unit test folders & large files from QC uploads while using CI/CD in one Git repo?

Continue Reading
MACDelta
Last comment by Quant League Competitions - 9 days ago
MACDelta

Momentum strategy using averaged parameters, dynamic sizing, and risk management for consistency.

Continue Reading
Mind the Gap: An Intraday Reversal Strategy Using Gap Downs and ATR

Intraday reversal: Go long S&P 500 stocks with big gap downs vs ATR; close 15 mins after open.

Continue Reading
How do I check the Sharpe Ratio and CAGR for live trading

Check Sharpe Ratio & CAGR in live trading via reports after liquidation in QuantConnect.

Continue Reading