Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
curIndex should be set to first.index and not 1
In the applyRules function, when evaluating rules we should reference first.index as opposed to the 1st timestamp. This fix is required for any strategy in which rule.subset is used, such as walk.forward. See #90
- Loading branch information