Commit Graph

3 Commits

Author SHA1 Message Date
Martin Molinero 1d43dcd601 Add BaseData.AdjustResolution
- Adding `BaseData.AdjustResolution()` that should return a valid
resolution for the given data and security type.
This allows us to set a limitation which is useful to avoid invalid data
requests or unnecessary fill forward situations. The user will be
notified through a console message.
- Adding unit and regression test
- Updating example algorithms custom data resolution
- Some performance improvements. Wont change console color if
`SelectedOptimization` is defined
2019-11-04 20:38:26 -03:00
Gerardo Salazar 26bc0f9b0b Add symbol to USTreasuryYieldCurveRate so that we can index inside algos
Update USTreasuryYieldCurveRate python algorithm
2019-07-30 10:53:33 -07:00
Gerardo Salazar e3e3fc710a Add python example algorithm
Address reviews
2019-07-30 10:13:31 -07:00