{"id":58928,"date":"2026-04-17T12:41:38","date_gmt":"2026-04-17T17:41:38","guid":{"rendered":"https:\/\/24five.com\/dropdown\/"},"modified":"2026-04-17T12:54:54","modified_gmt":"2026-04-17T17:54:54","slug":"dropdown","status":"publish","type":"post","link":"https:\/\/24five.com\/en\/dropdown\/","title":{"rendered":"Dropdown"},"content":{"rendered":"\n\r\n\r\n\r\n    <meta charset=\"UTF-8\"\/>\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, viewport-fit=cover\"\/>\r\n    <title>What is Drawdown in Trading | 24five &#8211; Complete Guide<\/title>\r\n    <style>\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        body {\r\n            background: linear-gradient(135deg, #f5f7fc 0%, #eef2f8 100%);\r\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\r\n            line-height: 1.5;\r\n            color: #1a2634;\r\n            padding: 2rem 1rem;\r\n        }\r\n\r\n        \/* Container estilo 24five *\/\r\n        .article-container {\r\n            max-width: 880px;\r\n            margin: 0 auto;\r\n            background: #ffffff;\r\n            border-radius: 2rem;\r\n            box-shadow: 0 25px 45px -12px rgba(0, 0, 0, 0.15);\r\n            overflow: hidden;\r\n            border: 1px solid rgba(41, 198, 242, 0.2);\r\n        }\r\n\r\n        \/* Hero *\/\r\n        .article-hero {\r\n            background: linear-gradient(135deg, #0f1724 0%, #1a2a3a 100%);\r\n            padding: 2.5rem 2rem;\r\n            text-align: center;\r\n            border-bottom: 4px solid #29C6F2;\r\n        }\r\n\r\n        .article-hero h1 {\r\n            font-size: 1.9rem;\r\n            font-weight: 700;\r\n            color: white;\r\n            letter-spacing: -0.02em;\r\n            margin-bottom: 0.75rem;\r\n            line-height: 1.3;\r\n        }\r\n\r\n        .article-hero p {\r\n            font-size: 1rem;\r\n            color: #cbd5e1;\r\n            max-width: 90%;\r\n            margin: 0 auto;\r\n        }\r\n\r\n        .article-badge {\r\n            display: inline-block;\r\n            background: rgba(41, 198, 242, 0.15);\r\n            color: #29C6F2;\r\n            font-size: 0.7rem;\r\n            font-weight: 600;\r\n            padding: 0.3rem 1rem;\r\n            border-radius: 40px;\r\n            margin-bottom: 1rem;\r\n            letter-spacing: 0.5px;\r\n            border: 1px solid rgba(41, 198, 242, 0.4);\r\n        }\r\n\r\n        \/* Content *\/\r\n        .article-content {\r\n            padding: 2rem 2rem 2.5rem;\r\n        }\r\n\r\n        .article-content h2 {\r\n            font-size: 1.7rem;\r\n            font-weight: 600;\r\n            color: #0f1724;\r\n            margin-top: 2rem;\r\n            margin-bottom: 1rem;\r\n            padding-bottom: 0.5rem;\r\n            border-bottom: 3px solid rgba(41, 198, 242, 0.3);\r\n            letter-spacing: -0.3px;\r\n        }\r\n\r\n        .article-content h2:first-of-type {\r\n            margin-top: 0;\r\n        }\r\n\r\n        .article-content h3 {\r\n            font-size: 1.3rem;\r\n            font-weight: 600;\r\n            color: #1e2b3a;\r\n            margin-top: 1.5rem;\r\n            margin-bottom: 0.75rem;\r\n        }\r\n\r\n        .article-content p {\r\n            font-size: 1rem;\r\n            color: #2d3a4a;\r\n            margin-bottom: 1.2rem;\r\n            line-height: 1.6;\r\n        }\r\n\r\n        .article-content strong {\r\n            color: #0f1724;\r\n            font-weight: 600;\r\n        }\r\n\r\n        .highlight-box {\r\n            background: #f0f7fe;\r\n            border-left: 5px solid #29C6F2;\r\n            padding: 1.2rem 1.5rem;\r\n            border-radius: 1rem;\r\n            margin: 1.5rem 0;\r\n            font-weight: 500;\r\n            color: #1a2634;\r\n            box-shadow: 0 2px 8px rgba(0,0,0,0.02);\r\n        }\r\n\r\n        .highlight-box p {\r\n            margin-bottom: 0;\r\n        }\r\n\r\n        .table-wrapper {\r\n            overflow-x: auto;\r\n            margin: 1.8rem 0;\r\n            border-radius: 1rem;\r\n            border: 1px solid #e2edf2;\r\n        }\r\n\r\n        .styled-table {\r\n            width: 100%;\r\n            border-collapse: collapse;\r\n            font-size: 0.9rem;\r\n            background: white;\r\n        }\r\n\r\n        .styled-table th {\r\n            background: #1a2a3a;\r\n            color: white;\r\n            padding: 0.9rem 1rem;\r\n            text-align: left;\r\n            font-weight: 600;\r\n        }\r\n\r\n        .styled-table td {\r\n            padding: 0.8rem 1rem;\r\n            border-bottom: 1px solid #e9edf2;\r\n            color: #2d3a4a;\r\n        }\r\n\r\n        .styled-table tr:last-child td {\r\n            border-bottom: none;\r\n        }\r\n\r\n        .styled-table tr:hover td {\r\n            background: #f8fafc;\r\n        }\r\n\r\n        .risk-grid {\r\n            display: flex;\r\n            flex-wrap: wrap;\r\n            gap: 1.2rem;\r\n            margin: 1.5rem 0;\r\n        }\r\n\r\n        .risk-card {\r\n            flex: 1;\r\n            min-width: 160px;\r\n            background: #fafcff;\r\n            border-radius: 1.2rem;\r\n            padding: 1.2rem;\r\n            border: 1px solid #e2edf2;\r\n            transition: all 0.2s;\r\n        }\r\n\r\n        .risk-card:hover {\r\n            border-color: #29C6F2;\r\n            transform: translateY(-3px);\r\n        }\r\n\r\n        .risk-card h4 {\r\n            font-size: 1.2rem;\r\n            font-weight: 700;\r\n            margin-bottom: 0.5rem;\r\n        }\r\n\r\n        .risk-card .risk-percent {\r\n            font-size: 1.6rem;\r\n            font-weight: 800;\r\n            color: #29C6F2;\r\n            margin: 0.5rem 0;\r\n        }\r\n\r\n        .risk-card p {\r\n            font-size: 0.8rem;\r\n            color: #5e6f82;\r\n            margin-bottom: 0;\r\n        }\r\n\r\n        .article-image {\r\n            margin: 2rem 0;\r\n            text-align: center;\r\n        }\r\n\r\n        .article-image img {\r\n            max-width: 100%;\r\n            height: auto;\r\n            border-radius: 1.2rem;\r\n            box-shadow: 0 12px 24px -12px rgba(0, 0, 0, 0.15);\r\n            border: 1px solid #eef2f8;\r\n        }\r\n\r\n        .image-caption {\r\n            font-size: 0.75rem;\r\n            color: #6c7a8a;\r\n            margin-top: 0.5rem;\r\n            text-align: center;\r\n        }\r\n\r\n        .check-list {\r\n            list-style: none;\r\n            padding-left: 0;\r\n        }\r\n\r\n        .check-list li {\r\n            padding-left: 1.5rem;\r\n            position: relative;\r\n            margin-bottom: 0.6rem;\r\n        }\r\n\r\n        .check-list li::before {\r\n            content: \"\u2713\";\r\n            color: #29C6F2;\r\n            font-weight: bold;\r\n            position: absolute;\r\n            left: 0;\r\n        }\r\n\r\n        .error-list {\r\n            list-style: none;\r\n            padding-left: 0;\r\n        }\r\n\r\n        .error-list li {\r\n            padding-left: 1.5rem;\r\n            position: relative;\r\n            margin-bottom: 0.6rem;\r\n        }\r\n\r\n        .error-list li::before {\r\n            content: \"\u2715\";\r\n            color: #e65c4f;\r\n            font-weight: bold;\r\n            position: absolute;\r\n            left: 0;\r\n        }\r\n\r\n        .separator {\r\n            height: 2px;\r\n            background: linear-gradient(90deg, #29C6F2, transparent);\r\n            margin: 2rem 0 1rem;\r\n        }\r\n\r\n        .cta-demo {\r\n            background: #0f1724;\r\n            border-radius: 1.2rem;\r\n            padding: 1.8rem;\r\n            text-align: center;\r\n            margin-top: 2rem;\r\n        }\r\n\r\n        .cta-demo p {\r\n            color: #e2e8f0;\r\n            margin-bottom: 0.5rem;\r\n        }\r\n\r\n        .cta-demo a {\r\n            display: inline-block;\r\n            background: #29C6F2;\r\n            color: #0f1724;\r\n            font-weight: 700;\r\n            padding: 0.7rem 1.8rem;\r\n            border-radius: 60px;\r\n            text-decoration: none;\r\n            margin-top: 0.5rem;\r\n            transition: 0.2s;\r\n        }\r\n\r\n        .cta-demo a:hover {\r\n            background: #1da1c7;\r\n            transform: scale(1.02);\r\n        }\r\n\r\n        @media (max-width: 680px) {\r\n            .article-content {\r\n                padding: 1.5rem;\r\n            }\r\n            .article-hero h1 {\r\n                font-size: 1.5rem;\r\n            }\r\n            .risk-grid {\r\n                flex-direction: column;\r\n            }\r\n            .styled-table th, .styled-table td {\r\n                padding: 0.6rem;\r\n                font-size: 0.8rem;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n\r\n\r\n<div class=\"article-container\">\r\n    <div class=\"article-hero\">\r\n        <div class=\"article-badge\">\ud83d\udcc9 EDUCATION \u00b7 RISK MANAGEMENT<\/div>\r\n        <h1>What is Drawdown in Trading and How to Calculate It Step by Step<\/h1>\r\n        <p>The most honest risk indicator: it doesn&#8217;t tell you how much you can gain, but how much you should be prepared to lose.<\/p>\r\n    <\/div>\r\n\r\n    <div class=\"article-content\">\r\n        <!-- Image 1 (foto-1.webp) -->\r\n        <div class=\"article-image\">\r\n            <img decoding=\"async\" src=\"https:\/\/24five.com\/wp-content\/uploads\/2026\/04\/foto-1.webp\" alt=\"Drawdown chart in trading\"\/>\r\n            <div class=\"image-caption\">\ud83d\udcca Visual example of drawdown in a trading account<\/div>\r\n        <\/div>\r\n\r\n        <p>Drawdown in trading measures how much your capital falls from its highest point to its lowest point before recovering. It is perhaps the most honest risk indicator out there: it doesn&#8217;t tell you how much you can gain, but how much you should be prepared to lose. In this guide, you will learn what drawdown is, the different types, how to calculate it step by step with real examples, and what levers you can activate to reduce it in your strategy.<\/p>\r\n\r\n        <div class=\"highlight-box\">\r\n            <p>\ud83d\udccc Before evaluating the profit potential of any system, first understand its drawdown. That order \u2014 risk before returns \u2014 is what separates those who trade with discipline from those who trade with illusions.<\/p>\r\n        <\/div>\r\n\r\n        <h2>What is Drawdown in Trading: Simple Definition<\/h2>\r\n        <p>Imagine you are hiking on a mountain with ups and downs. Every time you reach a peak and then descend into a valley, that descent is your drawdown. The important thing is not whether you eventually go back up, but how deep that valley was and how long it took you to get out of it.<\/p>\r\n        <p>In trading, drawdown is exactly that: the percentage (or absolute value) drop that an account suffers from its all-time high to the lowest point recorded before recovering that level. It does not represent a permanent loss, but a temporary contraction of capital.<\/p>\r\n        <p><strong>Drawdown is a risk indicator, not a permanent loss.<\/strong> A strategy with controlled drawdown can be more valuable than one with high returns but devastating drops.<\/p>\r\n\r\n        <!-- Image 2 (foto-2.webp) -->\r\n        <div class=\"article-image\">\r\n            <img decoding=\"async\" src=\"https:\/\/24five.com\/wp-content\/uploads\/2026\/04\/foto-2.webp\" alt=\"Types of drawdown in trading\"\/>\r\n            <div class=\"image-caption\">\ud83d\udcc9 Different ways to measure drawdown depending on the analysis<\/div>\r\n        <\/div>\r\n\r\n        <h2>Types of Drawdown You Should Know<\/h2>\r\n        <p>There is not just one type of drawdown, but several ways to measure it depending on what you want to analyze. Knowing the four main types helps you correctly interpret the risk of your strategy.<\/p>\r\n\r\n        <h3>Absolute Drawdown<\/h3>\r\n        <p>Absolute drawdown compares the current account value with the initial capital deposited. If you deposited $10,000 and at some point your account fell to $8,500, your absolute drawdown is $1,500.<\/p>\r\n\r\n        <h3>Maximum Drawdown (Max DD)<\/h3>\r\n        <p>This represents the largest drop from a peak to a valley throughout the account&#8217;s history. If your account reached $15,000 and then fell to $9,000, your Max DD was 40%.<\/p>\r\n\r\n        <h3>Relative Drawdown &#038; Current vs Historical<\/h3>\r\n        <p>Relative drawdown expresses the drop as a percentage relative to the previous peak. Current drawdown measures the drop from the last peak to today; historical drawdown records all past drawdowns to analyze consistency.<\/p>\r\n\r\n        <h2>How to Calculate Drawdown Step by Step<\/h2>\r\n        <p><strong>Relative Drawdown Formula:<\/strong> Drawdown (%) = ((Peak \u2212 Valley) \/ Peak) \u00d7 100<\/p>\r\n        <p><strong>Practical example:<\/strong> Your account rises to $12,500 and then drops to $9,750. (12,500 \u2212 9,750) \/ 12,500 \u00d7 100 = 22% drawdown.<\/p>\r\n\r\n        <div class=\"table-wrapper\">\r\n            <table class=\"styled-table\">\r\n                <thead>\r\n                    <tr><th>Day<\/th><th>Balance (USD)<\/th><th>Peak recorded<\/th><th>Current Drawdown<\/th><\/tr>\r\n                <\/thead>\r\n                <tbody>\r\n                    <tr><td>1<\/td><td>10,000<\/td><td>10,000<\/td><td>0.00%<\/td><\/tr>\r\n                    <tr><td>2<\/td><td>10,800<\/td><td>10,800<\/td><td>0.00%<\/td><\/tr>\r\n                    <tr><td>3<\/td><td>10,200<\/td><td>10,800<\/td><td>5.56%<\/td><\/tr>\r\n                    <tr><td>4<\/td><td>11,500<\/td><td>11,500<\/td><td>0.00%<\/td><\/tr>\r\n                    <tr><td>5<\/td><td>10,350<\/td><td>11,500<\/td><td>10.00%<\/td><\/tr>\r\n                    <tr><td>6<\/td><td>9,200<\/td><td>11,500<\/td><td><strong>20.00% (Max DD)<\/strong><\/td><\/tr>\r\n                    <tr><td>7<\/td><td>9,800<\/td><td>11,500<\/td><td>14.78%<\/td><\/tr>\r\n                    <tr><td>8<\/td><td>11,600<\/td><td>11,600<\/td><td>0.00%<\/td><\/tr>\r\n                <\/tbody>\r\n            <\/table>\r\n        <\/div>\r\n\r\n        <h2>What is an Acceptable Drawdown Based on Your Risk Profile<\/h2>\r\n        <div class=\"risk-grid\">\r\n            <div class=\"risk-card\"><h4>Conservative<\/h4><div class=\"risk-percent\"><10%<\/div><p>Low frequency, high win rate, tight stops.<\/p><\/div>\r\n            <div class=\"risk-card\"><h4>Moderate<\/h4><div class=\"risk-percent\">10% \u2013 20%<\/div><p>Standard discretionary trading, accepts losing streaks.<\/p><\/div>\r\n            <div class=\"risk-card\"><h4>Aggressive<\/h4><div class=\"risk-percent\">>20%<\/div><p>High frequency, leverage, requires emotional tolerance.<\/p><\/div>\r\n        <\/div>\r\n\r\n        <!-- Image 3 (foto-3.webp) -->\r\n        <div class=\"article-image\">\r\n            <img decoding=\"async\" src=\"https:\/\/24five.com\/wp-content\/uploads\/2026\/04\/foto-3.webp\" alt=\"Risk management and emotions in trading\"\/>\r\n            <div class=\"image-caption\">\ud83e\udde0 Emotional control and drawdown: keys for professional traders<\/div>\r\n        <\/div>\r\n\r\n        <h2>Difference Between Drawdown and Loss<\/h2>\r\n        <div class=\"table-wrapper\">\r\n            <table class=\"styled-table\">\r\n                <thead>\r\n                    <tr><th>Concept<\/th><th>What it measures<\/th><th>Is it permanent?<\/th><th>What it indicates<\/th><\/tr>\r\n                <\/thead>\r\n                <tbody>\r\n                    <tr><td>Loss<\/td><td>Negative result of a closed trade<\/td><td>Yes<\/td><td>Direct impact on available capital<\/td><\/tr>\r\n                    <tr><td>Drawdown<\/td><td>Drop from the recent peak<\/td><td>No (as long as the strategy is viable)<\/td><td>System risk and strategy resilience<\/td><\/tr>\r\n                <\/tbody>\r\n            <\/table>\r\n        <\/div>\r\n\r\n        <h2>How to Reduce Drawdown in Your Trading Strategy<\/h2>\r\n        <ul class=\"check-list\">\r\n            <li><strong>Position sizing:<\/strong> Never risk more than 1-2% of capital per trade.<\/li>\r\n            <li><strong>Proper use of stop loss:<\/strong> Place it where the trade thesis becomes invalid.<\/li>\r\n            <li><strong>Diversification across assets:<\/strong> Low-correlation assets cushion declines.<\/li>\r\n            <li><strong>Regular system review:<\/strong> If you exceed historical drawdown, stop and analyze.<\/li>\r\n        <\/ul>\r\n\r\n        <h2>Common Mistakes When Interpreting Drawdown<\/h2>\r\n        <ul class=\"error-list\">\r\n            <li>Confusing drawdown with failure \u2014 it&#8217;s part of the process.<\/li>\r\n            <li>Not considering recovery time: 20% in two weeks is not the same as in two years.<\/li>\r\n            <li>Looking only at percentage and not absolute amount.<\/li>\r\n            <li>Assuming historical drawdown is the maximum possible \u2014 the future could be worse.<\/li>\r\n        <\/ul>\r\n\r\n        <h2>Frequently Asked Questions About Drawdown in Trading<\/h2>\r\n        <p><strong>What drawdown is normal?<\/strong> Below 10% (low), 10-20% (common), >30% (concerning for retail traders).<\/p>\r\n        <p><strong>Does drawdown affect available leverage?<\/strong> Yes, it reduces margin and can trigger margin calls.<\/p>\r\n        <p><strong>How long does it take to recover from a 20% drawdown?<\/strong> Depends on monthly return: at 5% per month, between 4 and 6 months.<\/p>\r\n\r\n        <div class=\"separator\"><\/div>\r\n\r\n        <div class=\"cta-demo\">\r\n            <p>\ud83d\udcca Apply what you&#8217;ve learned without risking real capital<\/p>\r\n            <p>At <strong>24five<\/strong> you can open a demo account, test your strategy, and measure your own maximum drawdown.<\/p>\r\n            <a href=\"https:\/\/24five.com\/en\/\" target=\"_blank\">\ud83d\udc49 Explore demo account<\/a>\r\n        <\/div>\r\n    <\/div>\r\n<\/div>\r\n\r\n\r\n\n","protected":false},"excerpt":{"rendered":"<p>What is Drawdown in Trading | 24five &#8211; Complete Guide \ud83d\udcc9 EDUCATION \u00b7 RISK MANAGEMENT What is Drawdown in Trading and How to Calculate It Step by Step The most honest risk indicator: it doesn&#8217;t tell you how much you can gain, but how much you should be prepared to lose. \ud83d\udcca Visual example of [&hellip;]<\/p>\n","protected":false},"author":10,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[60,63],"tags":[],"class_list":["post-58928","post","type-post","status-publish","format-standard","hentry","category-technical-analysis","category-trading-concepts"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Dropdown - 24 Five<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/24five.com\/en\/dropdown\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Dropdown - 24 Five\" \/>\n<meta property=\"og:description\" content=\"What is Drawdown in Trading | 24five &#8211; Complete Guide \ud83d\udcc9 EDUCATION \u00b7 RISK MANAGEMENT What is Drawdown in Trading and How to Calculate It Step by Step The most honest risk indicator: it doesn&#8217;t tell you how much you can gain, but how much you should be prepared to lose. \ud83d\udcca Visual example of [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/24five.com\/en\/dropdown\/\" \/>\n<meta property=\"og:site_name\" content=\"24 Five\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/24fiveespanol\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-17T17:41:38+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-17T17:54:54+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/24five.com\/wp-content\/uploads\/2026\/04\/foto-1.webp\" \/>\n<meta name=\"author\" content=\"24Five\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"24Five\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/24five.com\/en\/dropdown\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/24five.com\/en\/dropdown\/\"},\"author\":{\"name\":\"24Five\",\"@id\":\"https:\/\/24five.com\/#\/schema\/person\/170295f7966ded4785cd6bdef311f2cc\"},\"headline\":\"Dropdown\",\"datePublished\":\"2026-04-17T17:41:38+00:00\",\"dateModified\":\"2026-04-17T17:54:54+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/24five.com\/en\/dropdown\/\"},\"wordCount\":739,\"publisher\":{\"@id\":\"https:\/\/24five.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/24five.com\/en\/dropdown\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/24five.com\/wp-content\/uploads\/2026\/04\/foto-1.webp\",\"articleSection\":[\"Technical Analysis\",\"Trading Concepts\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/24five.com\/en\/dropdown\/\",\"url\":\"https:\/\/24five.com\/en\/dropdown\/\",\"name\":\"Dropdown - 24 Five\",\"isPartOf\":{\"@id\":\"https:\/\/24five.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/24five.com\/en\/dropdown\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/24five.com\/en\/dropdown\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/24five.com\/wp-content\/uploads\/2026\/04\/foto-1.webp\",\"datePublished\":\"2026-04-17T17:41:38+00:00\",\"dateModified\":\"2026-04-17T17:54:54+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/24five.com\/en\/dropdown\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/24five.com\/en\/dropdown\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/24five.com\/en\/dropdown\/#primaryimage\",\"url\":\"https:\/\/24five.com\/wp-content\/uploads\/2026\/04\/foto-1.webp\",\"contentUrl\":\"https:\/\/24five.com\/wp-content\/uploads\/2026\/04\/foto-1.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/24five.com\/en\/dropdown\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/24five.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Dropdown\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/24five.com\/#website\",\"url\":\"https:\/\/24five.com\/\",\"name\":\"24 Five\",\"description\":\"Trading seguro y confiable\",\"publisher\":{\"@id\":\"https:\/\/24five.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/24five.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/24five.com\/#organization\",\"name\":\"24 Five\",\"url\":\"https:\/\/24five.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/24five.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/24five.com\/wp-content\/uploads\/2023\/07\/main-logo-24five.png\",\"contentUrl\":\"https:\/\/24five.com\/wp-content\/uploads\/2023\/07\/main-logo-24five.png\",\"width\":834,\"height\":240,\"caption\":\"24 Five\"},\"image\":{\"@id\":\"https:\/\/24five.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/24fiveespanol\",\"https:\/\/www.linkedin.com\/company\/24-five\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/24five.com\/#\/schema\/person\/170295f7966ded4785cd6bdef311f2cc\",\"name\":\"24Five\",\"sameAs\":[\"https:\/\/24five.com\/\"],\"url\":\"https:\/\/24five.com\/en\/author\/24fiveadm\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Dropdown - 24 Five","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/24five.com\/en\/dropdown\/","og_locale":"en_US","og_type":"article","og_title":"Dropdown - 24 Five","og_description":"What is Drawdown in Trading | 24five &#8211; Complete Guide \ud83d\udcc9 EDUCATION \u00b7 RISK MANAGEMENT What is Drawdown in Trading and How to Calculate It Step by Step The most honest risk indicator: it doesn&#8217;t tell you how much you can gain, but how much you should be prepared to lose. \ud83d\udcca Visual example of [&hellip;]","og_url":"https:\/\/24five.com\/en\/dropdown\/","og_site_name":"24 Five","article_publisher":"https:\/\/www.facebook.com\/24fiveespanol","article_published_time":"2026-04-17T17:41:38+00:00","article_modified_time":"2026-04-17T17:54:54+00:00","og_image":[{"url":"https:\/\/24five.com\/wp-content\/uploads\/2026\/04\/foto-1.webp","type":"","width":"","height":""}],"author":"24Five","twitter_card":"summary_large_image","twitter_misc":{"Written by":"24Five","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/24five.com\/en\/dropdown\/#article","isPartOf":{"@id":"https:\/\/24five.com\/en\/dropdown\/"},"author":{"name":"24Five","@id":"https:\/\/24five.com\/#\/schema\/person\/170295f7966ded4785cd6bdef311f2cc"},"headline":"Dropdown","datePublished":"2026-04-17T17:41:38+00:00","dateModified":"2026-04-17T17:54:54+00:00","mainEntityOfPage":{"@id":"https:\/\/24five.com\/en\/dropdown\/"},"wordCount":739,"publisher":{"@id":"https:\/\/24five.com\/#organization"},"image":{"@id":"https:\/\/24five.com\/en\/dropdown\/#primaryimage"},"thumbnailUrl":"https:\/\/24five.com\/wp-content\/uploads\/2026\/04\/foto-1.webp","articleSection":["Technical Analysis","Trading Concepts"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/24five.com\/en\/dropdown\/","url":"https:\/\/24five.com\/en\/dropdown\/","name":"Dropdown - 24 Five","isPartOf":{"@id":"https:\/\/24five.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/24five.com\/en\/dropdown\/#primaryimage"},"image":{"@id":"https:\/\/24five.com\/en\/dropdown\/#primaryimage"},"thumbnailUrl":"https:\/\/24five.com\/wp-content\/uploads\/2026\/04\/foto-1.webp","datePublished":"2026-04-17T17:41:38+00:00","dateModified":"2026-04-17T17:54:54+00:00","breadcrumb":{"@id":"https:\/\/24five.com\/en\/dropdown\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/24five.com\/en\/dropdown\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/24five.com\/en\/dropdown\/#primaryimage","url":"https:\/\/24five.com\/wp-content\/uploads\/2026\/04\/foto-1.webp","contentUrl":"https:\/\/24five.com\/wp-content\/uploads\/2026\/04\/foto-1.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/24five.com\/en\/dropdown\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/24five.com\/"},{"@type":"ListItem","position":2,"name":"Dropdown"}]},{"@type":"WebSite","@id":"https:\/\/24five.com\/#website","url":"https:\/\/24five.com\/","name":"24 Five","description":"Trading seguro y confiable","publisher":{"@id":"https:\/\/24five.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/24five.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/24five.com\/#organization","name":"24 Five","url":"https:\/\/24five.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/24five.com\/#\/schema\/logo\/image\/","url":"https:\/\/24five.com\/wp-content\/uploads\/2023\/07\/main-logo-24five.png","contentUrl":"https:\/\/24five.com\/wp-content\/uploads\/2023\/07\/main-logo-24five.png","width":834,"height":240,"caption":"24 Five"},"image":{"@id":"https:\/\/24five.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/24fiveespanol","https:\/\/www.linkedin.com\/company\/24-five\/"]},{"@type":"Person","@id":"https:\/\/24five.com\/#\/schema\/person\/170295f7966ded4785cd6bdef311f2cc","name":"24Five","sameAs":["https:\/\/24five.com\/"],"url":"https:\/\/24five.com\/en\/author\/24fiveadm\/"}]}},"_links":{"self":[{"href":"https:\/\/24five.com\/en\/wp-json\/wp\/v2\/posts\/58928","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/24five.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/24five.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/24five.com\/en\/wp-json\/wp\/v2\/users\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/24five.com\/en\/wp-json\/wp\/v2\/comments?post=58928"}],"version-history":[{"count":5,"href":"https:\/\/24five.com\/en\/wp-json\/wp\/v2\/posts\/58928\/revisions"}],"predecessor-version":[{"id":58934,"href":"https:\/\/24five.com\/en\/wp-json\/wp\/v2\/posts\/58928\/revisions\/58934"}],"wp:attachment":[{"href":"https:\/\/24five.com\/en\/wp-json\/wp\/v2\/media?parent=58928"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/24five.com\/en\/wp-json\/wp\/v2\/categories?post=58928"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/24five.com\/en\/wp-json\/wp\/v2\/tags?post=58928"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}