增加k线图
This commit is contained in:
@@ -227,6 +227,7 @@ class BinanceFuturesClient:
|
||||
"low": float(k[3]),
|
||||
"close": float(k[4]),
|
||||
"volume": float(k[5]),
|
||||
"quote_volume": float(k[7]),
|
||||
}
|
||||
)
|
||||
return candles
|
||||
|
||||
Reference in New Issue
Block a user