mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 14:55:16 +00:00
grid2: remove notionalModifier
This commit is contained in:
parent
fa692d835f
commit
cde463e294
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user