mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 23:05:15 +00:00
fix(pnl): should be trades
This commit is contained in:
parent
8eb8fb105d
commit
b6da7ee2f2
|
@ -21,7 +21,7 @@ import (
|
||||||
func init() {
|
func init() {
|
||||||
PnLCmd.Flags().String("exchange", "", "target exchange")
|
PnLCmd.Flags().String("exchange", "", "target exchange")
|
||||||
PnLCmd.Flags().String("symbol", "BTCUSDT", "trading symbol")
|
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)
|
RootCmd.AddCommand(PnLCmd)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user