This commit is contained in:
2026-04-02 15:22:38 +09:00
parent ef1847f115
commit 0b7684a176
9 changed files with 112 additions and 32 deletions
+10
View File
@@ -13,7 +13,12 @@ import ConfigTable.grade_4_profit
import ConfigTable.grade_5_allocationrate
import ConfigTable.grade_5_buy
import ConfigTable.grade_5_profit
import ConfigTable.loss_max_money
import ConfigTable.loss_maxrate
import ConfigTable.loss_minrate
import ConfigTable.max_count
import ConfigTable.stop_Loss
import ConfigTable.take_profit
import Defines.DETAILLOG
import Defines.EMBEDDING_PORT
import Defines.LLM_PORT
@@ -205,6 +210,11 @@ fun main() = application {
GRADE_3_ALLOCATIONRATE = it[grade_3_allocationrate],
GRADE_4_ALLOCATIONRATE = it[grade_4_allocationrate],
GRADE_5_ALLOCATIONRATE = it[grade_5_allocationrate],
stop_Loss = it[stop_Loss],
take_profit = it[take_profit],
loss_max = it[loss_maxrate],
loss_min = it[loss_minrate],
loss_money = it[loss_max_money],
MAX_COUNT = it[max_count],
)
}