Skip to content

Instantly share code, notes, and snippets.

View mxlian's full-sized avatar

Maximiliano mxlian

View GitHub Profile
"""
a simple stop loss bot.
adjust STOP_PRICE and STOP_VOLUME to your needs.
The file can be reloaded after editing without
restarting goxtool by simply pressing the l key.
"""
import strategy
import goxapi
# pylint: disable=C0301