diff --git a/DCA.properties.md b/DCA.properties.md index 403ab94..9ee70ec 100644 --- a/DCA.properties.md +++ b/DCA.properties.md @@ -75,6 +75,16 @@ sell trigger indicates how much profit the coin should have to even think about `buy_value = -20` `buy_trigger = -2` +* Average down my coins using the ANDERSON strategy + Complete explanation on this page [ANDERSON DCA strategy]() + `buy_strategy = ANDERSON + `buy_style = DOUBLEDOWN + `buy_trigger_1 = -3.5 + `buy_trigger_2 = -4.5 + `buy_trigger_3 = -4.5 + `buy_trigger_4 = -5.5 + `buy_trigger_5 = -5.5 + * Sell my average down coins if they reach a profit of 0.6%. `sell_strategy = GAIN` `sell_value = 0.6`