This commit is contained in:
2026-03-13 17:58:19 +09:00
parent 7fa1c36355
commit c5bc3f9bf0
4 changed files with 56 additions and 9 deletions
+1
View File
@@ -149,6 +149,7 @@ fun main() = application {
CoroutineScope(Dispatchers.Default).launch {
AutoTradingManager.startAutoDiscoveryLoop()
KisWebSocketManager.onExecutionReceived = AutoTradingManager.onExecutionReceived
KisWebSocketManager.connect()
}
if (config.modelPath.isNotEmpty()) {