From a067b1f61b0c945359b313ae8fbf45b0dadb530d Mon Sep 17 00:00:00 2001 From: Masoud Azizi Date: Wed, 19 May 2021 10:41:21 +0430 Subject: [PATCH] Grammer :| :D I think still I have many mistakes on grammer --- user_data/strategies/MultiMa.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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