Merge pull request #3610 from pan-long/develop

Correct a typo in stop loss doc.
This commit is contained in:
Matthias
2020-07-19 19:20:24 +02:00
committed by GitHub

View File

@@ -84,7 +84,7 @@ This option can be used with or without `trailing_stop_positive`, but uses `trai
``` python
trailing_stop_positive_offset = 0.011
trailing_only_offset_is_reached = true
trailing_only_offset_is_reached = True
```
Simplified example: