Fix doc-typos

This commit is contained in:
Matthias 2018-11-12 19:43:20 +01:00
parent 94f56af77d
commit bdba6186d8
2 changed files with 3 additions and 3 deletions

View File

@ -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<br/>
(default to 1%)
(default to 0.01 [1%])
#### stoploss_range_min
Minimum stoploss <br/>
@ -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.<br/>
(default to false)
(default to false)

View File

@ -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)