> For the complete documentation index, see [llms.txt](https://lti.gitbook.io/user_guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lti.gitbook.io/user_guide/tamil/undefined-1/drawdown-maximum-drawdown.md).

# Drawdown மற்றும் Maximum drawdown கணக்கீடு

**Drawdown (DD)** என்பது ஒரு குறிப்பிட்ட காலகட்டத்தில் நஷ்டமடையும் வர்த்தகங்கள் காரணமாக ஒரு வர்த்தகக் கணக்கின் equity-யில் ஏற்படும் சரிவை அளவிடுகிறது, இது சதவீதமாக வெளிப்படுத்தப்படுகிறது.

**Maximum drawdown (Max DD)** என்பது கணக்கின் காலப்பகுதி முழுவதும் ஒரு வர்த்தகக் கணக்கின் equity-யில் மிக உயர்ந்த புள்ளியிலிருந்து மிகக் குறைந்த புள்ளி வரை ஏற்படும் மிகப்பெரிய சரிவைக் குறிக்கிறது.

**சூத்திரங்கள்**

**DD** என்பது கணக்கின் Return-ஐ அடிப்படையாகக் கொண்டு கணக்கிடப்படுகிறது; அந்த Return, அந்தக் கணக்கில் செய்யப்பட்ட இருப்பு நடவடிக்கைகளுக்கு இடையேயான காலகட்டங்களுக்கு கணக்கிடப்படுகிறது (விவரங்களுக்கு, Return கணக்கீடு பகுதியைப் பார்க்கவும்).

ஒரு வர்த்தகக் கணக்குக்கு மூன்று காலகட்டங்களில் பின்வரும் Return விகிதங்கள் கணக்கிடப்படுவதாக வைத்துக்கொள்வோம்:

<table><thead><tr><th width="159.75">காலகட்டங்கள்</th><th width="109">Return</th><th>Maximum return</th></tr></thead><tbody><tr><td><strong>காலகட்டம் 1</strong></td><td>3.6000</td><td>3.6000</td></tr><tr><td><strong>காலகட்டம் 2</strong></td><td>1.3636</td><td>3.6000</td></tr><tr><td><strong>காலகட்டம் 3</strong></td><td>1.0000</td><td>3.6000</td></tr></tbody></table>

கணக்கின் காலப்பகுதி முழுவதும் உள்ள மிக உயர்ந்த Return, இந்த எடுத்துக்காட்டில் 3.6000 ஆக உள்ளது, கணக்குக்கான Maximum return ஆக பதிவு செய்யப்படுகிறது.

ஒரு குறிப்பிட்ட காலகட்டத்திற்கான **Return, Maximum return**-க்கு சமமாக இருந்தால், அந்தக் காலகட்டத்திற்கான DD 0 (பூஜ்ஜியம்) ஆகும்; இதன் பொருள் கணக்கில் எந்த நஷ்டமும் ஏற்படவில்லை என்பதாகும்.

ஒரு குறிப்பிட்ட காலகட்டத்திற்கான **Return, Maximum return**-க்கு சமமாக இல்லாவிட்டால், **DD** பின்வருமாறு கணக்கிடப்படுகிறது:

<kbd>DD = 1 - (1 + Return) / (1 + Maximum return) \* 100</kbd>

இதில்:

Return என்பது இருப்பு நடவடிக்கைகளுக்கு இடையேயான ஒரு காலகட்டத்திற்கு கணக்கிடப்படும் கணக்கின் Return ஆகும். Maximum return என்பது கணக்கின் காலப்பகுதி முழுவதும் கணக்குக்கு பதிவு செய்யப்பட்ட மிக உயர்ந்த Return ஆகும்.

இந்த எடுத்துக்காட்டில்:

* **காலகட்டம் 1-இன் DD 0 ஆகும்.**
* **காலகட்டம் 2-இன் DD பின்வருமாறு கணக்கிடப்படுகிறது:**

<kbd>DD P2 = 1 - (1 + 1.3636) / (1 + 3.6000) = 0.4862 \* 100 = 48.62%</kbd>

* காலகட்டம் 3-இன் DD பின்வருமாறு கணக்கிடப்படுகிறது:

<kbd>DD P3 = 1 - (1 + 1.0000) / (1 + 3.6000) = 0.5652 \* 100 = 56.52%</kbd>

கணக்கின் காலப்பகுதி முழுவதும் உள்ள மிக உயர்ந்த DD, இந்த எடுத்துக்காட்டில் **56.52%** ஆக உள்ளது, கணக்குக்கான **Max DD** ஆக பதிவு செய்யப்படுகிறது.


---

# 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://lti.gitbook.io/user_guide/tamil/undefined-1/drawdown-maximum-drawdown.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.
