This section highlights your contributions and engagement across the QuantConnect platform — including backtests, live trades, published research, and community involvement through comments and threads. It reflects your overall activity as part of the QuantConnect community.
Taeyoung started the discussion If I close the window, is backtest running in the background?
Hello,
Taeyoung started the discussion Best way of implementing intra-day cumulative filter strategy
Hello, I am implementing intra-day trading algorithm and facing a slow backtest.
Taeyoung left a comment in the discussion If I close the window, is backtest running in the background?
It looks like the cause is that I pull too much data using history.
Taeyoung started the discussion If I close the window, is backtest running in the background?
Hello,
Taeyoung started the discussion Best way of implementing intra-day cumulative filter strategy
Hello, I am implementing intra-day trading algorithm and facing a slow backtest.
Taeyoung left a comment in the discussion Best way of implementing intra-day cumulative filter strategy
import pandas as pd class MyAlgo(QCAlgorithm): def Initialize(self): # Set start date and...
Taeyoung left a comment in the discussion If I close the window, is backtest running in the background?
It looks like the cause is that I pull too much data using history.
Taeyoung left a comment in the discussion Best way of implementing intra-day cumulative filter strategy
import pandas as pd class MyAlgo(QCAlgorithm): def Initialize(self): # Set start date and...
4 years ago