From 3e46d1cbaaa59d716fc46c3cba6d1078033591e3 Mon Sep 17 00:00:00 2001 From: sobeit2020 <75637352+sobeit2020@users.noreply.github.com> Date: Fri, 5 Feb 2021 19:58:23 +0000 Subject: [PATCH] Update configuration.md --- docs/configuration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index bf9c7645c..5e8f9d96b 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -20,7 +20,8 @@ If default configuration file is not created we recommend you to use `freqtrade The Freqtrade configuration file is to be written in the JSON format. -To `comment` standard JSON syntax in your configuration files, you may use one-line `// ...` and multi-line `/* ... */` symbols - for list of parameters, you would like to use other time. +To `comment` you may use one-line `// ...` and multi-line `/* ... */` symbols. - for parameters, you want to use a different time. + Do not worry if you are not familiar with JSON format -- simply open the configuration file with an editor of your choice, make some changes to the parameters you need, save your changes and, finally, restart the bot or, if it was previously stopped, run it again with the changes you made to the configuration. The bot validates syntax of the configuration file at startup and will warn you if you made any errors editing it, pointing out problematic lines.