Skip to content

Instantly share code, notes, and snippets.

@saleh-old
Created June 9, 2020 07:55
Show Gist options
  • Save saleh-old/62e8c404d38f97ba9900c8d824c1dd21 to your computer and use it in GitHub Desktop.
Save saleh-old/62e8c404d38f97ba9900c8d824c1dd21 to your computer and use it in GitHub Desktop.
# trading routes
routes = [
('Bitfinex', 'BTCUSD', '4h', 'TrendFollowingStrategy'),
]
# in case your strategy required extra candles, timeframes, ...
extra_candles = []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment