1、减仓策略

2、减仓后减仓节点(60%)
This commit is contained in:
2025-04-03 18:32:23 +08:00
parent 0b95e32655
commit cdd3f951a2
41 changed files with 2944 additions and 406 deletions

12
app/jobs/order_job.go Normal file
View File

@ -0,0 +1,12 @@
package jobs
//波段交易策略任务
type StrategyOrderJob struct {
}
func (t StrategyOrderJob) Exec(arg interface{}) error {
// strategyOrderService:=
//todo 策略订单任务
return nil
}