Skip to content

Collection, processing, storing of trade data from Binance, originally with machine learning in mind **NOT ACTIVELY MAINTAINED**

License

Notifications You must be signed in to change notification settings

pariahGH/trading_bot_collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trading Bot Collection

This project was intended to collect trading data from Binance, apply some TA formulas to it, and stick it all in a TimescaleDB instance as well as pushing it over Redis PubSub for consumption by strategy/trade management processes.

Everything works except for indicator generation. For some reason, probably RAM related, the postgres processes would trigger the OOM killer - so I buffered updates and opened/closed a connection for every few minutes worth of data.

Found out it was a lot easier to just trade news.

This originally became a thing as I needed a good project to learn Go with - this and the corresponding strategy/trade management engine were an excellent learning experience.

About

Collection, processing, storing of trade data from Binance, originally with machine learning in mind **NOT ACTIVELY MAINTAINED**

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages