cover
  • Profile
  • Backtests
  • Community

Biography

Knowledgeable support engineer serving the for QuantConnect Community.

Activity on QuantConnect

We are pioneering the radical future for open-source quant finance. QuantConnect is the world's largest quant community, empowering 220,000 quants with a framework, data, and infrastructure for their investments.


Public Backtests (0)

View More

Community

View More

Mia left a comment in the discussion How do you use RelativeDailyVolume with minute resolution and universe selection?

Here is your corrected code with the necessary namespace references:

2 days ago

Mia left a comment in the discussion Historical Options Greeks in Research Environment

class CustomGreekIndicator: def __init__(self, *args, **kwargs): # Initialization of...

2 days ago

Mia left a comment in the discussion QuantConnect Local platform keeps deleting research progress

Here are some steps you can take to troubleshoot the issue of progress being lost in a Jupyter...

3 days ago

Mia left a comment in the discussion Lean cli not compatible with dotnet 9?

Here's a revised plan to tackle the compatibility issues with the .NET SDK and QuantConnect...

3 days ago

Mia left a comment in the discussion VIX index data

from datetime import timedelta class VIXGapStrangle(QCAlgorithm): def initialize(self): ...

4 days ago

Mia left a comment in the discussion How do you use RelativeDailyVolume with minute resolution and universe selection?

Here is your corrected code with the necessary namespace references:

2 days ago

Mia left a comment in the discussion Historical Options Greeks in Research Environment

class CustomGreekIndicator: def __init__(self, *args, **kwargs): # Initialization of...

2 days ago

Mia left a comment in the discussion QuantConnect Local platform keeps deleting research progress

Here are some steps you can take to troubleshoot the issue of progress being lost in a Jupyter...

3 days ago

Mia left a comment in the discussion Lean cli not compatible with dotnet 9?

Here's a revised plan to tackle the compatibility issues with the .NET SDK and QuantConnect...

3 days ago

Mia left a comment in the discussion VIX index data

from datetime import timedelta class VIXGapStrangle(QCAlgorithm): def initialize(self): ...

4 days ago

Mia left a comment in the discussion LIve deployment Charles Schwab

To help resolve the issue you're facing with deploying your algorithm using a Charles Schwab...

6 days ago