Skip to content

Instantly share code, notes, and snippets.

@saleh-old
Last active June 28, 2020 07:35
Show Gist options
  • Save saleh-old/d1dfb48abb9ca464cb972904e40420a6 to your computer and use it in GitHub Desktop.
Save saleh-old/d1dfb48abb9ca464cb972904e40420a6 to your computer and use it in GitHub Desktop.
# My trading route is "4h".
routes = [
('Bitfinex', 'BTCUSD', '4h', 'TrendFollowingStrategy'),
]
# I need to add an extra route to "extra_candles" below:
extra_candles = [
('Bitfinex', 'BTCUSD', '1D'),
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment