cover
  • Profile
  • Backtests
  • Community

Biography

Activity on QuantConnect

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.


Public Backtests (0)

View More

Community

View More

Taeyoung started the discussion If I close the window, is backtest running in the background?

Hello, 

4 years ago

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.

4 years ago

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

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.

4 years ago

Taeyoung started the discussion If I close the window, is backtest running in the background?

Hello, 

4 years ago

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.

4 years ago

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

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.

4 years ago