From a1d616f8c21876e5a6cef3da645fc4f366b1e822 Mon Sep 17 00:00:00 2001 From: Janne Sinivirta Date: Thu, 7 Sep 2017 17:38:28 +0300 Subject: [PATCH] update README to document stoploss --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e8997a017..bfd640060 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,9 @@ See the example below: }, ``` +`stoploss` is loss in percentage that should trigger a sale. +For example value `-0.10` will cause immediate sell if the +profit dips below -10% for a given trade. This parameter is optional. The other values should be self-explanatory, if not feel free to raise a github issue.