This commit is contained in:
gcarq 2017-09-01 21:34:56 +02:00
parent 119823eeac
commit 360143b8cf
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ See the example below:
"1440": 0.01, # Sell after 24 hours if there is at least 1% profit
"720": 0.02, # Sell after 12 hours if there is at least 2% profit
"360": 0.02, # Sell after 6 hours if there is at least 2% profit
"0": 0.025 # Sell immediatly if there is at least 2.5% profit
"0": 0.025 # Sell immediately if there is at least 2.5% profit
},
```