polakowo / vectorbt

Find your trading edge, using the fastest engine for backtesting, algorithmic trading, and research.

Home Page:https://vectorbt.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vbt.CCXTData.pull

happy-mint opened this issue · comments

ccxt_data_eth = vbt.CCXTData.pull(
"ETH/USDT",
start="2020-01-03",
end="2020-01-06")
ccxt_data_eth.close

why i get No symbols could be fetched

Default exchange is binance, thus the symbol should be ETHUSDT

Default exchange is binance, thus the symbol should be ETHUSDT

thankyou very much