1) If I purchased a {X} month (or offset) continuous futures and didn't touch it at all, does Quantopian automatically roll the position over?
For example, suppose I bought a
continuous_future("CL", offset=0, roll="calendar", adjustment="mul")
, does it:
- Sell the contract automatically on
auto_close_date
- Buy the next month
- While keeping the notional exposure the same?
2) Is there any way to instantiate a the continuous futures contract that's rolled some {X} number of days prior to the auto_close_date
?
3) Is the end_date
of a futures contract the same thing as the expiry date (or the day before)?
Thanks in advance!