tradytics / surpriver

Find big moving stocks before they move using machine learning and anomaly detection
https://www.tradytics.com/
GNU General Public License v3.0
1.76k stars 328 forks source link

Volume*Price instead of just volume filtering #3

Open sword134 opened 4 years ago

sword134 commented 4 years ago

Hello, I really like what you have done here and I've been messing around with it a bit. However it's a bit strange how you can only filter for volume and not volume*price. For example 100k volume in a 2$ stock over a 5 day period amounts to 200.000$ traded, however 10 volume in Berkshire Hathaway A amounts to 3.000.000$ traded over a day period. However with the current filter Berkshire Hathaway A will be filtered out and the penny stock will be kept.

tradytics commented 4 years ago

Oh so that's totally doable. In the volume filter, do you wanna take a quick pass to add the price as well. Otherwise, I'll do it.

sword134 commented 4 years ago

@tradytics I am unfortunately not at my pc atm, will do when I get home if you haven't already

Rajmehta123 commented 3 years ago

Agreed. This is an important parameter in order to avoid filtering the high price stocks.