定投可视化
总投入 {{ formatCurrency(totalInvested) }}
当前价值 {{ formatCurrency(currentValue) }}
收益率 {{ totalReturn >= 0 ? '+' : '' }}{{ totalReturn.toFixed(2) }}%

投资参数

¥
¥
个月
%

定投详情

定投次数{{ investmentCount }} 次
累计定投{{ formatCurrency(totalPeriodInvestment) }}
最高市值{{ formatCurrency(maxValue) }}
最低市值{{ formatCurrency(minValue) }}