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.

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 - 2 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 - 4 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 - 5 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
QuantConnect/OANDA daily bars end-time is 20:00:00 ET?

OANDA daily forex bars on QuantConnect end at 20:00:00 ET (00:00:00 UTC).

Continue Reading
Forex daily data delay
Last comment by Mia Alissi - 7 days ago
Forex daily data delay

Forex daily data arrives with a delay, causing duplicate timestamps and outdated prices.

Continue Reading
Forex Daily Price Delay during Live Trading

Daily forex live data returned April 30 close for May 1; causes duplicate timestamps and stale data. Why?

Continue Reading
Forex Daily Price Delay Issue for Live Trading

Issue: Live Forex price data on QuantConnect is delayed, affecting daily trading.

Continue Reading
About SPY Constituents Mean Reversion
Last comment by Mia Alissi - 8 days ago
About SPY Constituents Mean Reversion

Add exit rule by customizing AlphaModel; implement logic to remove stocks on signal reversal.

Continue Reading