mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-21 22:43:52 +00:00
fix: rename useHeikinAshi to heikinAshi in config
This commit is contained in:
parent
f5007752b2
commit
aa8d188d15
|
@ -4,7 +4,7 @@ sessions:
|
|||
exchange: binance
|
||||
futures: true
|
||||
envVarPrefix: binance
|
||||
useHeikinAshi: false
|
||||
heikinAshi: false
|
||||
|
||||
exchangeStrategies:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
sessions:
|
||||
binance:
|
||||
exchange: binance
|
||||
useHeikinAshi: true
|
||||
heikinAshi: true
|
||||
envVarPrefix: binance
|
||||
|
||||
exchangeStrategies:
|
||||
|
|
|
@ -213,7 +213,7 @@ type ExchangeSession struct {
|
|||
|
||||
Exchange types.Exchange `json:"-" yaml:"-"`
|
||||
|
||||
UseHeikinAshi bool `json:"useHeikinAshi,omitempty" yaml:"useHeikinAshi,omitempty"`
|
||||
UseHeikinAshi bool `json:"heikinAshi,omitempty" yaml:"heikinAshi,omitempty"`
|
||||
|
||||
// Trades collects the executed trades from the exchange
|
||||
// map: symbol -> []trade
|
||||
|
|
Loading…
Reference in New Issue
Block a user