gazbert / bxbot

A simple Bitcoin trading bot written in Java.
MIT License
824 stars 280 forks source link

Update Config subsystem to use YAML instead of XML #99

Closed gazbert closed 5 years ago

gazbert commented 5 years ago

SnakeYAML looks a good choice for superseding the existing bxbot-xml-datastore module.

YAML config files for the engine, strategies, markets, etc... should make it easier/more readable for users to configure the bot.

Work will be done on bxbot-yaml branch.

gazbert commented 5 years ago

Released.