빌드오류 수정
This commit is contained in:
@@ -406,7 +406,6 @@ public class BacktestingService {
|
|||||||
// 금액 기준 총 손익 재계산
|
// 금액 기준 총 손익 재계산
|
||||||
double totalPnl = finalEquity - initCap;
|
double totalPnl = finalEquity - initCap;
|
||||||
|
|
||||||
double profitLossRatio = 0.0;
|
|
||||||
if (grossLoss != 0) {
|
if (grossLoss != 0) {
|
||||||
profitLossRatio = grossProfit / Math.abs(grossLoss);
|
profitLossRatio = grossProfit / Math.abs(grossLoss);
|
||||||
} else if (grossProfit > 0) {
|
} else if (grossProfit > 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user