diff --git a/DCA-Calculator.md b/DCA-Calculator.md index 32c07eb..5f750f8 100644 --- a/DCA-Calculator.md +++ b/DCA-Calculator.md @@ -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)