最后更新:{{lastUpdate}}
正在获取基金最新数据...
{{funds.length}}只
{{suggestedSellCount}}只
{{formatCurrency(totalValue)}}
{{formatCurrency(totalInvestment)}}
{{formatCurrency(actualTotalInvestment)}}
{{formatCurrencyWithSign(totalProfit)}}
{{totalReturnRate >= 0 ? '+' : ''}}{{totalReturnRate}}%
基金代码: {{fund.code}} | 持有份额: {{parseFloat(fund.shares || 0).toFixed(2)}}份
当前净值: {{fund.netValue ? fund.netValue.toFixed(4) : '0.0000'}} (截至: {{fund.netValueDate}}) {{fund.apiStatus === 'success' ? '实时数据' : '数据获取失败'}}
上一日净值: {{fund.lastNetValue.toFixed(4)}} ({{fund.lastNetValueDate}}) {{fund.dailyGrowthRate >= 0 ? '+' : ''}}{{fund.dailyGrowthRate.toFixed(2)}}%
持有金额: {{formatCurrency(fund.currentValue)}} | 买入金额: {{formatCurrency(getFundInvestmentAmount(fund))}}
持仓收益: {{formatCurrency(fund.profit)}} ({{(fund.profitRate * 100).toFixed(2)}}%)
定投计划: {{getDayName(schedule.dayOfWeek)}}({{formatCurrency(schedule.amount)}}) , 无
建议卖出: {{formatCurrency(fund.suggestedSellAmount)}}
约 {{fund.suggestedSellShares.toFixed(2)}} 份
基金代码: {{fund.code}} | 持有份额: {{parseFloat(fund.shares || 0).toFixed(2)}}份
当前净值: {{fund.netValue ? fund.netValue.toFixed(4) : '0.0000'}} (截至: {{fund.netValueDate}}) {{fund.apiStatus === 'success' ? '实时数据' : '数据获取失败'}}
上一日净值: {{fund.lastNetValue.toFixed(4)}} ({{fund.lastNetValueDate}}) {{fund.dailyGrowthRate >= 0 ? '+' : ''}}{{fund.dailyGrowthRate.toFixed(2)}}%
持有金额: {{formatCurrency(fund.currentValue)}} | 买入金额: {{formatCurrency(getFundInvestmentAmount(fund))}}
持仓收益: {{formatCurrency(fund.profit)}} ({{(fund.profitRate * 100).toFixed(2)}}%)
定投计划: {{getDayName(schedule.dayOfWeek)}}({{formatCurrency(schedule.amount)}}) , 无
收益率未达止盈目标
基金代码: {{fund.code}} | 持有份额: {{parseFloat(fund.shares || 0).toFixed(2)}}份
当前净值: {{fund.netValue ? fund.netValue.toFixed(4) : '0.0000'}} (截至: {{fund.netValueDate}}) {{fund.apiStatus === 'success' ? '实时数据' : '数据获取失败'}}
上一日净值: {{fund.lastNetValue.toFixed(4)}} ({{fund.lastNetValueDate}}) {{fund.dailyGrowthRate >= 0 ? '+' : ''}}{{fund.dailyGrowthRate.toFixed(2)}}%
持有金额: {{formatCurrency(fund.currentValue)}} | 买入金额: {{formatCurrency(getFundInvestmentAmount(fund))}}
持仓收益: {{formatCurrency(fund.profit)}} ({{(fund.profitRate * 100).toFixed(2)}}%)
定投计划: {{getDayName(schedule.dayOfWeek)}}({{formatCurrency(schedule.amount)}}) , 无
当前浮亏,坚持定投
点击"添加基金"开始管理您的基金投资
在此管理您的基金持仓。您可以编辑持仓信息或添加新的基金。
点击"添加基金"按钮开始管理您的基金持仓
系统基于以下两个策略自动判断是否需要止盈:
暂无交易记录
| 基金 | 交易类型 | 交易日期 | 金额 (元) | 份额 | 单位净值 | 手续费 (元) | 操作 |
|---|---|---|---|---|---|---|---|
| {{getFundNameByCode(transaction.fundId)}} | {{transaction.transactionType === 'buy' ? '买入' : '卖出'}} | {{transaction.transactionDate}} | {{formatCurrency(transaction.amount)}} | {{parseFloat(transaction.shares || 0).toFixed(4)}} | {{parseFloat(transaction.nav || 0).toFixed(4)}} | {{formatCurrency(transaction.fee)}} |