mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-13 03:33:55 +00:00
Update docs/strategy-advanced.md
Co-authored-by: Matthias <xmatthias@outlook.com>
This commit is contained in:
parent
1304918a29
commit
161a4656d5
|
@ -246,7 +246,7 @@ See: "Storing custom information using DatetimeIndex from `dataframe`" example a
|
||||||
!!! Warning
|
!!! Warning
|
||||||
only use .iat[-1] in live mode, not in backtesting/hyperopt
|
only use .iat[-1] in live mode, not in backtesting/hyperopt
|
||||||
otherwise you will look into the future
|
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
|
``` python
|
||||||
from freqtrade.persistence import Trade
|
from freqtrade.persistence import Trade
|
||||||
|
|
Loading…
Reference in New Issue
Block a user