Update some areas to use default docstring formatting

This commit is contained in:
Matthias
2022-07-24 16:51:48 +02:00
parent 61c41fd919
commit 70b7a254af
5 changed files with 59 additions and 71 deletions

View File

@@ -74,12 +74,11 @@ class FreqaiExampleStrategy(IStrategy):
(see convention below). I.e. user should not prepend any supporting metrics
(e.g. bb_lowerband below) with % unless they explicitly want to pass that metric to the
model.
:params:
:pair: pair to be used as informative
:df: strategy dataframe which will receive merges from informatives
:tf: timeframe of the dataframe which will modify the feature names
:informative: the dataframe associated with the informative pair
:coin: the name of the coin which will modify the feature names.
:param pair: pair to be used as informative
:param df: strategy dataframe which will receive merges from informatives
:param tf: timeframe of the dataframe which will modify the feature names
:param informative: the dataframe associated with the informative pair
:param coin: the name of the coin which will modify the feature names.
"""
with self.freqai.lock: