fix(docs/strategy-advanced): fix link to custom_info storage

This commit is contained in:
Joe Schr 2021-03-04 15:01:21 +01:00
parent 1a02a146a1
commit 22a558e331
1 changed files with 1 additions and 2 deletions

View File

@ -234,8 +234,7 @@ class AwesomeStrategy(IStrategy):
Imagine you want to use `custom_stoploss()` to use a trailing indicator like e.g. "ATR"
See: (Storing custom information using DatetimeIndex from `dataframe`
)[WIP] on how to store the indicator into `custom_info`
See: "Storing custom information using DatetimeIndex from `dataframe`" example above) on how to store the indicator into `custom_info`
``` python
from freqtrade.persistence import Trade