Merge pull request #4457 from JoeSchr/patch-4
Fix: custom_stoploss returns typo
This commit is contained in:
commit
bc0efe5baa
@ -176,7 +176,7 @@ class AwesomeStrategy(IStrategy):
|
|||||||
if current_profit > 0.25:
|
if current_profit > 0.25:
|
||||||
return (-0.15 + current_profit)
|
return (-0.15 + current_profit)
|
||||||
if current_profit > 0.20:
|
if current_profit > 0.20:
|
||||||
return (-0.7 + current_profit)
|
return (-0.07 + current_profit)
|
||||||
return 1
|
return 1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user