...
This commit is contained in:
@@ -398,7 +398,9 @@ object AutoTradingManager {
|
||||
)
|
||||
}
|
||||
} else {
|
||||
analyzeDeepLossHoldingsAfterMarket(holding)
|
||||
if ("Y".equals(marketCode)) {
|
||||
analyzeDeepLossHoldingsAfterMarket(holding)
|
||||
}
|
||||
}
|
||||
delay(300) // API 호출 부하 방지
|
||||
}
|
||||
@@ -766,7 +768,7 @@ object AutoTradingManager {
|
||||
lastForceCheckMinute = currentMinute // 실행 완료 기록
|
||||
}
|
||||
}
|
||||
else if((now.hour == 8 || now.hour == 16 || now.hour == 17 || now.hour == 18 || now.hour == 19) && (currentMinute % 10 == 1) || (currentMinute % 10 == 6)) {
|
||||
else if((now.hour == 8 || now.hour == 16 || now.hour == 17 || now.hour == 18 || now.hour == 19) && (currentMinute % 2 == 1)) {
|
||||
if (lastForceCheckMinute != currentMinute) {
|
||||
TradingLogStore.addAnalyzer(
|
||||
" - ",
|
||||
|
||||
Reference in New Issue
Block a user