Correct a typo in stop loss doc.
This commit is contained in:
parent
ea1ddeb87d
commit
37a9edfa35
@ -84,7 +84,7 @@ This option can be used with or without `trailing_stop_positive`, but uses `trai
|
|||||||
|
|
||||||
``` python
|
``` python
|
||||||
trailing_stop_positive_offset = 0.011
|
trailing_stop_positive_offset = 0.011
|
||||||
trailing_only_offset_is_reached = true
|
trailing_only_offset_is_reached = True
|
||||||
```
|
```
|
||||||
|
|
||||||
Simplified example:
|
Simplified example:
|
||||||
|
Loading…
Reference in New Issue
Block a user