Updated DCA Calculator (markdown)
parent
62dc65f56d
commit
851f909be1
|
@ -1,11 +1,11 @@
|
|||
The DCA calculator helps you to find good settings for the Profit Trailer DCA strategy. The key is to find a balance between 4 values:
|
||||
|
||||
* Trading pair count (ALL_max_trading_pairs in PAIRS.PROPERTIES)
|
||||
* The price for the first buy (ALL_max_cost in PAIRS.PROPERTIES)
|
||||
* Trading pair count (DEFAULT_max_trading_pairs in PAIRS.PROPERTIES)
|
||||
* The price for the first buy (DEFAULT_max_cost in PAIRS.PROPERTIES)
|
||||
* DCA levels (max_buy_times in DCA.PROPERTIES)
|
||||
* Your BTC balance
|
||||
|
||||
If you set the wrong values you probably run into problems. For examle, if your ALL_max_cost (the amount Profit Trailer uses for the first buy of a pair) is too high you may spend your complete BTC when entering higher DCA levels in a bearish market. You will end up with some bags with high percentages.
|
||||
If you set the wrong values you probably run into problems. For examle, if your DEFAULT_max_cost (the amount Profit Trailer uses for the first buy of a pair) is too high you may spend your complete BTC when entering higher DCA levels in a bearish market. You will end up with some bags with high percentages.
|
||||
|
||||
## How does the DCA calculator work? (Simple example)
|
||||
|
||||
|
|
Loading…
Reference in New Issue