基金定投止盈提示系统

最后更新:{{lastUpdate}}

持仓基金概览

加载中...

正在获取基金最新数据...

持仓基金

{{funds.length}}只

建议止盈

{{suggestedSellCount}}只

持仓市值

{{formatCurrency(totalValue)}}

持仓总收益

{{formatCurrency(totalProfit)}}

建议止盈基金 ({{suggestedSellCount}}只)
{{fund.name}}

基金代码: {{fund.code}} | 持有份额: {{fund.shares.toFixed(2)}}份

当前净值: {{fund.netValue ? fund.netValue.toFixed(4) : '0.0000'}} (截至: {{fund.netValueDate}}) {{fund.apiStatus === 'success' ? '实时数据' : '数据获取失败'}}

持有金额: {{formatCurrency(fund.currentValue)}} | 持仓收益: {{formatCurrency(fund.profit)}} ({{(fund.profitRate * 100).toFixed(2)}}%)

定投计划: {{getDayName(schedule.dayOfWeek)}}({{formatCurrency(schedule.amount)}}) ,

建议止盈

建议卖出: {{formatCurrency(fund.suggestedSellAmount)}}

{{fund.suggestedSellShares.toFixed(2)}} > 份

建议持有基金 ({{suggestedHoldCount}}只)
{{fund.name}}

基金代码: {{fund.code}} | 持有份额: {{fund.shares.toFixed(2)}}份

当前净值: {{fund.netValue ? fund.netValue.toFixed(4) : '0.0000'}} (截至: {{fund.netValueDate}}) {{fund.apiStatus === 'success' ? '实时数据' : '数据获取失败'}}

持有金额: {{formatCurrency(fund.currentValue)}} | 持仓收益: {{formatCurrency(fund.profit)}} ({{(fund.profitRate * 100).toFixed(2)}}%)

定投计划: {{getDayName(schedule.dayOfWeek)}}({{formatCurrency(schedule.amount)}}) ,

建议持有

收益率未达止盈目标

建议继续定投 ({{suggestedBuyCount}}只)
{{fund.name}}

基金代码: {{fund.code}} | 持有份额: {{fund.shares.toFixed(2)}}份

当前净值: {{fund.netValue ? fund.netValue.toFixed(4) : '0.0000'}} (截至: {{fund.netValueDate}}) {{fund.apiStatus === 'success' ? '实时数据' : '数据获取失败'}}

持有金额: {{formatCurrency(fund.currentValue)}} | 持仓收益: {{formatCurrency(fund.profit)}} ({{(fund.profitRate * 100).toFixed(2)}}%)

定投计划: {{getDayName(schedule.dayOfWeek)}}({{formatCurrency(schedule.amount)}}) ,

建议定投

当前浮亏,坚持定投

暂无基金持仓

点击"添加基金"开始管理您的基金投资

持仓管理

在此管理您的基金持仓。您可以编辑持仓信息或添加新的基金。

自动计算模式使用说明:
  • 自动计算模式:启用后系统将根据定投计划和历史净值自动计算累计份额,适合有规律定投的用户
  • 手动模式:需要手动记录每笔交易,适合不规则投资或需要精确记录历史交易的用户
  • 两种模式互斥:启用自动计算的基金无法在"交易记录"中手动录入交易
  • 切换模式时,系统会保留当前的份额和成本数据作为新模式的初始值
{{ fund.autoCalculate ? '启用' : '禁用' }}
启用后系统将根据定投计划和历史净值自动计算份额,无需手动记录交易
定投计划的开始日期
开始日期前已持有的份额
初始份额对应的总成本(元)

当前市值: {{formatCurrency(fund.currentValue)}} | 持仓收益: {{formatCurrency(fund.profit)}} ({{(fund.profitRate * 100).toFixed(2)}}%)

净值日期: {{fund.netValueDate}}

暂无基金持仓,点击"添加基金"开始管理

止盈策略设置

当收益率达到此值时触发止盈建议
从最高点回落超过此值时触发止盈
触发止盈时卖出盈利部分的比例

交易记录

使用说明:
  • 交易记录功能仅适用于手动模式的基金(未启用自动计算)
  • 已启用自动计算的基金在下拉列表中显示为灰色,无法选择
  • 自动计算模式的基金会根据定投计划和历史净值自动计算份额,无需手动记录交易
  • 如需为自动计算基金记录特殊交易,请先在"持仓管理"中关闭自动计算模式
记录新交易
历史交易记录

暂无交易记录

基金 交易类型 交易日期 金额 (元) 份额 单位净值 手续费 (元) 操作
{{getFundNameByCode(transaction.fundId)}} {{transaction.transactionType === 'buy' ? '买入' : '卖出'}} {{transaction.transactionDate}} {{formatCurrency(transaction.amount)}} {{transaction.shares.toFixed(4)}} {{transaction.nav.toFixed(4)}} {{formatCurrency(transaction.fee)}}