Added candle_type in doc strings

This commit is contained in:
Sam Germain
2021-11-27 02:55:42 -06:00
parent 0183e313ac
commit 8761649fd7
8 changed files with 32 additions and 4 deletions

View File

@@ -204,7 +204,7 @@ class Binance(Exchange):
"""
Overwrite to introduce "fast new pair" functionality by detecting the pair's listing date
Does not work for other exchanges, which don't return the earliest data when called with "0"
:param candle_type: "mark" if retrieving the mark price cnadles
:param candle_type: '', mark, index, premiumIndex, or funding_rate
"""
if is_new_pair:
x = await self._async_get_candle_history(pair, timeframe, 0, candle_type)