Improve NOFXi agent strategy creation flow

This commit is contained in:
lky-spec
2026-05-06 17:00:05 +08:00
parent 159f27dfdd
commit 0f11be77f8
12 changed files with 865 additions and 62 deletions

View File

@@ -66,7 +66,7 @@ func DefaultConfig() *Config {
EnableBriefs: true,
EnableNews: true,
EnableSentinel: true,
AllowTradeExecution: false,
AllowTradeExecution: true,
BriefTimes: []int{8, 20},
}
}