enhance migration documentation

This commit is contained in:
Matthias
2022-03-05 15:05:03 +01:00
parent 23b98fbb73
commit 36287a84cb
5 changed files with 149 additions and 7 deletions

View File

@@ -713,3 +713,4 @@ class AwesomeStrategy(IStrategy):
:return: A leverage amount, which is between 1.0 and max_leverage.
"""
return 1.0
```