51bitquant / binance_grid_trader

Binance_grid_trader is a grid strategy bot trading with Binance Spot and Binance Futures Exchange. you can use it to trade any pair in Binance Exchange. Binance_grid_trader是一个币安网格策略软件, 目前支持币安现货,USDT合约和币币合约。
MIT License
739 stars 261 forks source link

new functions: 增加功能 #5

Closed 51bitquant closed 3 years ago

51bitquant commented 3 years ago

New functions:

  1. add the proxy host and port, 增加了代理主机和端口

if you want to use it locally and encounter connection timeout, you can config the proxy host and port at config.json, the default value is None. 如果你想再本地电脑运行,经常遇到连接错误或者网络请求错误,你可以在config.json文件配置上你的代理主机和端口, 默认是没有配置的。

51bitquant commented 3 years ago

pls refer to the proxies codes.