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 QuantSIG Template Code

class KANYEWEST(QCAlgorithm): def initialize(self): self.set_start_date(2020, 7, 25) ...

3 hours ago

Mia left a comment in the discussion SetStartDate not working

from AlgorithmImports import * import numpy as np from collections import deque class...

20 hours ago

Mia left a comment in the discussion Deepvue rs rating recreation

The provided code is correct and does not contain any errors. You can proceed with using it as is.

23 hours ago

Mia left a comment in the discussion Universe Selection

In QuantConnect, the add_universe method is used to dynamically select stocks for your algorithm...

1 days ago

Mia left a comment in the discussion Calculate_order_quantity returning none - why?

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

1 days ago

Mia left a comment in the discussion QuantSIG Template Code

class KANYEWEST(QCAlgorithm): def initialize(self): self.set_start_date(2020, 7, 25) ...

3 hours ago

Mia left a comment in the discussion SetStartDate not working

from AlgorithmImports import * import numpy as np from collections import deque class...

20 hours ago

Mia left a comment in the discussion Deepvue rs rating recreation

The provided code is correct and does not contain any errors. You can proceed with using it as is.

23 hours ago

Mia left a comment in the discussion Universe Selection

In QuantConnect, the add_universe method is used to dynamically select stocks for your algorithm...

1 days ago

Mia left a comment in the discussion Calculate_order_quantity returning none - why?

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

1 days ago

Mia left a comment in the discussion "The security does not have an accurate price as it has not yet received a bar of data. Before placing a trade (or using SetHoldings) warm up your algorithm with SetWarmup, or use slice."

def on_securities_changed(self, changes): if self.is_warming_up: return ...

1 days ago