빌드오류 수정

This commit is contained in:
Macbook
2026-06-08 09:38:01 +09:00
parent 7c9e1843ea
commit e11e1a46fa
@@ -406,7 +406,6 @@ public class BacktestingService {
// 금액 기준 총 손익 재계산
double totalPnl = finalEquity - initCap;
double profitLossRatio = 0.0;
if (grossLoss != 0) {
profitLossRatio = grossProfit / Math.abs(grossLoss);
} else if (grossProfit > 0) {