alvarobartt / trendet

:chart_with_upwards_trend: Python package for trend detection on stock time series data :chart_with_downwards_trend:
https://trendet.readthedocs.io/
MIT License
443 stars 77 forks source link

Any forward looking? #17

Open BrianYiu opened 3 years ago

BrianYiu commented 3 years ago

Really appreciate for your great and wonderful efforts on developing "trendet". I'm exploring the usage of it on my strategy. May I clarify one thing, will trendet "peep" the next data point (forward looking)? Is the window size for backward looking (t-) instead of forward looking (t+)? Thank you!