Which indicator could help me check the maximum drawdown of any desired period ?

2 Views
Melinda Hubbard
Answered 5 months, 2 weeks ago
<p>The time-weighted drawdown indicator takes into account the length of time an investment has been in drawdown. It calculates the maximum drawdown over a specific period, which provides a more accurate representation of an investment's performance. This indicator is useful for long-term investors who are interested in the overall performance of their portfolios.<br></p>
1 View
Andy Saunders
Answered 2 weeks, 6 days ago
<p id="isPasted">There is no single built-in indicator on most platforms that allows you to simply input a time frame to calculate the maximum drawdown (MDD). However, you can use specialized or custom-coded indicators available on platforms like TradingView that calculate MDD for a "rolling period" or from a "custom start date".&nbsp;</p><p><strong>Custom or specialized indicators</strong></p><p>On charting platforms like TradingView, you can find and use indicators that calculate the MDD over a specific, user-defined lookback period.</p><ol><li>Rolling Period Maximum Drawdown: This type of indicator continuously calculates the maximum drawdown over a rolling time window (e.g., 50, 100, or 200 bars). The …</li></ol>