mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23:55 +00:00
commit
43dda9c9cf
|
@ -34,10 +34,10 @@ in minutes and the value is the minimum ROI in percent.
|
||||||
See the example below:
|
See the example below:
|
||||||
```
|
```
|
||||||
"minimal_roi": {
|
"minimal_roi": {
|
||||||
"50": 0.0, # Sell after 30 minutes if the profit is not negative
|
"40": 0.0, # Sell after 40 minutes if the profit is not negative
|
||||||
"40": 0.01, # Sell after 25 minutes if there is at least 1% profit
|
"30": 0.01, # Sell after 30 minutes if there is at least 1% profit
|
||||||
"30": 0.02, # Sell after 15 minutes if there is at least 2% profit
|
"20": 0.02, # Sell after 20 minutes if there is at least 2% profit
|
||||||
"0": 0.045 # Sell immediately if there is at least 4.5% profit
|
"0": 0.04 # Sell immediately if there is at least 4% profit
|
||||||
},
|
},
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -4,10 +4,10 @@
|
||||||
"stake_amount": 0.05,
|
"stake_amount": 0.05,
|
||||||
"dry_run": false,
|
"dry_run": false,
|
||||||
"minimal_roi": {
|
"minimal_roi": {
|
||||||
"50": 0.0,
|
"40": 0.0,
|
||||||
"40": 0.01,
|
"30": 0.01,
|
||||||
"30": 0.02,
|
"20": 0.02
|
||||||
"0": 0.045
|
"0": 0.04
|
||||||
},
|
},
|
||||||
"stoploss": -0.40,
|
"stoploss": -0.40,
|
||||||
"bid_strategy": {
|
"bid_strategy": {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user