Created
May 26, 2020 06:37
-
-
Save saleh-old/0f9a625e77d5c284dd6e5812ef8b6d44 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', '6h', 'SampleTrendFollowing'), | |
] | |
# 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