cover
  • Profile
  • Backtests
  • Community

Biography

Young

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

Ethan started the discussion Can't Figure out How to Trade Futures

Hello all, I am looking to build a strategy that trades MES futures with an indicator. I have used...

7 months 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...

4 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...

4 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...

4 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...

4 years ago

Ethan started the discussion Can't Figure out How to Trade Futures

Hello all, I am looking to build a strategy that trades MES futures with an indicator. I have used...

7 months 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...

4 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...

4 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...

4 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...

4 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...

4 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...

4 years ago

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

Derek,

4 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...

4 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...

4 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...

4 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...

4 years ago