Skip to content

Commit

Permalink
[DCA] add video preview
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeDSM committed Nov 6, 2023
1 parent e53c102 commit 4dcb6b8
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions Trading/Mode/dca_trading_mode/resources/DCATradingMode.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,25 @@ entries and exit conditions in a simple, yet very powerful way.
create a take profit at your price target.
- You can enable stop losses protect your holdings once an entry is filled.
- It is also possible to split entries and exits into multiple orders at regular price intervals to profit even more
from the dollar cost averaging effect.

from the dollar cost averaging effect.

Over the long term, dollar cost averaging can help lower your investment costs and boost your returns by optimizing
entry and exit prices according to your goals.

**When using default configuration**, DCA Trading mode will buy 50$ (or unit of the quote currency: USDT for BTC/USDT)
each week.
_Note: When using default configuration, DCA Trading mode will buy 50$ (or unit of the quote currency: USDT for BTC/USDT)
each week._

<div class="text-center">
<div>

<iframe width="560" height="315" src="https://www.youtube.com/embed/519pwSV1uwE?si=MT9e1Gqp9WWw45Z"
title="Build your own Smart DCA strategy" frameborder="0" allow="accelerometer; autoplay;
clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>


</div>
Build your own Smart DCA strategy
</div>


_This trading mode supports PNL history when take profit exit orders are enabled._

0 comments on commit 4dcb6b8

Please sign in to comment.