Merge pull request #7560 from smarmau/patch-2
Update freqai-spice-rack.md
This commit is contained in:
commit
ecdb466887
@ -10,7 +10,7 @@ The `spice_rack` is aimed at users who do not wish to deal with setting up `Freq
|
|||||||
"freqai_identifier": "spicey-id",
|
"freqai_identifier": "spicey-id",
|
||||||
```
|
```
|
||||||
|
|
||||||
Which tells `FreqAI` to set up a pre-set `FreqAI` instance automatically under the hood with preset parameters. Now the user can access a suite of custom `FreqAI` supercharged indicators inside their strategy:
|
Which tells `FreqAI` to set up a pre-set `FreqAI` instance automatically under the hood with preset parameters. Now the user can access a suite of custom `FreqAI` supercharged indicators inside their strategy by placing the following code into `populate_indicators`:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
dataframe['dissimilarity_index'] = self.freqai.spice_rack(
|
dataframe['dissimilarity_index'] = self.freqai.spice_rack(
|
||||||
|
Loading…
Reference in New Issue
Block a user