Clarify documentation

This commit is contained in:
Matthias 2019-01-01 16:33:02 +01:00
parent da6f1a3945
commit b55994cb71

View File

@ -179,10 +179,9 @@ minimal_roi = {
The above configuration would therefore mean: The above configuration would therefore mean:
- Sell whenever 4% profit was reached - Sell whenever 4% profit was reached
- Sell after 20 minutes when 2% profit was reached - Sell when 2% profit was reached (in effect after 20 minutes)
- Sell after 20 minutes when 2% profit was reached - Sell when 1% profit was reached (in effect after 30 minutes)
- Sell after 30 minutes when 1% profit was reached - Sell when trade is non-loosing (in effect after 40 minutes)
- Sell after 40 minutes when the trade is non-loosing (no profit)
The calculation does include fees. The calculation does include fees.