网格交易模拟器

交易日:{{ etfIndex }} 价格:{{ etfPrice.toFixed(3) }} 涨跌幅:{{ etfChange }}%
速度
网格交易参数
网格线分布
{{ p.toFixed(3) }}
账户信息
总资产 {{ formatNumber(accountData.totalInvestment) }}
可用资金 {{ formatNumber(accountData.currentBalance) }}
已实现盈亏 {{ formatNumber(accountData.totalProfit) }}
持仓市值 {{ formatNumber(accountData.positionValue) }}
持仓盈亏 {{ formatNumber(accountData.positionProfit) }}
持仓盈亏率 {{ accountData.positionProfitRate }}%
持仓数量 {{ formatNumber(accountData.positionVolume) }}
持仓成本 {{ formatNumber(accountData.positionCost) }}
交易日志(最新在顶部)
时间 类型 价格 数量 金额 持仓
{{ log.time }} {{ log.type }} {{ log.price.toFixed(3) }} {{ formatNumber(log.quantity) }} {{ formatNumber(log.amount.toFixed(2)) }} {{ formatNumber(log.holdings) }}
暂无交易记录
请先导入CSV并开始模拟
已加载数据 {{ etfArray.length }} 条