Skip to content

Commit 3682fcb

Browse files
committed
fix: link error in strategy-customization
1 parent 046e153 commit 3682fcb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/strategy-customization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ def informative_pairs(self):
545545
]
546546
```
547547
548-
A full sample can be found [in the DataProvider section](#complete-data-provider-sample).
548+
A full sample can be found [in the DataProvider section](#complete-dataprovider-sample).
549549
550550
!!! Warning
551551
As these pairs will be refreshed as part of the regular whitelist refresh, it's best to keep this list short.
@@ -576,7 +576,7 @@ To easily define informative pairs, use the `@informative` decorator. All decora
576576
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.
577577
578578
!!! Note
579-
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](#complete-data-provider-sample).
579+
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](#complete-dataprovider-sample).
580580
581581
When hyperopting, use of the hyperoptable parameter `.value` attribute is not supported. Please use the `.range` attribute. See [optimizing an indicator parameter](hyperopt.md#optimizing-an-indicator-parameter) for more information.
582582
@@ -710,7 +710,7 @@ Options:
710710
- Merge the dataframe without lookahead bias
711711
- Forward-fill (optional)
712712
713-
For a full sample, please refer to the [complete data provider example](#complete-data-provider-sample) below.
713+
For a full sample, please refer to the [complete data provider example](#complete-dataprovider-sample) below.
714714
715715
All columns of the informative dataframe will be available on the returning dataframe in a renamed fashion:
716716

0 commit comments

Comments
 (0)