From bdba6186d8e9d4408fbd7155922cf969e3e4f678 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 12 Nov 2018 19:43:20 +0100 Subject: [PATCH] Fix doc-typos --- docs/edge.md | 4 ++-- docs/index.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/edge.md b/docs/edge.md index cfb95b936..f74f8fdcc 100644 --- a/docs/edge.md +++ b/docs/edge.md @@ -111,7 +111,7 @@ Note that it downloads historical data so increasing this number would lead to s #### allowed_risk Percentage of allowed risk per trade
-(default to 1%) +(default to 0.01 [1%]) #### stoploss_range_min Minimum stoploss
@@ -148,4 +148,4 @@ Edge will filter out trades with long duration. If a trade is profitable after 1 #### remove_pumps Edge will remove sudden pumps in a given market while going through historical data. However, given that pumps happen very often in crypto markets, we recommend you keep this off.
-(default to false) \ No newline at end of file +(default to false) diff --git a/docs/index.md b/docs/index.md index 879ee4f80..e6e643ba7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -25,7 +25,7 @@ Pull-request. Do not hesitate to reach us on - [Change your strategy](https://github.com/freqtrade/freqtrade/blob/develop/docs/bot-optimization.md#change-your-strategy) - [Add more Indicator](https://github.com/freqtrade/freqtrade/blob/develop/docs/bot-optimization.md#add-more-indicator) - [Test your strategy with Backtesting](https://github.com/freqtrade/freqtrade/blob/develop/docs/backtesting.md) - - [Edge positionning](https://github.com/mishaker/freqtrade/blob/money_mgt/docs/edge.md) + - [Edge positioning](https://github.com/mishaker/freqtrade/blob/money_mgt/docs/edge.md) - [Find optimal parameters with Hyperopt](https://github.com/freqtrade/freqtrade/blob/develop/docs/hyperopt.md) - [Control the bot with telegram](https://github.com/freqtrade/freqtrade/blob/develop/docs/telegram-usage.md) - [Receive notifications via webhook](https://github.com/freqtrade/freqtrade/blob/develop/docs/webhook-config.md)