분석레포트 로직 수정
This commit is contained in:
@@ -122,10 +122,13 @@ public class LiveStrategyScheduler {
|
||||
barStartEpoch, candleType, "REALTIME_TICK"
|
||||
);
|
||||
if (s.getUserId() != null) {
|
||||
String strategyName = tradeSignalService.resolveStrategyName(
|
||||
s.getStrategyId(), null);
|
||||
orderExecutionQueue.submitSignal(
|
||||
s.getUserId(), market,
|
||||
s.getStrategyId(), signal,
|
||||
lastBar.getClosePrice().doubleValue());
|
||||
lastBar.getClosePrice().doubleValue(),
|
||||
candleType, strategyName, "REALTIME_TICK");
|
||||
}
|
||||
} catch (Exception ex) {
|
||||
log.warn("[LiveStrategyScheduler] 시그널 DB 저장 실패: {}", ex.getMessage());
|
||||
|
||||
Reference in New Issue
Block a user