grid2: remove notionalModifier

This commit is contained in:
c9s 2022-11-14 16:29:25 +08:00
parent fa692d835f
commit cde463e294
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -18,8 +18,6 @@ const ID = "grid2"
var log = logrus.WithField("strategy", ID)
var notionalModifier = fixedpoint.NewFromFloat(1.0001)
func init() {
// Register the pointer of the strategy struct,
// so that bbgo knows what struct to be used to unmarshal the configs (YAML or JSON)