WISEPLAT / backtrader_binance

Binance API integration with Backtrader. Run strategies for Backtest and Live Trading. Get historical price data for Bitcoin, Ethereum and all coins from Binance. EASY create your strategies.
MIT License
136 stars 50 forks source link

[a little Bug in VScode] #7

Closed chan1919 closed 1 year ago

chan1919 commented 1 year ago

https://github.com/WISEPLAT/backtrader_binance/blob/21dcec31ebe4c75c142b1b1f8c1ba7f2715a4ce5/DataExamplesBinance/01%20-%20Symbol.py#L15-L16

api_key=Config.Config.BINANCE_API_KEY, api_secret=Config.Config.BINANCE_API_SECRET,

I think this is an indirect quote.

chan1919 commented 1 year ago

oh,well,in my computer, /Config is not Config,one is a folder,another is class.