1、减仓策略
2、减仓后减仓节点(60%)
This commit is contained in:
12
app/jobs/order_job.go
Normal file
12
app/jobs/order_job.go
Normal file
@ -0,0 +1,12 @@
|
||||
package jobs
|
||||
|
||||
//波段交易策略任务
|
||||
type StrategyOrderJob struct {
|
||||
}
|
||||
|
||||
func (t StrategyOrderJob) Exec(arg interface{}) error {
|
||||
// strategyOrderService:=
|
||||
//todo 策略订单任务
|
||||
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user