For a couple of years i ran "lovac", the "low volume accumulator".
https://twitter.com/lovac27152702
It was a (flask based) stacking app which used the bitstamp API to get prices, place Marketorders on a (daily) basis and, especially proud: a buy-the-dip feature. So the app could detect a drop in price and even show it graphically.
I shut it down some month ago and i'm now happy to donate the code if anyone is interested:
https://gitlab.com/lovac/lovac-app
The code used SQLAlchemy and, for the statistical things pandas.
Here are some places in the code which might be interesting:
Feel free to close this issue but maybe you find it interesting. Also happy to answer any questions or setup a call.

For a couple of years i ran "lovac", the "low volume accumulator".
https://twitter.com/lovac27152702
It was a (flask based) stacking app which used the bitstamp API to get prices, place Marketorders on a (daily) basis and, especially proud: a buy-the-dip feature. So the app could detect a drop in price and even show it graphically.
I shut it down some month ago and i'm now happy to donate the code if anyone is interested:
https://gitlab.com/lovac/lovac-app
The code used SQLAlchemy and, for the statistical things pandas.
Here are some places in the code which might be interesting:
The red bubble represented the buy-the-dip. The bigger the bubble was, the more it bought.
Feel free to close this issue but maybe you find it interesting. Also happy to answer any questions or setup a call.
