From cef2b576f6495dddb9e3f33f77f8119e3e4cbab7 Mon Sep 17 00:00:00 2001 From: Arthur Wolf Date: Wed, 29 Dec 2021 22:39:20 +0100 Subject: [PATCH] Add note on the amount parameter --- doc/strategy/grid.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/strategy/grid.md b/doc/strategy/grid.md index 1c10d19a6..3563db621 100644 --- a/doc/strategy/grid.md +++ b/doc/strategy/grid.md @@ -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) \ No newline at end of file +See [grid.yaml](../../config/grid.yaml)