Updated DCA.properties (markdown)

taniman 2017-10-22 00:00:12 +02:00
parent d3b7dd8d90
commit dd9808d3ec
1 changed files with 7 additions and 7 deletions

@ -77,13 +77,13 @@ sell trigger indicates how much profit the coin should have to even think about
* 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
`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`