Created
June 9, 2020 07:55
-
-
Save saleh-old/62e8c404d38f97ba9900c8d824c1dd21 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
# 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