Update docs/strategy-customization.md

Co-authored-by: Matthias <xmatthias@outlook.com>
This commit is contained in:
JoeSchr 2021-03-04 20:05:27 +01:00 committed by crypto_rahino
parent cb130ee9a7
commit 6a0b3e9a8b

View File

@ -300,7 +300,7 @@ The metadata-dict (available for `populate_buy_trend`, `populate_sell_trend`, `p
Currently this is `pair`, which can be accessed using `metadata['pair']` - and will return a pair in the format `XRP/BTC`. Currently this is `pair`, which can be accessed using `metadata['pair']` - and will return a pair in the format `XRP/BTC`.
The Metadata-dict should not be modified and does not persist information across multiple calls. The Metadata-dict should not be modified and does not persist information across multiple calls.
Instead, have a look at the section [Storing information](#Storing-information) Instead, have a look at the section [Storing information](strategy-advanced.md#Storing-information)
## Additional data (informative_pairs) ## Additional data (informative_pairs)