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.
Python algo trading vid series, video 4: taking profit. Backtest and code provided.
Continue ReadingHMM strategy for top 10 stocks yields 36% return, Sharpe 1.7, max drawdown 7.3%.
Continue ReadingSeeking QuantConnect template for ML model trading with full risk management features.
Continue ReadingIntraday arbitrage strategy between highly correlated index ETFs with a manual universe selection model and EqualWeightingPortfolioConstructionModel.
Continue ReadingMissing SPXW option chains for ~50 days in 1DTE backtest; Tradestation data exists. Why?
Continue ReadingSeeking dynamic Fama-French 3-Factor daily data integration in QuantConnect for live/backtest use.
Continue ReadingWhy is the filter method called so often in OptionsChainManager? Should it be? How to reduce calls?
Continue ReadingQuantConnect discontinues support for Alpha Streams v1.0, focusing on a new version implementing core quant principles at its core.
Continue ReadingHow to exclude unit test folders & large files from QC uploads while using CI/CD in one Git repo?
Continue ReadingMomentum strategy using averaged parameters, dynamic sizing, and risk management for consistency.
Continue ReadingLocal QuantBook() init fails with NullReferenceException in lean research on Windows.
Continue ReadingIntraday reversal: Go long S&P 500 stocks with big gap downs vs ATR; close 15 mins after open.
Continue ReadingCheck Sharpe Ratio & CAGR in live trading via reports after liquidation in QuantConnect.
Continue ReadingHow to check delay in receiving daily forex data from OANDA in live trading?
Continue ReadingOANDA daily forex bars on QuantConnect end at 20:00:00 ET (00:00:00 UTC).
Continue ReadingIssue: SPX closing prices in QuantConnect appear inaccurate or mismatched.
Continue ReadingForex daily data arrives with a delay, causing duplicate timestamps and outdated prices.
Continue ReadingDaily forex live data returned April 30 close for May 1; causes duplicate timestamps and stale data. Why?
Continue ReadingIssue: Live Forex price data on QuantConnect is delayed, affecting daily trading.
Continue ReadingAdd exit rule by customizing AlphaModel; implement logic to remove stocks on signal reversal.
Continue Reading