cover
  • Profile
  • Backtests
  • Community

Biography

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

jesso started the discussion Is this the correct way to rollover futures?

# region imports from AlgorithmImports import * # endregion from datetime import datetime import...

2 years ago

jesso left a comment in the discussion Is this the correct way to rollover futures?

sorry i meant this

2 years ago

jesso left a comment in the discussion Is this the correct way to rollover futures?

hi louis , i found this example too , do this perform rollover too?

2 years ago

jesso left a comment in the discussion Is this the correct way to rollover futures?

HI louis,

2 years ago

jesso left a comment in the discussion Long and Short two different futures with a bracket order

# region imports from AlgorithmImports import * # endregion class...

2 years ago

jesso started the discussion Is this the correct way to rollover futures?

# region imports from AlgorithmImports import * # endregion from datetime import datetime import...

2 years ago

jesso left a comment in the discussion Is this the correct way to rollover futures?

sorry i meant this

2 years ago

jesso left a comment in the discussion Is this the correct way to rollover futures?

hi louis , i found this example too , do this perform rollover too?

2 years ago

jesso left a comment in the discussion Is this the correct way to rollover futures?

HI louis,

2 years ago

jesso left a comment in the discussion Long and Short two different futures with a bracket order

# region imports from AlgorithmImports import * # endregion class...

2 years ago

jesso left a comment in the discussion Long and Short two different futures with a bracket order

yes,only entry order is made in the Ondata methid

2 years ago

jesso left a comment in the discussion Long and Short two different futures with a bracket order

Modify the OnorderEvent like below:

2 years ago