diff --git a/en/develop/strategy-customization/index.html b/en/develop/strategy-customization/index.html index 30f57af66..6a4dec97e 100644 --- a/en/develop/strategy-customization/index.html +++ b/en/develop/strategy-customization/index.html @@ -3047,7 +3047,7 @@ It will also include a "status" field, highlighting potential problems.

("BTC/TUSD", "15m"), ] -

A full sample can be found in the DataProvider section.

+

A full sample can be found in the DataProvider section.

Warning

As these pairs will be refreshed as part of the regular whitelist refresh, it's best to keep this list short. @@ -3076,7 +3076,7 @@ Details about this may vary, if they do, this can be found in the exchange docum and do not have access to data from other informative pairs. However, all informative dataframes for each pair are merged and passed to main populate_indicators() method.

Note

-

Do not use the @informative decorator if you need to use data from one informative pair when generating another informative pair. Instead, define informative pairs manually as described in the DataProvider section.

+

Do not use the @informative decorator if you need to use data from one informative pair when generating another informative pair. Instead, define informative pairs manually as described in the DataProvider section.

When hyperopting, use of the hyperoptable parameter .value attribute is not supported. Please use the .range attribute. See optimizing an indicator parameter for more information.

@@ -3202,7 +3202,7 @@ and do not have access to data from other informative pairs. However, all inform
  • Merge the dataframe without lookahead bias
  • Forward-fill (optional)
  • -

    For a full sample, please refer to the complete data provider example below.

    +

    For a full sample, please refer to the complete data provider example below.

    All columns of the informative dataframe will be available on the returning dataframe in a renamed fashion:

    Column renaming