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
commit 772473e93e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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: