From fef73b1b6ac3ef59ffe2ae2e1e98cc7f82c2fca1 Mon Sep 17 00:00:00 2001 From: mohammad sadegh hekmat Date: Fri, 25 Jun 2021 20:42:44 +0430 Subject: [PATCH] Update configuration.md --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 7e697cb83..00116461f 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -170,7 +170,7 @@ There are several methods to configure how much of the stake currency the bot wi #### Minimum trade stake The minimum stake amount will depend by exchange and pair, and is usually listed in the exchange support pages. -Assuming the minimum tradable amount for XRP/USD is 20 XRP (given by the exchange), and the price is 0.4$. +Assuming the minimum tradable amount for XRP/USD is 20 XRP (given by the exchange), and the price is 0.6$. The minimum stake amount to buy this pair is therefore `20 * 0.6 ~= 12`. This exchange has also a limit on USD - where all orders must be > 10$ - which however does not apply in this case.