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.
alex started the discussion Failed to import model trained on external device
i have trained a model and joblib saved it into a .joblib file.
alex started the discussion Custom benchmark (python)
i want to define a custom benchmark that is simply dollar-cost-averaging into SPY every month.
alex started the discussion Options research strategy
i need some help. i am struggling with analysing the options data due to how it is accessed.
alex left a comment in the discussion Options research strategy
put_options = [i for i in option_chain if i.ID.OptionRight == OptionRight.Put]gives...
alex started the discussion Failed to import model trained on external device
i have trained a model and joblib saved it into a .joblib file.
alex started the discussion Custom benchmark (python)
i want to define a custom benchmark that is simply dollar-cost-averaging into SPY every month.
alex started the discussion Options research strategy
i need some help. i am struggling with analysing the options data due to how it is accessed.
alex left a comment in the discussion Options research strategy
this is the wrong syntax. option_chains is a multi index pandas dataframe
alex left a comment in the discussion Options research strategy
put_options = [i for i in option_chain if i.ID.OptionRight == OptionRight.Put]gives...
alex left a comment in the discussion Options research strategy
i get this error:
alex left a comment in the discussion Options research strategy
i wan to do this analysis in the research notebook.
alex left a comment in the discussion Custom benchmark (python)
this error occuredDuring the algorithm initialization, the following exception has occurred: cannot...
alex left a comment in the discussion Solving the Replication Crisis in Finance
this is amazing work!
alex left a comment in the discussion Options research strategy
this is the wrong syntax. option_chains is a multi index pandas dataframe
1 years ago