mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-25 16:25:16 +00:00
Merge pull request #413 from arthurwolf/patch-3
Add note on the amount parameter
This commit is contained in:
commit
5474a42f24
|
@ -9,7 +9,8 @@ form `grids`. The price gap is calculated from price range and the number of gri
|
||||||
- `symbol`
|
- `symbol`
|
||||||
- The trading pair symbol, e.g., `BTCUSDT`, `ETHUSDT`
|
- The trading pair symbol, e.g., `BTCUSDT`, `ETHUSDT`
|
||||||
- `quantity`
|
- `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`
|
- `gridNumber`
|
||||||
- Number of grids, which is the maximum numbers of orders minus one.
|
- Number of grids, which is the maximum numbers of orders minus one.
|
||||||
- `profitSpread`
|
- `profitSpread`
|
||||||
|
|
Loading…
Reference in New Issue
Block a user