mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
audacitymaker: rename perTrade
This commit is contained in:
parent
132f700377
commit
43a3e21a7b
|
@ -16,6 +16,6 @@ exchangeStrategies:
|
||||||
- on: binance
|
- on: binance
|
||||||
audacitymaker:
|
audacitymaker:
|
||||||
symbol: ETHBUSD
|
symbol: ETHBUSD
|
||||||
pertrade:
|
perTrade:
|
||||||
interval: 1m
|
interval: 1m
|
||||||
quantity: 0.01
|
quantity: 0.01
|
|
@ -41,7 +41,7 @@ type Strategy struct {
|
||||||
|
|
||||||
activeOrders *bbgo.ActiveOrderBook
|
activeOrders *bbgo.ActiveOrderBook
|
||||||
|
|
||||||
PerTrade *PerTrade `json:"pertrade"`
|
PerTrade *PerTrade `json:"perTrade"`
|
||||||
|
|
||||||
ExitMethods bbgo.ExitMethodSet `json:"exits"`
|
ExitMethods bbgo.ExitMethodSet `json:"exits"`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user