> For the complete documentation index, see [llms.txt](https://docs.goodcrypto.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.goodcrypto.app/goodcryptox-ja/dexsupotto/botto/dcabotto.md).

# DCAボット

<figure><img src="/files/09f0b020e45de00baf3cb6ab50665fb6237a78b5" alt="DEX DCA bot"><figcaption></figcaption></figure>

DEX DCAボットは、多様なトレーディング戦略を可能にする汎用ツールであり、これまで中央集権型取引所でしか利用できなかった戦略をも実行できます。

DCAはドルコスト平均法を意味し、ボットはポジションを取り、その後価格が不利に動いた場合に追加注文を出して取得単価を平均化します。&#x20;

ボットはポジションの変化に応じて利確（Take Profit）と損切り（Stop Loss）を自動的に調整します。

利確または損切りが発動した後、ボットは停止するか同じ設定で繰り返すことができます。

これによりボットにはいくつかのユースケースが可能になります：

1. **セーフティネット**\
   市場が不利に動いても安値で追加購入し、利確ラインがそれに合わせて調整されることを前提にポジションを持てます。すべて自動で行われます。
2. **ボラティリティスキャルパー**\
   ボラティリティの高いコインでボットを繰り返し運用し、平均化注文で50%以上の価格帯をカバーしつつマーチンゲール方式で注文サイズを倍にして数百回の利益を積み重ねます（各平均化注文を前回の2倍にする）。
3. **スケールオーダー**\
   エントリー戦略が複数レベルでの注文を伴う場合、ボットにその作業を任せてください。ボットの自動利確を使うつもりがなければ、利確を非常識なレベル（例：999%）に設定し、必要なポジションが取られたらボットを停止してください。
4. **複数の利確**\
   既存のポジションに対して複数の利確を設定したい場合は、ボットの「Spend」欄でそのポジションのコインを選択してください。ボットのエントリーおよび平均化注文があなたの利確レベルとして機能します。ボットの利確を問題のない非常識なレベルに設定しておけば、設定を邪魔しません。
5. **BTFD（ディップで買え）**\
   クソ安の押し目で買え！市場の下落を活用してETH、BTC、SOLなど主要コインを自動で積み上げます。トレンドは味方です — コインが最終的に上昇すると信じるなら、下がるほど多く買いたくなります。DCAボットはそのための最適なツールです。

こちらが当社のDCAボットのビデオ概要です：

{% embed url="<https://youtu.be/P5o1s9-YoYE>" %}
パート1：概要
{% endembed %}

また私たちは専用の [TGチャンネル](https://t.me/+EFAh0cdHrXw0OTNh) を運営しており、中央集権・分散型取引所の双方で最も成績の良いDCA設定を投稿しています。新しい取引アイデアを得たり、あなたの経験を共有するために参加してください。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.goodcrypto.app/goodcryptox-ja/dexsupotto/botto/dcabotto.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
