Created
May 26, 2020 06:35
-
-
Save saleh-old/0c26ab094114207909a168434cd0750e 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
# instead of | |
anchor_candles = self.get_candles( | |
'Bitfinex', 'BTCUSD', utils.anchor_timeframe('4h') | |
) | |
# I wrote | |
anchor_candles = self.get_candles( | |
self.exchange, self.symbol, utils.anchor_timeframe(self.timeframe) | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment