gazbert / bxbot

A simple Bitcoin trading bot written in Java.
MIT License
779 stars 275 forks source link

Update to how emergency backstop works #45

Closed Gondee closed 7 years ago

Gondee commented 7 years ago

Currently if a bot is running with the emergency backstop set to 0 (indicating that the feature is not needed, the bot still performs an API call. In situations where a bot needs to be operating quickly, this both lowers your API calls available for the bot and slows down the bot by the RRT of the call.

Gondee commented 7 years ago

Thanks @gazbert! I'm very new to contributing to others project aha, so I need a bit of time to learn the ropes. I implemented your suggestion.