diff --git a/docs/edge.md b/docs/edge.md
index 499b91e7b..27afcd507 100644
--- a/docs/edge.md
+++ b/docs/edge.md
@@ -97,7 +97,7 @@ Let's say the stake currency is ETH and you have 10 ETH on the exchange, your **
Edge has following configurations:
#### enabled
-If true, then Edge will run periodically
+If true, then Edge will run periodically.
(default to false)
#### process_throttle_secs
@@ -106,24 +106,24 @@ How often should Edge run in seconds?
#### calculate_since_number_of_days
Number of days of data against which Edge calculates Win Rate, Risk Reward and Expectancy
-Note that it downloads historical data so increasing this number would lead to slowing down the bot
+Note that it downloads historical data so increasing this number would lead to slowing down the bot.
(default to 7)
#### capital_available_percentage
This is the percentage of the total capital on exchange in stake currency.
-As an example if you have 100 USDT available in your wallet on the exchange and this value is 0.5 (which is 50%), then the bot will use a maximum amount of 50 USDT for trading and considers it as available capital.
+As an example if you have 100 USDT available in your wallet on the exchange and this value is 0.5 (which is 50%), then the bot will use a maximum amount of 50 USDT for trading and considers it as available capital.
(default to 0.5)
#### allowed_risk
-Percentage of allowed risk per trade
+Percentage of allowed risk per trade.
(default to 0.01 [1%])
#### stoploss_range_min
-Minimum stoploss
+Minimum stoploss.
(default to -0.01)
#### stoploss_range_max
-Maximum stoploss
+Maximum stoploss.
(default to -0.10)
#### stoploss_range_step