fix(pnl): should be trades

This commit is contained in:
Jui-Nan Lin 2021-02-05 14:49:42 +08:00
parent 8eb8fb105d
commit b6da7ee2f2

View File

@ -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)
}