51bitquant / howtrader

Howtrader: A crypto quant framework for developing, backtesting, and executing your own trading strategies. Seamlessly integrates with TradingView and other third-party signals. Simply send a post request to automate trading and order placement. Supports Binance and Okex exchanges.
MIT License
704 stars 294 forks source link

启动图形化界面后,会不停的403 forbidden错误 #22

Closed newbie-coin closed 1 year ago

newbie-coin commented 1 year ago

您好,在我启动图形化界面后,成功连接现货和合约账号后,在pycharm的运行界面会一直报错,如下图,同时不能够获取交易对的行情和下单,symbol那一项点不动,无法输入。 image

最开始以为是代理的问题,但使用这个代理能够在shell里ping通api.binancn.com

newbie-coin commented 1 year ago

我把gateway文件里的:9443端口号去掉,现在可以正常订阅websocket了,但交易还是不行,symbol那里无法点击,如果点击点单,pycharm里报错如下: image image

newbie-coin commented 1 year ago

已解决无法输入的问题,在vt.symbol直接按下回车键即可