Updated DCA.properties (markdown)

taniman 2017-10-21 23:58:37 +02:00
parent 173080315b
commit d3b7dd8d90
1 changed files with 10 additions and 0 deletions

@ -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`