Skip to content
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

Z-score filter should also capture price spikes. #479

Open
proskurin opened this issue Jan 18, 2021 · 1 comment
Open

Z-score filter should also capture price spikes. #479

proskurin opened this issue Jan 18, 2021 · 1 comment

Comments

@proskurin
Copy link
Member

Add parameter to z-score filter functions so that the filter may capture not only price spikes, but also price declines.

For example in the implementation of the z_score_filter, there is a sign bug : the filter only filters occurences where the price is above the threshold (condition formula should be abs(price-mean) > thresstd instead of price > mean + thresstd

@Dhavin
Copy link

Dhavin commented Aug 18, 2021

Hello @proskurin, I would like to contribute to this project by solving this issue. Can I?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants