v0.2.0
Change
- Naming Rules for algorithms
- Functions without prefix means it is a rolling window operation
- Functions with prefix
CC_means it is a cross-commodity/cross-security/cross-group operation
Add
- Context now have a
endoption, which can be used to specify the end index of the calculation. usually used in iterative back test to improve some performance.