-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement padding=true option on all consumption algorithms #52
Comments
I guess that we can craft a macro to achieve this? like the decorator in Python. |
@milktrader 1.https://github.com/JuliaQuant/MarketTechnicals.jl/blame/master/src/movingaverages.jl#L5-L10 |
@milktrader please check out #90 ! |
I think |
sry, I do not understand your meaning... |
I feel it's better for packages other than TimeSeries to make the call about making |
This package currently chops off and throws away time values where an algorithm consumes values. The
padding=true
option will allow users to preserve consumed dates and will useNaN
as a placeholder.The text was updated successfully, but these errors were encountered: