From c9a5e5a98cfc31aadee564851ab03da2d6875484 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 11 Nov 2023 10:50:58 +0100 Subject: [PATCH] Fix another (identical) typo --- docs/strategy_migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/strategy_migration.md b/docs/strategy_migration.md index 9e6f56e49..b423eca6e 100644 --- a/docs/strategy_migration.md +++ b/docs/strategy_migration.md @@ -570,7 +570,7 @@ def populate_any_indicators( ``` 1. Features - Move to `feature_engineering_expand_all` -2. Basic features, not expanded across `include_periods_candles` - move to`feature_engineering_expand_basic()`. +2. Basic features, not expanded across `indicator_periods_candles` - move to`feature_engineering_expand_basic()`. 3. Standard features which should not be expanded - move to `feature_engineering_standard()`. 4. Targets - Move this part to `set_freqai_targets()`.