DCA és átlagolás a kriptokereskedésben: hogyan működik, hol segít és mikor válik veszélyessé
DCA is a stratégia of gradual entry or adding to a position in parts. In BackFuture AI, averaging should not be chaotic. It should be managed by zónák, margin limits, kockázat rules, átlagár and csoport állapot.
Averaging can help exit a drawdown faster, but with incorrect beállítások it increases deposit load. That is miért DCA should not be used without limits and rules.
Mi is DCA in simple words?
DCA means Dollar Cost Averaging. In ordinary investing, it means buying an asset in parts to get a smoother átlagár. In a kereskedés bot, DCA is often used as an hozzáadás order mikor ár moves against the first entry.
For példa, the bot bought BTC at 100,000. Price fell to 95,000. If the stratégia allows it, the bot can buy another part of the position. The átlagár becomes lower, and the piac does not need to return all the way to 100,000 for the csoport to reach nyereség.
Numerical példa
| Stage | Price | Purchase amount | Mi happens to the average |
|---|---|---|---|
| First entry | 100,000 | Base amount | Average is about 100,000 |
| Add-on 1 | 95,000 | Additional amount | Average decreases |
| Add-on 2 | 90,000 | Additional amount | Average decreases further |
| Price recovered | 97,000 | New hozzáadás? | If bought too high, the average can worsen |
The main conclusion: an hozzáadás is useful mikor it improves the position and is located in an allowed zóna. But an hozzáadás can be harmful if ár is already recovering and buying higher worsens the átlagár.
Bad averaging and correct BackFuture AI logic
| Bad logic | Correct BackFuture AI logic |
|---|---|
| Buy after every TradingView jel. | Check whether ár is in an allowed hozzáadás zóna. |
| Do not limit the number of hozzáadások. | Set the maximum number of hozzáadások per csoport in advance. |
| Do not calculate total margin. | Control hogyan much capital is already involved. |
| Buy higher after a strong drop. | Block the hozzáadás if it worsens the átlagár. |
| Mix an old problematic position with a new ügylet. | Use Recovery Mode or Separate Connection. |
Add-on zónák
An hozzáadás zóna is a predefined ár area where a rendszer is allowed to increase a position. For példa: Zone 1 mikor ár moves 3% against the entry, Zone 2 at 6%, Zone 3 at 10%, and Zone 4 only for cautious recovery or Recovery Mode.
This logic is better than “buy always,” because the felhasználó gets structure: where the entry is, where an hozzáadás is allowed, where kockázat becomes too high and where recovery logic begins.
Miért you should not worsen the átlagár
Imagine that the bot bought at 100,000 and then added at 90,000. The average became better. Then ár rose to 97,000 and a new jel arrived. If the bot buys again at 97,000, the average may move higher, and the exit point can become worse.
Important DCA beállítások
- Maximum hozzáadások — limits the number of purchases inside one csoport.
- Margin limit — limits hogyan much capital can be used by the stratégia.
- Zone distance — defines where additional orders are allowed.
- Recovery Mode — separates difficult csoportok from normal logic.
- Separate Connection — allows new trends to open separately from old drawdowns.
- Risk level — makes the stratégia conservative, moderate or aggressive.
Következtetés
DCA can be useful only mikor it is controlled. BackFuture AI should not average endlessly. It should check zónák, margin, kockázat, átlagár and csoport állapot before every hozzáadás.