Merge pull request #413 from arthurwolf/patch-3

Add note on the amount parameter
This commit is contained in:
Yo-An Lin 2021-12-30 23:53:17 +08:00 committed by GitHub
commit 5474a42f24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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