Backtest - Max Equity Drawdown

Hello Gents,
Thats my first post in community.

I would like to request some support from your side:

Currently running several backtests to simulate behavior during drop in April.
Therefore my concern about “Max Equity Drawdown”

On the results overview : max drawdown -1.32%
However based on the data from trading view at some point when most of the DCA were already used the price went down -17,39% from avarage entry price.

Maybe I’m wrong but it would result [Negative Unrealized Profit] which could potentially lead to liquidation [depends on leverage and account remaining amount ]

Your feedback would be appreciated.
Thanks!

Welcome Kuzzza!

From what I understand, the max equity drawdown is calculated from all your available money. So if you haven’t used 100% of the available money to enter a position and haven’t used leverage, the drawdown will be less important than the 17% that you are seeing in trading view. Second point to take into consideration is that when you are DCAing, you are averaging down the whole price of your position, so this means that the drawdown can be less important.

Let me know if this answers your question. See you around!

Hello, Thanks for your reply.
I’m running on test account with 2,5K USDT on it.

The bot set to use 10,4K usdt. Therefore i assume that my account leverage around 4.

So how I can have only -1.32% max equity drawdown.

Just lets do a quick calc:
My bot used 18 DCA, which is 4976$ and price moved down in moment when the market crash in April.
So the unrealized profit was -17,39% [-865$] and then it manage to recover.

18/23 DCA
Vol-$4976.38
Equity-$10837.656

865.326$ this is 7.98% from 10837.656$ Equity
image

Am I correct with my calculations?
Thanks.

1 Like

Ok, I’m not a Gainium expert but can you share your bot URL to have to try to have a better look at your bot details?

And also I have a question that could maybe explain why you have such a little drawdown. What is your base order quantity? If your base order is 5% of your total or free funds, even with 18 DCA and a 17% crash, you could still only have a -1,32% drawdown from your total funds. (Also even if the bot is set to use 10,4K cause you have a x4 leverage, it doesn’t mean that it will use all the funds, everything depends on the settings).

You should also look into the setting details of the DCA, it is hard to give you an answer with only the information that you are giving.

Hi @Perez,

Bot ID:665239d198f03868c8259c82

Lets take another scenario: We will not use leverage to avoid confusion.

Imagine we got trapped with bad entry in HBAR/USDT straight after the pump.
The HBAR dumping down.

The backtest results a pretty close to my calcs in this situation
[My concern that looks like the backtest sometimes is not showing the real drawdown results]

Assume we enter trade on 24 April 06:00 Long

Account size: 2500$
Base Order - 18$
Safety Order - 18$
DCA - 22pcs
Step scale - 1,02
Vol Scale - 1,15

Deviation: 49.13% cover
Cost Total: 2495 USDT/deal Value total: 2495 USDT/deal

Back test period:
04/24/2024 06:00 > 05/03/2024 19:00

During this period we enter one trade:
Used 21 DCA, with total volume of $1861
Then price went down below average entry price -17,91%

At this moment we had unrealized profit which was:
[Volume] 1861$ - 17,91%[Drop] = -333 $

So at this point we will take our initial account size 2500$ - 333$[unPNL] = 2167$ left

[2167 / 2500 x 100] - 100 = 13,32%

The max drawdown = -13,32%

This calculation is more closer to reality.

If I’m wrong? Where is my mistake?

HBAR overview:

Drawdown from average entry [almost lowest price]

The equity drawdown is not the deal drawdown, you cannot measure it on the chart. The equity drawdown is the distance from the top to the next low in your equity value, which already includes all accumulated profit. So the more profit the strategy makes at the start, the lowest the drawdown will be.

1 Like