Last active
June 28, 2020 07:35
-
-
Save saleh-old/d1dfb48abb9ca464cb972904e40420a6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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