lukeliasi / binance-dca-bot

A bot to automatically DCA (Dollar-Cost Average) buy cryptocurrency on Binance
MIT License
183 stars 51 forks source link

Any interest in DCA strategy based on Crypto Fear & Greed Index? #12

Open dakkusingh opened 3 years ago

dakkusingh commented 3 years ago

For my local fork, I have integrated a new Dynamic DCA strategy which is based on daily Crypto Fear & Greed Index.

So, logic i was thinking was:

Let me know if there is any interest and I can do a PR

PS: great work

lukeliasi commented 3 years ago

I like the idea, I would be interested to see it. I think there needs to be a way where strategies can be defined in a strategies directory and you can apply a strategy be defining it in the config. I suppose it could even be possible to apply a strategy per asset.