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 2019 to Present | Large Cap | Long | Smart Beta | CAGR 68% | Leveraged

To troubleshoot why the algorithm graph isn't working, let's go through the key steps required for...

23 hours ago

Mia left a comment in the discussion 2019 to Present | Large Cap | Long | Smart Beta | CAGR 68% | Leveraged

The provided code has several issues that need to be addressed:

23 hours ago

Mia left a comment in the discussion Security in universe returns options not equities

Here's the corrected version of your code:

1 days ago

Mia left a comment in the discussion Runtime Error (No option type exists)

from datetime import timedelta def on_securities_changed(self, changes): for added in...

1 days ago

Mia left a comment in the discussion Stop Limit Order on SPX option constantly gives worse fill than reality

from datetime import datetime, timedelta from typing import Optional, List def...

2 days ago

Mia left a comment in the discussion 2019 to Present | Large Cap | Long | Smart Beta | CAGR 68% | Leveraged

To troubleshoot why the algorithm graph isn't working, let's go through the key steps required for...

23 hours ago

Mia left a comment in the discussion 2019 to Present | Large Cap | Long | Smart Beta | CAGR 68% | Leveraged

The provided code has several issues that need to be addressed:

23 hours ago

Mia left a comment in the discussion Security in universe returns options not equities

Here's the corrected version of your code:

1 days ago

Mia left a comment in the discussion Runtime Error (No option type exists)

from datetime import timedelta def on_securities_changed(self, changes): for added in...

1 days ago

Mia left a comment in the discussion Stop Limit Order on SPX option constantly gives worse fill than reality

from datetime import datetime, timedelta from typing import Optional, List def...

2 days ago

Mia left a comment in the discussion Problem With BidSize and AskSize data.

from AlgorithmImports import * class BidAskImbalanceAlgorithm(QCAlgorithm): def...

3 days ago