mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 14:55:16 +00:00
fix(pnl): should be trades
This commit is contained in:
parent
8eb8fb105d
commit
b6da7ee2f2
|
@ -21,7 +21,7 @@ import (
|
|||
func init() {
|
||||
PnLCmd.Flags().String("exchange", "", "target exchange")
|
||||
PnLCmd.Flags().String("symbol", "BTCUSDT", "trading symbol")
|
||||
PnLCmd.Flags().Int("limit", 500, "number of orders")
|
||||
PnLCmd.Flags().Int("limit", 500, "number of trades")
|
||||
RootCmd.AddCommand(PnLCmd)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user