Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is no 'SignalBotTrading' functionality in this library yet #77

Open
honeyuheony opened this issue Nov 21, 2024 · 0 comments
Open

Comments

@honeyuheony
Copy link

There is no 'SignalBotTrading' functionality in this library yet, and the API Client only has implementations for 4 APIs, none of which are available in okx-client form. Is there a development schedule for this?

`
'''
信号交易
https://www.okx.com/docs-v5/zh/#order-book-trading-signal-bot-trading
'''
from paux.param import to_local
from okx.api._client import Client

class _SignalBotTradeEndpoints():
get_orders_algo_details = ['/api/v5/tradingBot/signal/orders-algo-details', 'GET'] # GET / 获取信号策略详情
get_positions = ['/api/v5/tradingBot/grid/positions', 'GET'] # GET / 获取信号策略持仓
get_sub_orders = ['/api/v5/tradingBot/signal/sub-orders', 'GET'] # GET / 获取信号策略子订单信息
get_event_history = ['/api/v5/tradingBot/signal/event-history', 'GET'] # GET / 获取信号策略历史事件`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant