mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 06:53:52 +00:00
Add note on the amount parameter
This commit is contained in:
parent
f540742b42
commit
cef2b576f6
|
@ -9,7 +9,8 @@ form `grids`. The price gap is calculated from price range and the number of gri
|
|||
- `symbol`
|
||||
- The trading pair symbol, e.g., `BTCUSDT`, `ETHUSDT`
|
||||
- `quantity`
|
||||
- Quantity per order
|
||||
- Quantity of asset per order.
|
||||
You can also instead specify an amount of fiat per order with the `amount` parameter.
|
||||
- `gridNumber`
|
||||
- Number of grids, which is the maximum numbers of orders minus one.
|
||||
- `profitSpread`
|
||||
|
@ -28,4 +29,4 @@ form `grids`. The price gap is calculated from price range and the number of gri
|
|||
|
||||
#### Examples
|
||||
|
||||
See [grid.yaml](../../config/grid.yaml)
|
||||
See [grid.yaml](../../config/grid.yaml)
|
||||
|
|
Loading…
Reference in New Issue
Block a user