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

where to set proxy address? #6

Closed quant2008 closed 1 year ago

quant2008 commented 1 year ago

Hi, we use vpn to access binance in china, so it seems we need set proxy in some where in backtrader_binance, or we cannot access binance. I wonder where to set proxy in backtrader_binance.

WISEPLAT commented 1 year ago

Hi, we use vpn to access binance in china, so it seems we need set proxy in some where in backtrader_binance, or we cannot access binance. I wonder where to set proxy in backtrader_binance.

Hi! ) If you use windows - you can use that solution https://github.com/WISEPLAT/python-proxy It will redirect all your traffic through proxy address and port which ones you specify.