rsmaker: remove unused vars

This commit is contained in:
c9s 2022-06-22 13:52:18 +08:00
parent bae685d63d
commit 51a2f14af7
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -18,17 +18,9 @@ import (
"github.com/c9s/bbgo/pkg/types"
)
// TODO:
// 1) add option for placing orders only when in neutral band
// 2) add option for only placing buy orders when price is below the SMA line
const ID = "rsmaker"
const stateKey = "state-v1"
var defaultFeeRate = fixedpoint.NewFromFloat(0.001)
var notionModifier = fixedpoint.NewFromFloat(1.1)
var two = fixedpoint.NewFromInt(2)
var log = logrus.WithField("strategy", ID)