docs: Add section explaining strategy imports

This commit is contained in:
Matthias
2024-08-17 16:24:50 +02:00
parent f0a25ea485
commit 27a4a502d7
3 changed files with 45 additions and 0 deletions

View File

@@ -407,6 +407,8 @@ Currently this is `pair`, which can be accessed using `metadata['pair']` - and w
The Metadata-dict should not be modified and does not persist information across multiple calls.
Instead, have a look at the [Storing information](strategy-advanced.md#storing-information-persistent) section.
--8<-- "includes/strategy-imports.md"
## Strategy file loading
By default, freqtrade will attempt to load strategies from all `.py` files within `user_data/strategies`.