Update docs/strategy-advanced.md

Co-authored-by: Matthias <xmatthias@outlook.com>
This commit is contained in:
JoeSchr 2021-03-04 20:05:21 +01:00 committed by GitHub
parent 1304918a29
commit 161a4656d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -246,7 +246,7 @@ See: "Storing custom information using DatetimeIndex from `dataframe`" example a
!!! Warning
only use .iat[-1] in live mode, not in backtesting/hyperopt
otherwise you will look into the future
see: https://www.freqtrade.io/en/latest/strategy-customization/#common-mistakes-when-developing-strategies
see [Common mistakes when developing strategies](strategy-customization.md#common-mistakes-when-developing-strategies) for more info.
``` python
from freqtrade.persistence import Trade