mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Clarify documentation
This commit is contained in:
parent
da6f1a3945
commit
b55994cb71
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user