cover
  • Profile
  • Backtests
  • Community

Biography

Young

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

Ethan started the discussion How Do I Use Recursion With A Variable That Has Rolling Windows?

I am trying to do a calculation that involves data from previous bars, (which I have created using...

3 years ago

Ethan started the discussion How do I send Insights that replicate the algorithm's trades when I need to fill both "OnSecuritiesChanged" and "Update"?

I'm having trouble transitioning a successful project into an Alpha because I cannot get it to give...

3 years ago

Ethan started the discussion "Object is not callable" Error in the Middle of a Backtest using Historical data

I was sent here after communicating with the support team over email to seek advice on how to solve...

3 years ago

Ethan started the discussion "OptionPriceModels" Is Not Defined Error?

Hello, I am creating my first options trading algorithm and I need to use Greeks as a part of the...

3 years ago

Ethan started the discussion How to Use Indicators on Stocks Inside a Universe?

Hello, I am creating a new algorithm that uses the MACD indicator, but I would like to use Energy...

3 years ago

Ethan started the discussion How Do I Use Recursion With A Variable That Has Rolling Windows?

I am trying to do a calculation that involves data from previous bars, (which I have created using...

3 years ago

Ethan started the discussion How do I send Insights that replicate the algorithm's trades when I need to fill both "OnSecuritiesChanged" and "Update"?

I'm having trouble transitioning a successful project into an Alpha because I cannot get it to give...

3 years ago

Ethan started the discussion "Object is not callable" Error in the Middle of a Backtest using Historical data

I was sent here after communicating with the support team over email to seek advice on how to solve...

3 years ago

Ethan started the discussion "OptionPriceModels" Is Not Defined Error?

Hello, I am creating my first options trading algorithm and I need to use Greeks as a part of the...

3 years ago

Ethan started the discussion How to Use Indicators on Stocks Inside a Universe?

Hello, I am creating a new algorithm that uses the MACD indicator, but I would like to use Energy...

3 years ago

Ethan started the discussion MACD Indicator Does Not Seem to Be Working

Hello, I am working on a new algorithm using the MACD indicator and it's values, and I have yet in...

3 years ago

Ethan left a comment in the discussion How to Use Indicators on Stocks Inside a Universe?

Derek,

3 years ago

Ethan left a comment in the discussion MACD Indicator Does Not Seem to Be Working

Got it, thanks! For any readers in the future the exact change that got it working was changing...

3 years ago

Ethan left a comment in the discussion How do I send Insights that replicate the algorithm's trades when I need to fill both "OnSecuritiesChanged" and "Update"?

I solved the problem. In Documentation there was a "self.EmitInsights" value, and I used this along...

3 years ago

Ethan left a comment in the discussion How do I send Insights that replicate the algorithm's trades when I need to fill both "OnSecuritiesChanged" and "Update"?

class MyAlphaModel: def OnSecuritiesChanged(self, changes, algorithm): for security...

3 years ago

Ethan left a comment in the discussion How Do I Use Recursion With A Variable That Has Rolling Windows?

No, the example I created is not the best, I believe I do need to use recursion to get the...

3 years ago