From 1958521a04a1644e4b56c08ceda712d369c0e99a Mon Sep 17 00:00:00 2001 From: taniman Date: Wed, 1 Nov 2017 12:29:04 +0100 Subject: [PATCH] Updated ANDERSON DCA strategy (markdown) --- ANDERSON-DCA-strategy.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ANDERSON-DCA-strategy.md b/ANDERSON-DCA-strategy.md index a778f2a..47bf898 100644 --- a/ANDERSON-DCA-strategy.md +++ b/ANDERSON-DCA-strategy.md @@ -29,7 +29,7 @@ We will use the following as an example for DCA.properties configuration ### We will use BTC-QTUM for this example Let's say our bot purchased 0.36458333 units of QTUM at a price of 0.00192000 and the price starts to fall Once the price falls below -3.5% (0.00185280) it will hit our first trigger as defined above and we will double our units -Since we have 0.36458333 units of QTUM, the boy proceed and buy another 0.36458333 units at the current price +Since we have 0.36458333 units of QTUM, the bot proceeds and buy another 0.36458333 units at the current price Let's say the price is currently 0.00185280. After this purchase goes thru, we will have 0.72916666 units of QTUM Average Buy price 0.00188640 @@ -78,10 +78,10 @@ If you have to DCA 5 times, you will have spent total around 0.022 BTC ### A simple and safe math you can do is -1 DCA = initial trade x 2 = Total BTC to be used -2 DCA = initial trade x 4 = Total BTC to be used -3 DCA = initial trade x 8 = Total BTC to be used -4 DCA = initial trade x 16 = Total BTC to be used -5 DCA = initial trade x 32 = Total BTC to be used -6 DCA = initial trade x 64 = Total BTC to be used -7 DCA = initial trade x 128 = Total BTC to be used \ No newline at end of file +1 DCA = initial trade = Total BTC to be used +2 DCA = initial trade x 2 = Total BTC to be used +3 DCA = initial trade x 4 = Total BTC to be used +4 DCA = initial trade x 8 = Total BTC to be used +5 DCA = initial trade x 16 = Total BTC to be used +6 DCA = initial trade x 32 = Total BTC to be used +7 DCA = initial trade x 64 = Total BTC to be used \ No newline at end of file