From 90475e52db095d0fb7c2a7bef4e9b2abb617c1f1 Mon Sep 17 00:00:00 2001 From: Stevan Stevic Date: Wed, 27 Sep 2023 16:56:03 +0200 Subject: [PATCH] Change strat to strategy in freqai-feature-engineering.md --- docs/freqai-feature-engineering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/freqai-feature-engineering.md b/docs/freqai-feature-engineering.md index a781d0834..b7a30eb5a 100644 --- a/docs/freqai-feature-engineering.md +++ b/docs/freqai-feature-engineering.md @@ -178,7 +178,7 @@ You can ask for each of the defined features to be included also for informative `include_shifted_candles` indicates the number of previous candles to include in the feature set. For example, `include_shifted_candles: 2` tells FreqAI to include the past 2 candles for each of the features in the feature set. -In total, the number of features the user of the presented example strat has created is: length of `include_timeframes` * no. features in `feature_engineering_expand_*()` * length of `include_corr_pairlist` * no. `include_shifted_candles` * length of `indicator_periods_candles` +In total, the number of features the user of the presented example strategy has created is: length of `include_timeframes` * no. features in `feature_engineering_expand_*()` * length of `include_corr_pairlist` * no. `include_shifted_candles` * length of `indicator_periods_candles` $= 3 * 3 * 3 * 2 * 2 = 108$. !!! note "Learn more about creative feature engineering"