백테스팅 수정
This commit is contained in:
@@ -7,7 +7,7 @@ import type {
|
||||
import type { BacktestAnalysisReportModel } from '../components/backtest/BacktestAnalysisReportModal';
|
||||
import type { LiveExecutionItem } from './liveExecutionGroups';
|
||||
import { buildAnalysisFromPaperTrades } from './paperMetrics';
|
||||
import { fmtListTimestamp, toUpbitMarket } from './backtestUiUtils';
|
||||
import { fmtListTimestamp, resolveBacktestRecordExecTimeframe, toUpbitMarket } from './backtestUiUtils';
|
||||
import { getKoreanName } from './marketNameCache';
|
||||
import { repairUtf8Mojibake } from './textEncoding';
|
||||
|
||||
@@ -89,7 +89,7 @@ export function buildBacktestReportModel(
|
||||
strategyName,
|
||||
symbol: record.symbol,
|
||||
symbolKo: repairUtf8Mojibake(getKoreanName(market)),
|
||||
timeframe: record.timeframe,
|
||||
timeframe: resolveBacktestRecordExecTimeframe(record),
|
||||
barCount: record.barCount || 300,
|
||||
createdAt: record.createdAt ? fmtListTimestamp(record.createdAt) : undefined,
|
||||
reportKind: 'backtest',
|
||||
|
||||
Reference in New Issue
Block a user