DEV Community

Clément
Clément

Posted on

Crypto trading bot

Hi all,

I post 2 links for 2 github project.

The first one (influx-crypto-watcher) help you gathering history/streaming price (minutes) data about several crypto currency.

https://github.com/clementpl/influx-crypto-watcher

The second one let you code a strategy and backtest it on data history.

https://github.com/clementpl/influx-crypto-trader

The visualisation tool grafana is used to monitor our influxdb data, strategy, indicators, buy/sell.

https://grafana.com

The project is far from the end, but the actual version works well for backtesting strategy.

Top comments (1)

Collapse
 
cryptomoonday profile image
CryptoMoonday

Nice project, thanks for sharing both repos!

Collecting minute-level price data into InfluxDB and then being able to backtest strategies on top of it is a solid foundation. Using Grafana for visualizing indicators and buy/sell signals is also a smart choice.

Even if it’s still a work in progress, the fact that the backtesting part already works well makes it useful for people who want to experiment with their own trading logic. Looking forward to seeing how it evolves!