복합지표 전략 추가

This commit is contained in:
Macbook
2026-06-12 13:26:53 +09:00
parent 9208418c33
commit 52137cf1db
27 changed files with 2712 additions and 55 deletions
+1 -1
View File
@@ -1289,7 +1289,7 @@ export const DEFAULT_BACKTEST_SETTINGS: BacktestSettingsDto = {
maxOpenTrades: 1,
partialExitEnabled: false,
partialExitPct: 50,
positionMode: 'SIGNAL_ONLY',
positionMode: 'LONG_ONLY',
analysisMethod: 'MARK_TO_MARKET',
};