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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

手动maker单不成功,一直submitting

yanfeng918 opened this issue · comments

The maker order is not supported yet, will support soon.

image

目前maker订订单还没支持,你可以使用limit,只要当前的价格低于市场价格,limit单就是maker单,后面会加上。

我已经实现了,可以把代码提交上去吗

自己每次升级后,都需要自己更改代码还是蛮麻烦的,另外,网格的时候,防止价格波动太大,我希望下maker单,也可以节省手续费。

自己每次升级后,都需要自己更改代码还是蛮麻烦的,另外,网格的时候,防止价格波动太大,我希望下maker单,也可以节省手续费。

直接通过命令行执行 pip install git+https://github.com/51bitquant/howtrader 就可以升级了。

just input the command in cmd/terminal: pip install git+https://github.com/51bitquant/howtrader, then you can update to the new version.

已经增加了maker 订单类型的支持。

非常感谢,百忙之中能够完善代码