-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
We need to decide on a methodology for rolling from one contract to another. While simply generating a continuous contract is the easiest, I don't want to do this if it doesn't reflect the transaction costs and roll yield. Another alternative, might be putting together a hierarchical data structure with all the contracts (memory intensive) and providing a method within the TradingAlgorithm to determine rolling over such that the trade is accounted for including transaction costs.