TRADE SYSTEM

{{ selectedMonth }}월

월 누적 수익금

{{ formatKrw(monthlyData.summary?.month_profit) }} ({{ Number(monthlyData.summary?.month_avg_rate || 0).toFixed(2) }}%)

성공

{{ monthlyData.summary?.win_total || 0 }}

실패

{{ monthlyData.summary?.loss_total || 0 }}

최다 거래 종목 (효자)

{{ monthlyData.topStock?.stock_name }} ({{ monthlyData.topStock?.trade_cnt || 0 }}회)

{{ formatKrw(monthlyData.topStock?.stock_profit) }} ({{ Number(monthlyData.topStock?.avg_rate || 0).toFixed(2) }}%)

{{ selectedDate }} 기준

DAILY PROFIT

{{ formatKrw(dailySummary.total_net_profit) }}

WIN RATE

{{ dailyWinRate }}%

실제 매매 기록

{{ trade.stock_name }}

{{ trade.stock_code }}

{{ (trade.net_profit || 0) > 0 ? '+' : '' }}{{ formatKrw(trade.net_profit) }}

{{ trade.profit_rate || 0 }}%

🕒 {{ formatDuration(trade.hold_seconds) }} {{ trade.success_index_2 == 1 ? '매도 후 상승' : '매도 후 하락' }}

기록된 매매가 없습니다

오전 피크 베스트 (TOP 10)

{{ idx + 1 }}

{{ item.stock_name }}

{{ item.stock_code }} BOUGHT

{{ Number(item.max_score).toFixed(2) }}점

최고 +{{ item.max_rate }}%

종목 클릭 시 네이버 증권으로 연결됩니다.