总资产≈{{ formatUsd(totalAssetUsd) }} USDT
总资产 --
{{ acctError }}
无数据
| 资产 | 可用 | 冻结 | 借入 | 利息 |
|---|---|---|---|---|
| {{ asset }} | {{ val.free }} | {{ val.locked }} | {{ val.borrowed }} | {{ val.interest }} |
Positions
{{ positionsError }}
No positions
| Symbol | Side | Size | Contracts | Entry | Leverage | PnL |
|---|---|---|---|---|---|---|
| {{ val.symbol || val.ticker || '' }} | {{ positionSide(val) }} | {{ positionSize(val) }} | {{ positionContracts(val) }} | {{ val.entryPrice || val.entry_price || '' }} | {{ positionLeverage(val) }} | {{ val.unRealizedProfit || val.unrealizedProfit || '' }} |
提交中...
{{ orderMsg }}
{{ orderError }}
未成交预约单
{{ ordersError }}
暂无未成交预约单
| 时间 | 交易对 | 方向 | 类型 | 价格 | 数量 | 状态 | 操作 |
|---|---|---|---|---|---|---|---|
| {{ formatTime(o.time || o.transactTime || o.updateTime) }} | {{ o.symbol }} | {{ o.side }} | {{ o.type }} | {{ o.price }} | {{ o.origQty }} | {{ o.status }} |
{{ hisError }}
无记录
| 时间 | 方向 | 价格 | 数量 | 成交额 |
|---|---|---|---|---|
| {{ formatTime(t.time) }} | {{ t.side || (t.isBuyer ? 'BUY' : 'SELL') }} | {{ t.price }} | {{ t.qty }} | {{ t.quoteQty }} |
账户管理
总资产≈{{ formatUsd(groupTotalCache.totalAssetUsd) }} USDT
总资产 --
{{ manageMsg }}
{{ manageError }}
暂无账户
| 名称 | Short Lev | Long Lev | 账户组 | 已绑定策略 | 操作 |
|---|---|---|---|---|---|
| {{ acc.name }} | {{ acc.short_leverage ?? '-' }} | {{ acc.long_leverage ?? '-' }} | {{ acc.account_group || '-' }} |
{{ generatedTokens[acc.unique_key] }}
|
策略管理
{{ manageMsg }}
{{ manageError }}
暂无策略
| Short Lev | Long Lev | 唯一Key | 描述 | 绑定账户数 | 操作 |
|---|---|---|---|---|---|
| {{ st.configMap?.shortLeverage || '-' }} | {{ st.configMap?.longLeverage || '-' }} | {{ st.unique_key }} | {{ st.description }} | {{ (st.accountKeys && st.accountKeys.length) || 0 }} |
{{ generatedTokens[st.unique_key] }}
|
新增/修改管理员
管理员列表
暂无管理员
| 用户名 | 创建时间 | 操作 |
|---|---|---|
| {{ u.username }} | {{ u.created_at }} |
账户编辑
策略编辑
请在绑定账户弹窗中选择
策略批量执行
仓位加载中...
提交中...
状态检查中...
当前策略没有绑定账户
{{ acc.name }}
({{ acc.uniqueKey }})
{{ accountTypeLabel(acc.accountType) }}
总资产 {{ formatUsd(acc.totalAssetUsd) }} USDT
状态 {{ strategyExecTaskFor(acc.uniqueKey).status }}
{{ strategyExecTaskFor(acc.uniqueKey).error }}
{{ acc.error }}
加载中...
无持仓
| Symbol | Side | Size | Contracts | Entry | Leverage | PnL |
|---|---|---|---|---|---|---|
| {{ val.symbol || val.ticker || '' }} | {{ positionSide(val) }} | {{ positionSize(val) }} | {{ positionContracts(val) }} | {{ val.entryPrice || val.entry_price || '' }} | {{ positionLeverage(val) }} | {{ val.unRealizedProfit || val.unrealizedProfit || '' }} |
选择要绑定的账户
暂无账户
账户明细 - {{ detailAccountName }}
总资产≈{{ formatUsd(detailTotalAssetUsd) }} USDT
总资产 --
{{ detailAcctError }}
无数据
| 资产 | 可用 | 冻结 | 借入 | 利息 |
|---|---|---|---|---|
| {{ asset }} | {{ val.free }} | {{ val.locked }} | {{ val.borrowed }} | {{ val.interest }} |
Positions
{{ detailPositionsError }}
No positions
| Symbol | Side | Size | Contracts | Entry | Leverage | PnL |
|---|---|---|---|---|---|---|
| {{ val.symbol || val.ticker || '' }} | {{ positionSide(val) }} | {{ positionSize(val) }} | {{ positionContracts(val) }} | {{ val.entryPrice || val.entry_price || '' }} | {{ positionLeverage(val) }} | {{ val.unRealizedProfit || val.unrealizedProfit || '' }} |
{{ detailOrderMsg }}
{{ detailOrderError }}
未成交预约单
{{ detailOrdersError }}
暂无未成交预约单
| 时间 | 交易对 | 方向 | 类型 | 价格 | 数量 | 状态 | 操作 |
|---|---|---|---|---|---|---|---|
| {{ formatTime(o.time || o.transactTime || o.updateTime) }} | {{ o.symbol }} | {{ o.side }} | {{ o.type }} | {{ o.price }} | {{ o.origQty }} | {{ o.status }} |
{{ detailHisError }}
无记录
| 时间 | 方向 | 价格 | 数量 | 成交额 |
|---|---|---|---|---|
| {{ formatTime(t.time) }} | {{ t.side || (t.isBuyer ? 'BUY' : 'SELL') }} | {{ t.price }} | {{ t.qty }} | {{ t.quoteQty }} |