Skip to content

Instantly share code, notes, and snippets.

@saleh-old
Last active May 26, 2020 06:37
Show Gist options
  • Save saleh-old/90a78581befb523b21228949c42e8d5b to your computer and use it in GitHub Desktop.
Save saleh-old/90a78581befb523b21228949c42e8d5b to your computer and use it in GitHub Desktop.
# trading routes
routes = [
('Bitfinex', 'BTCUSD', '6h', 'SampleTrendFollowing'),
]
# in case your strategy required extra candles, timeframes, ...
extra_candles = [
('Bitfinex', 'BTCUSD', '1D'),
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment