Correct a typo in stop loss doc.

This commit is contained in:
Pan Long 2020-07-20 00:37:06 +08:00
parent ea1ddeb87d
commit 37a9edfa35
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: