Updated ANDERSON DCA strategy (markdown)
parent
4470f4a810
commit
1958521a04
|
@ -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
|
||||
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
|
Loading…
Reference in New Issue