A simple strategy for trading cryptocurrency with gekko
Still a work in progress
sample config
config.breakout = {
breakoutThreshold: 3.0,
breakoutEndThreshold: 0.05,
scalpSellThreshold: 0.05,
scalpBuyThreshold: -0.1,
profitFactor: 1.008,
SMMA: 12,
EMALong: 90,
EMAShort: 20
}