From 48d83715a5cff5f2ea68338fde92bff0b2e07105 Mon Sep 17 00:00:00 2001 From: hroff-1902 Date: Sun, 27 Oct 2019 03:44:49 +0300 Subject: [PATCH] Fix typo in docs (thanks to Escaliert@Slack) --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index ff40b1750..5e936065c 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -135,7 +135,7 @@ To allow the bot to trade all the available `stake_currency` in your account set In this case a trade amount is calclulated as: ```python -currency_balanse / (max_open_trades - current_open_trades) +currency_balance / (max_open_trades - current_open_trades) ``` ### Understand minimal_roi