diff --git a/user_data/strategies/MultiMa.py b/user_data/strategies/MultiMa.py index 6a9bf02..fe36f03 100644 --- a/user_data/strategies/MultiMa.py +++ b/user_data/strategies/MultiMa.py @@ -43,7 +43,7 @@ class MultiMa(IStrategy): def populate_indicators(self, dataframe: DataFrame, metadata: dict) -> DataFrame: - # We shoud dinamicly generate indicators + # We will dinamicly generate the indicators # cuz this method just run one time in hyperopts # if you have static timeframes you can move first loop of buy and sell trends populators inside this method