{"id":5761,"date":"2026-04-20T12:01:04","date_gmt":"2026-04-20T10:01:04","guid":{"rendered":"https:\/\/propaccount.com\/?page_id=5761"},"modified":"2026-06-12T14:39:05","modified_gmt":"2026-06-12T12:39:05","slug":"glossary","status":"publish","type":"page","link":"https:\/\/propaccount.com\/de\/resources\/glossary\/","title":{"rendered":"Glossar"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5761\" class=\"elementor elementor-5761\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e72ec8b e-flex e-con-boxed e-con e-parent\" data-id=\"e72ec8b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-65bcc150 purple-gradient-border no-click elementor-align-justify elementor-widget elementor-widget-button\" data-id=\"65bcc150\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Glossary<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5b1133da elementor-widget elementor-widget-heading\" data-id=\"5b1133da\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Prop Trading Glossary\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-53b8b278 elementor-widget elementor-widget-text-editor\" data-id=\"53b8b278\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Essential terms and definitions every prop firm founder and trader should know. Each entry includes in-depth explanations, practical context, and links to related resources.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18b5227 e-con-full e-flex e-con e-child\" data-id=\"18b5227\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7979a8b elementor-widget elementor-widget-html\" data-id=\"7979a8b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<input type=\"text\" id=\"glossary-search\" placeholder=\"Search glossary...\" \/>\r\n<p class=\"glossary-count\"><\/p>\r\n<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function() {\r\n\r\n    const searchInput = document.getElementById(\"glossary-search\");\r\n    const posts = document.querySelectorAll(\".glossary-posts-grid .glossary\");\r\n    const countEl = document.querySelector(\".glossary-count\");\r\n\r\n    function updateCount(visible) {\r\n        countEl.textContent = visible + \" results found\";\r\n    }\r\n\r\n    updateCount(posts.length);\r\n\r\n    searchInput.addEventListener(\"keyup\", function() {\r\n        const value = this.value.toLowerCase();\r\n        let visible = 0;\r\n\r\n        posts.forEach(post => {\r\n            const title = post.querySelector(\".elementor-heading-title\").innerText.toLowerCase();\r\n\r\n            if (title.includes(value)) {\r\n                post.style.display = \"\";\r\n                visible++;\r\n            } else {\r\n                post.style.display = \"none\";\r\n            }\r\n        });\r\n\r\n        updateCount(visible);\r\n    });\r\n\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-92a3906 elementor-widget elementor-widget-html\" data-id=\"92a3906\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function() {\r\n\r\n    const letters = document.querySelectorAll(\".mm-letter\");\r\n    const posts = document.querySelectorAll(\".glossary-posts-grid .type-glossary\");\r\n\r\n    if (!letters.length || !posts.length) return;\r\n\r\n    \/\/ \ud83d\udd39 1. DETEKTUJ KOJA SLOVA IMAJU POSTOVE\r\n    const availableLetters = new Set();\r\n\r\n    posts.forEach(post => {\r\n        const keywordEl = post.querySelector(\".mm-keyword\");\r\n\r\n        const keyword = keywordEl\r\n            ? (keywordEl.textContent || \"\").replace(\/\\s+\/g, \" \").trim().toUpperCase()\r\n            : \"\";\r\n\r\n        if (keyword) {\r\n            const firstLetter = keyword.charAt(0);\r\n            if (\/[A-Z]\/.test(firstLetter)) {\r\n                availableLetters.add(firstLetter);\r\n            }\r\n        }\r\n    });\r\n\r\n    \/\/ \ud83d\udd39 2. DODAJ KLASE NA SLOVA\r\n    letters.forEach(letter => {\r\n        const value = letter.innerText.trim().toUpperCase();\r\n\r\n        if (value === \"ALL\") return;\r\n\r\n        if (availableLetters.has(value)) {\r\n            letter.classList.add(\"has-posts\");\r\n        } else {\r\n            letter.classList.add(\"no-posts\");\r\n        }\r\n    });\r\n\r\n    \/\/ \ud83d\udd39 3. KLIK FILTER\r\n    letters.forEach(letter => {\r\n        letter.addEventListener(\"click\", function() {\r\n\r\n            const selected = this.innerText.trim().toLowerCase();\r\n\r\n            letters.forEach(l => l.classList.remove(\"active\"));\r\n            this.classList.add(\"active\");\r\n\r\n            posts.forEach(post => {\r\n\r\n                const keywordEl = post.querySelector(\".mm-keyword\");\r\n\r\n                const keyword = keywordEl\r\n                    ? (keywordEl.textContent || \"\").replace(\/\\s+\/g, ' ').trim().toLowerCase()\r\n                    : \"\";\r\n\r\n                if (selected === \"all\") {\r\n                    post.style.removeProperty(\"display\");\r\n                    return;\r\n                }\r\n\r\n                if (keyword.startsWith(selected)) {\r\n                    post.style.removeProperty(\"display\");\r\n                } else {\r\n                    post.style.setProperty(\"display\", \"none\", \"important\");\r\n                }\r\n\r\n            });\r\n\r\n        });\r\n    });\r\n\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-64ab11b elementor-widget elementor-widget-shortcode\" data-id=\"64ab11b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div class=\"mm-letters\"><span class=\"mm-letter active\">All<\/span><span class=\"mm-letter\" data-letter=\"A\">A<\/span><span class=\"mm-letter\" data-letter=\"B\">B<\/span><span class=\"mm-letter\" data-letter=\"C\">C<\/span><span class=\"mm-letter\" data-letter=\"D\">D<\/span><span class=\"mm-letter\" data-letter=\"E\">E<\/span><span class=\"mm-letter\" data-letter=\"F\">F<\/span><span class=\"mm-letter\" data-letter=\"G\">G<\/span><span class=\"mm-letter\" data-letter=\"H\">H<\/span><span class=\"mm-letter\" data-letter=\"I\">I<\/span><span class=\"mm-letter\" data-letter=\"J\">J<\/span><span class=\"mm-letter\" data-letter=\"K\">K<\/span><span class=\"mm-letter\" data-letter=\"L\">L<\/span><span class=\"mm-letter\" data-letter=\"M\">M<\/span><span class=\"mm-letter\" data-letter=\"N\">N<\/span><span class=\"mm-letter\" data-letter=\"O\">O<\/span><span class=\"mm-letter\" data-letter=\"P\">P<\/span><span class=\"mm-letter\" data-letter=\"Q\">Q<\/span><span class=\"mm-letter\" data-letter=\"R\">R<\/span><span class=\"mm-letter\" data-letter=\"S\">S<\/span><span class=\"mm-letter\" data-letter=\"T\">T<\/span><span class=\"mm-letter\" data-letter=\"U\">U<\/span><span class=\"mm-letter\" data-letter=\"V\">V<\/span><span class=\"mm-letter\" data-letter=\"W\">W<\/span><span class=\"mm-letter\" data-letter=\"X\">X<\/span><span class=\"mm-letter\" data-letter=\"Y\">Y<\/span><span class=\"mm-letter\" data-letter=\"Z\">Z<\/span><\/div><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c98b95a e-con-full e-flex e-con e-child\" data-id=\"c98b95a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d44bf96 glossary-terms elementor-widget elementor-widget-shortcode\" data-id=\"d44bf96\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"> <span class=\"total-count\">46<\/span> <br>Terms defined<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d3964a9 glossary-categories elementor-widget elementor-widget-shortcode\" data-id=\"d3964a9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><span class=\"total-count\">2<\/span> <br>Categories<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2aaf213 e-flex e-con-boxed e-con e-parent\" data-id=\"2aaf213\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1f9d56e glossary-posts-grid elementor-grid-3 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-loop-grid\" data-id=\"1f9d56e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;template_id&quot;:5811,&quot;_skin&quot;:&quot;post&quot;,&quot;columns&quot;:&quot;3&quot;,&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\\&quot;loop-item\\&quot;]&quot;,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_widescreen&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-grid.post\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-loop-container elementor-grid\">\n\t\t<style id=\"loop-5811\">.elementor-5811 .elementor-element.elementor-element-00d59c9{--display:flex;--justify-content:space-between;--padding-top:50px;--padding-bottom:20px;--padding-left:25px;--padding-right:25px;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-5811 .elementor-element.elementor-element-c134889 .elementor-heading-title{font-family:\"Sora\", Sans-serif;font-size:19px;font-weight:600;color:var( --e-global-color-text );}.elementor-5811 .elementor-element.elementor-element-c134889 > .elementor-widget-container{margin:0px 0px 15px 0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-5811 .elementor-element.elementor-element-833a74a{color:var( --e-global-color-62b8b22 );}.elementor-5811 .elementor-element.elementor-element-711b012{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:flex-end;}.elementor-widget-post-info .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-post-info .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-text, .elementor-widget-post-info .elementor-icon-list-text a{color:var( --e-global-color-secondary );}.elementor-widget-post-info .elementor-icon-list-item{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-5811 .elementor-element.elementor-element-1dbbcd2 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(0px\/2);}.elementor-5811 .elementor-element.elementor-element-1dbbcd2 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(0px\/2);}.elementor-5811 .elementor-element.elementor-element-1dbbcd2 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(0px\/2);margin-left:calc(0px\/2);}.elementor-5811 .elementor-element.elementor-element-1dbbcd2 .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-0px\/2);margin-left:calc(-0px\/2);}body.rtl .elementor-5811 .elementor-element.elementor-element-1dbbcd2 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-0px\/2);}body:not(.rtl) .elementor-5811 .elementor-element.elementor-element-1dbbcd2 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-0px\/2);}.elementor-5811 .elementor-element.elementor-element-1dbbcd2 .elementor-icon-list-icon{width:14px;}.elementor-5811 .elementor-element.elementor-element-1dbbcd2 .elementor-icon-list-icon i{font-size:14px;}.elementor-5811 .elementor-element.elementor-element-1dbbcd2 .elementor-icon-list-icon svg{--e-icon-list-icon-size:14px;}body:not(.rtl) .elementor-5811 .elementor-element.elementor-element-1dbbcd2 .elementor-icon-list-text{padding-left:0px;}body.rtl .elementor-5811 .elementor-element.elementor-element-1dbbcd2 .elementor-icon-list-text{padding-right:0px;}.elementor-5811 .elementor-element.elementor-element-1dbbcd2 .elementor-icon-list-text, .elementor-5811 .elementor-element.elementor-element-1dbbcd2 .elementor-icon-list-text a{color:var( --e-global-color-primary );}.elementor-5811 .elementor-element.elementor-element-1dbbcd2 .elementor-icon-list-item{font-family:\"Sora\", Sans-serif;font-size:12px;font-weight:600;}.elementor-5811 .elementor-element.elementor-element-1dbbcd2 > .elementor-widget-container{margin:10px 0px 0px 0px;padding:2px 10px 2px 10px;background-color:transparent;background-image:linear-gradient(90deg, #A1854D 0%, #F2D17B 100%);border-style:solid;border-width:0px 0px 0px 0px;border-radius:12px 12px 12px 12px;}.elementor-widget-icon.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-5811 .elementor-element.elementor-element-12256ac .elementor-icon-wrapper{text-align:center;}.elementor-5811 .elementor-element.elementor-element-12256ac.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-7c3cd5c );}.elementor-5811 .elementor-element.elementor-element-12256ac.elementor-view-framed .elementor-icon, .elementor-5811 .elementor-element.elementor-element-12256ac.elementor-view-default .elementor-icon{color:var( --e-global-color-7c3cd5c );border-color:var( --e-global-color-7c3cd5c );}.elementor-5811 .elementor-element.elementor-element-12256ac.elementor-view-framed .elementor-icon, .elementor-5811 .elementor-element.elementor-element-12256ac.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-7c3cd5c );}.elementor-5811 .elementor-element.elementor-element-12256ac .elementor-icon{font-size:17px;}.elementor-5811 .elementor-element.elementor-element-12256ac .elementor-icon svg{height:17px;}<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"5811\" class=\"elementor elementor-5811 e-loop-item e-loop-item-6260 post-6260 glossary type-glossary status-publish hentry glossary-category-trader-glossary\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-00d59c9 purple-box glossary-post e-flex e-con-boxed e-con e-parent\" data-id=\"00d59c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c134889 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"c134889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-position-sizing-in-prop-trading\/\">What Is Position Sizing in Prop Trading?<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-833a74a glossary-post-excerpt elementor-widget elementor-widget-text-editor\" data-id=\"833a74a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tPosition sizing is the process of deciding how large each trade should be relative to the account and risk rules. Most disciplined prop firm traders risk 0.25% to 1% of the account per trade. \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-711b012 e-con-full e-flex e-con e-child\" data-id=\"711b012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dbbcd2 elementor-widget elementor-widget-post-info\" data-id=\"1dbbcd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-c4c4502 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">Trader Glossary<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12256ac glossary-icon elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"12256ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-position-sizing-in-prop-trading\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e55e9a elementor-widget elementor-widget-html\" data-id=\"0e55e9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const elements = document.querySelectorAll(\".glossary-post-excerpt\");\r\n  const limit = 100;\r\n\r\n  elements.forEach(el => {\r\n    let text = el.textContent.trim();\r\n\r\n    if (text.length > limit) {\r\n      let truncated = text.substring(0, limit);\r\n\r\n      \/\/ se\u010de do poslednjeg razmaka\r\n      truncated = truncated.substring(0, truncated.lastIndexOf(\" \"));\r\n\r\n      el.textContent = truncated + \"...\";\r\n    }\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d29247d mm-keyword elementor-widget elementor-widget-text-editor\" data-id=\"d29247d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tposition sizing\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"5811\" class=\"elementor elementor-5811 e-loop-item e-loop-item-6259 post-6259 glossary type-glossary status-publish hentry glossary-category-trader-glossary\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-00d59c9 purple-box glossary-post e-flex e-con-boxed e-con e-parent\" data-id=\"00d59c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c134889 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"c134889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-a-trailing-drawdown\/\">What Is a Trailing Drawdown?<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-833a74a glossary-post-excerpt elementor-widget elementor-widget-text-editor\" data-id=\"833a74a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tTrailing drawdown is a maximum drawdown that moves up with account profits, tightening the loss tolerance each time the account reaches a new high.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-711b012 e-con-full e-flex e-con e-child\" data-id=\"711b012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dbbcd2 elementor-widget elementor-widget-post-info\" data-id=\"1dbbcd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-c4c4502 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">Trader Glossary<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12256ac glossary-icon elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"12256ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-a-trailing-drawdown\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e55e9a elementor-widget elementor-widget-html\" data-id=\"0e55e9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const elements = document.querySelectorAll(\".glossary-post-excerpt\");\r\n  const limit = 100;\r\n\r\n  elements.forEach(el => {\r\n    let text = el.textContent.trim();\r\n\r\n    if (text.length > limit) {\r\n      let truncated = text.substring(0, limit);\r\n\r\n      \/\/ se\u010de do poslednjeg razmaka\r\n      truncated = truncated.substring(0, truncated.lastIndexOf(\" \"));\r\n\r\n      el.textContent = truncated + \"...\";\r\n    }\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d29247d mm-keyword elementor-widget elementor-widget-text-editor\" data-id=\"d29247d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\ttrailing drawdown \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"5811\" class=\"elementor elementor-5811 e-loop-item e-loop-item-6247 post-6247 glossary type-glossary status-publish hentry glossary-category-trader-glossary\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-00d59c9 purple-box glossary-post e-flex e-con-boxed e-con e-parent\" data-id=\"00d59c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c134889 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"c134889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-are-event-contracts\/\">What Are Event Contracts?<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-833a74a glossary-post-excerpt elementor-widget elementor-widget-text-editor\" data-id=\"833a74a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tEvent contracts are yes-or-no financial instruments that pay a fixed amount based on the outcome of a defined real-world event. They trade on prediction markets at prices between $0 and $1, reflecting the probability of the yes outcome.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-711b012 e-con-full e-flex e-con e-child\" data-id=\"711b012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dbbcd2 elementor-widget elementor-widget-post-info\" data-id=\"1dbbcd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-c4c4502 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">Trader Glossary<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12256ac glossary-icon elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"12256ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-are-event-contracts\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e55e9a elementor-widget elementor-widget-html\" data-id=\"0e55e9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const elements = document.querySelectorAll(\".glossary-post-excerpt\");\r\n  const limit = 100;\r\n\r\n  elements.forEach(el => {\r\n    let text = el.textContent.trim();\r\n\r\n    if (text.length > limit) {\r\n      let truncated = text.substring(0, limit);\r\n\r\n      \/\/ se\u010de do poslednjeg razmaka\r\n      truncated = truncated.substring(0, truncated.lastIndexOf(\" \"));\r\n\r\n      el.textContent = truncated + \"...\";\r\n    }\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d29247d mm-keyword elementor-widget elementor-widget-text-editor\" data-id=\"d29247d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tEvent contracts\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"5811\" class=\"elementor elementor-5811 e-loop-item e-loop-item-6246 post-6246 glossary type-glossary status-publish hentry glossary-category-trader-glossary\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-00d59c9 purple-box glossary-post e-flex e-con-boxed e-con e-parent\" data-id=\"00d59c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c134889 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"c134889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-a-prop-firm-challenge-reset\/\">What Is a Prop Firm Challenge Reset?<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-833a74a glossary-post-excerpt elementor-widget elementor-widget-text-editor\" data-id=\"833a74a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tThe traders who consistently pass prop firm challenges are not necessarily the best technical traders. Industry data consistently shows pass rates below 10% across most evaluations, and the majority of failures come from rule breaches rather than an inability to generate profit. The evaluation is a test of rule adherence under conditions that expose habits most retail traders never had to confront. The rules most traders get wrong are not the complicated ones. They feel straightforward until a bad session or a news event brings them into conflict with a threshold the trader understood in theory but had not built their process around. Understand What the Evaluation Is Actually Testing A prop firm challenge is not a performance competition. It is a risk management screen. The profit target confirms the trader can generate returns. The drawdown limits, daily loss caps, and consistency rules confirm the trader can manage risk within a defined framework. Firms fund traders who can operate within constraints, not strategies. A trader optimizing for the fastest path to the profit target takes risks incompatible with staying within the drawdown rules. A trader optimizing for rule compliance while making steady progress is building the pattern the evaluation is designed to find. Most failures happen because traders apply their regular approach to an environment with constraints they have never traded under. The solution is not a better strategy but a recalibrated approach to position sizing and session management. The Daily Loss Limit: The Rule That Ends Most Evaluations The daily loss limit caps how much a trader can lose in a single session, typically 4% to 5% of account size. Breach it once and the evaluation ends, regardless of overall performance. How traders breach it without realizing The most common breach is not a catastrophic trade. It is a sequence of smaller losses that accumulate past the limit while the trader attempts to recover. A trader who has consumed 3% of the daily limit before midday and adds another position is one move from termination. On some platforms, unrealized losses count toward the daily limit. Understanding whether the firm calculates on realized losses only or on running equity is one of the first questions to answer before starting. How to manage it \u25cf\tSet a personal daily stop before the session starts. If the self-imposed limit is 2%, the firm&#8217;s 4% to 5% limit becomes a safety net rather than a wall approached in real time. \u25cf\tStop trading after reaching the personal daily stop, regardless of market conditions or how close the profit target is. \u25cf\tNever trade to recover. A session that has gone against the trader to the limit threshold is a session to close and walk away from. Operators who want to see how real-time rule enforcement supports traders in staying within these limits can explore PropAccount.com risk tools, built to give funded traders and operators live visibility of rule status throughout the evaluation.  The Overall Drawdown: Static vs Trailing The maximum overall drawdown caps total losses from the starting balance or high watermark, typically 8% to 10%. What catches traders is how static and trailing versions work differently in practice. Static drawdown Static drawdown is calculated from the original starting balance and never moves. A $100,000 account with a 10% cap closes at $90,000 regardless of peak performance. Trailing drawdown Recalculates the floor upward as the account grows. A subsequent losing streak is measured against the new high watermark, not the original balance. A trader who builds a $7,000 cushion and gives back $6,000 may be near termination on a trailing system.  Position Sizing: The Root Cause of Most Rule Breaches Reducing position size is the single most effective change most traders can make. Over-leveraging is the root cause of daily loss limit breaches, drawdown violations, and consistency failures. In a prop firm evaluation with a 5% daily loss limit, risking 3% per trade means two losing trades end the session. Risking 1% per trade means five losses are available before the limit is reached. The recalibration is not about finding a more conservative strategy. It is about mapping the existing strategy&#8217;s risk parameters to the evaluation&#8217;s constraints. A strategy with a 1.5:1 reward-to-risk ratio and 60% win rate will pass if position sizes are set correctly. The same strategy with personal account sizing will fail on the first bad day. Rules That Traders Read but Do Not Operationalize News trading restrictions Most evaluations prohibit positions within a defined window around major economic releases. Traders breach this by holding existing positions through the window \u2014 which on many platforms carries the same penalty as opening a new one. Consistency rules The consistency rule caps how much of total profit can come from a single day. A strong early session creates a ratio problem traders only discover at payout. Tracking it throughout prevents this. Minimum trading day requirements A trader who hits the target before the minimum day count must continue trading, and this is where avoidable failures cluster. The correct approach is to trade smaller and more conservatively for the remaining sessions. The Mindset Shift That Separates Passing Traders Traders who pass consistently describe the same shift: they stopped trying to win the evaluation and started trying not to lose it. The profit target is achievable for most traders with a working strategy. Most evaluations end not because the target was out of reach but because a rule was breached on the way to it. Treating each day as a separate objective helps. The daily goal is not to progress toward the target but to end within all rules. A flat day is a successful day in an evaluation. Traders who fail treat the evaluation like a personal account with slightly different parameters. Those who pass treat it as a different environment: rule compliance first, profit generation second. The Rules Are the Path Passing a prop firm challenge does not require exceptional trading. It requires reading the rules, operationalizing them into a specific session plan, sizing positions correctly for the evaluation&#8217;s constraints, and applying those practices consistently across every session. The traders who do that are in the minority. The minority is also the group that passes. PropAccount.com is the white label prop firm platform built for operators who want challenge parameters that are clearly defined, consistently enforced, and transparent to traders from account setup. Frequently Asked Questions Q: What percentage of traders pass prop firm challenges? Industry data consistently places pass rates below 10% across most evaluations. The majority of failures come from rule breaches rather than an inability to generate profit. Q: What is the most common reason traders fail prop firm evaluations? Daily loss limit breaches account for the largest proportion of failures. Most happen not from a single bad trade but from a sequence of losses across a session that accumulates past the limit while the trader is attempting to recover. Q: How should I size positions during a prop firm challenge? Size positions so that the strategy&#8217;s typical stop loss consumes no more than 0.5% to 1% of account size per trade. This leaves enough room to absorb a losing streak without breaching the daily loss limit on a single session. Q: What is the difference between static and trailing drawdown in prop firm challenges? Static drawdown calculates from the original starting balance and the floor never moves. Trailing drawdown recalculates upward as the account grows, meaning a strong early performance followed by losses can leave the trader closer to termination than their current balance suggests. Q: How do I avoid breaching the consistency rule during a challenge? Track the ratio of your best single day to total profit throughout the evaluation, not just at the end. If an early session was outsized, trade conservatively until enough additional sessions have spread the profit distribution below the threshold.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-711b012 e-con-full e-flex e-con e-child\" data-id=\"711b012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dbbcd2 elementor-widget elementor-widget-post-info\" data-id=\"1dbbcd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-c4c4502 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">Trader Glossary<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12256ac glossary-icon elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"12256ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-a-prop-firm-challenge-reset\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e55e9a elementor-widget elementor-widget-html\" data-id=\"0e55e9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const elements = document.querySelectorAll(\".glossary-post-excerpt\");\r\n  const limit = 100;\r\n\r\n  elements.forEach(el => {\r\n    let text = el.textContent.trim();\r\n\r\n    if (text.length > limit) {\r\n      let truncated = text.substring(0, limit);\r\n\r\n      \/\/ se\u010de do poslednjeg razmaka\r\n      truncated = truncated.substring(0, truncated.lastIndexOf(\" \"));\r\n\r\n      el.textContent = truncated + \"...\";\r\n    }\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d29247d mm-keyword elementor-widget elementor-widget-text-editor\" data-id=\"d29247d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tprop firm challenge reset\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"5811\" class=\"elementor elementor-5811 e-loop-item e-loop-item-6245 post-6245 glossary type-glossary status-publish hentry glossary-category-trader-glossary\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-00d59c9 purple-box glossary-post e-flex e-con-boxed e-con e-parent\" data-id=\"00d59c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c134889 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"c134889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-are-news-trading-restrictions\/\">What Are News Trading Restrictions?<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-833a74a glossary-post-excerpt elementor-widget elementor-widget-text-editor\" data-id=\"833a74a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tNews trading restrictions are rules that limit or prohibit holding positions around scheduled high-impact news events. Firms use different approaches, from closing positions ahead of releases, to excluding restricted window profits, to disallowing trades entirely. \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-711b012 e-con-full e-flex e-con e-child\" data-id=\"711b012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dbbcd2 elementor-widget elementor-widget-post-info\" data-id=\"1dbbcd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-c4c4502 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">Trader Glossary<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12256ac glossary-icon elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"12256ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-are-news-trading-restrictions\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e55e9a elementor-widget elementor-widget-html\" data-id=\"0e55e9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const elements = document.querySelectorAll(\".glossary-post-excerpt\");\r\n  const limit = 100;\r\n\r\n  elements.forEach(el => {\r\n    let text = el.textContent.trim();\r\n\r\n    if (text.length > limit) {\r\n      let truncated = text.substring(0, limit);\r\n\r\n      \/\/ se\u010de do poslednjeg razmaka\r\n      truncated = truncated.substring(0, truncated.lastIndexOf(\" \"));\r\n\r\n      el.textContent = truncated + \"...\";\r\n    }\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d29247d mm-keyword elementor-widget elementor-widget-text-editor\" data-id=\"d29247d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tnews trading restriction \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"5811\" class=\"elementor elementor-5811 e-loop-item e-loop-item-6226 post-6226 glossary type-glossary status-publish hentry glossary-category-trader-glossary\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-00d59c9 purple-box glossary-post e-flex e-con-boxed e-con e-parent\" data-id=\"00d59c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c134889 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"c134889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-an-evaluation-phase\/\">What Is an Evaluation Phase?<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-833a74a glossary-post-excerpt elementor-widget elementor-widget-text-editor\" data-id=\"833a74a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tAn evaluation phase is a stage of a prop firm challenge where a trader must meet a defined profit target while observing the risk rules. Challenges are structured as one-, two-, or three-phase evaluations, with the target either concentrated in a single phase or split across multiple phases. Rule discipline carries across all phases until the account transitions to funded status.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-711b012 e-con-full e-flex e-con e-child\" data-id=\"711b012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dbbcd2 elementor-widget elementor-widget-post-info\" data-id=\"1dbbcd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-c4c4502 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">Trader Glossary<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12256ac glossary-icon elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"12256ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-an-evaluation-phase\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e55e9a elementor-widget elementor-widget-html\" data-id=\"0e55e9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const elements = document.querySelectorAll(\".glossary-post-excerpt\");\r\n  const limit = 100;\r\n\r\n  elements.forEach(el => {\r\n    let text = el.textContent.trim();\r\n\r\n    if (text.length > limit) {\r\n      let truncated = text.substring(0, limit);\r\n\r\n      \/\/ se\u010de do poslednjeg razmaka\r\n      truncated = truncated.substring(0, truncated.lastIndexOf(\" \"));\r\n\r\n      el.textContent = truncated + \"...\";\r\n    }\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d29247d mm-keyword elementor-widget elementor-widget-text-editor\" data-id=\"d29247d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tEvaluation phase\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"5811\" class=\"elementor elementor-5811 e-loop-item e-loop-item-6224 post-6224 glossary type-glossary status-publish hentry glossary-category-trader-glossary\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-00d59c9 purple-box glossary-post e-flex e-con-boxed e-con e-parent\" data-id=\"00d59c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c134889 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"c134889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-news-trading\/\">What Is News Trading?<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-833a74a glossary-post-excerpt elementor-widget elementor-widget-text-editor\" data-id=\"833a74a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tNews trading is a strategy where traders take positions around scheduled economic news releases to profit from the resulting price movements. It targets high-impact events such as central bank decisions, employment reports, and inflation data.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-711b012 e-con-full e-flex e-con e-child\" data-id=\"711b012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dbbcd2 elementor-widget elementor-widget-post-info\" data-id=\"1dbbcd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-c4c4502 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">Trader Glossary<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12256ac glossary-icon elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"12256ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-news-trading\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e55e9a elementor-widget elementor-widget-html\" data-id=\"0e55e9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const elements = document.querySelectorAll(\".glossary-post-excerpt\");\r\n  const limit = 100;\r\n\r\n  elements.forEach(el => {\r\n    let text = el.textContent.trim();\r\n\r\n    if (text.length > limit) {\r\n      let truncated = text.substring(0, limit);\r\n\r\n      \/\/ se\u010de do poslednjeg razmaka\r\n      truncated = truncated.substring(0, truncated.lastIndexOf(\" \"));\r\n\r\n      el.textContent = truncated + \"...\";\r\n    }\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d29247d mm-keyword elementor-widget elementor-widget-text-editor\" data-id=\"d29247d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tNews trading\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"5811\" class=\"elementor elementor-5811 e-loop-item e-loop-item-6209 post-6209 glossary type-glossary status-publish hentry glossary-category-b2b-for-prop-firm-operators\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-00d59c9 purple-box glossary-post e-flex e-con-boxed e-con e-parent\" data-id=\"00d59c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c134889 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"c134889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-a-revenue-model\/\">What Is a Revenue Model?<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-833a74a glossary-post-excerpt elementor-widget elementor-widget-text-editor\" data-id=\"833a74a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tA prop firm&#8217;s revenue model is the framework of how the firm makes money, primarily through challenge fees, retry fees, and add-on purchases. \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-711b012 e-con-full e-flex e-con e-child\" data-id=\"711b012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dbbcd2 elementor-widget elementor-widget-post-info\" data-id=\"1dbbcd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-c4c4502 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">B2B - For Prop Firm Operators<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12256ac glossary-icon elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"12256ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-a-revenue-model\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e55e9a elementor-widget elementor-widget-html\" data-id=\"0e55e9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const elements = document.querySelectorAll(\".glossary-post-excerpt\");\r\n  const limit = 100;\r\n\r\n  elements.forEach(el => {\r\n    let text = el.textContent.trim();\r\n\r\n    if (text.length > limit) {\r\n      let truncated = text.substring(0, limit);\r\n\r\n      \/\/ se\u010de do poslednjeg razmaka\r\n      truncated = truncated.substring(0, truncated.lastIndexOf(\" \"));\r\n\r\n      el.textContent = truncated + \"...\";\r\n    }\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d29247d mm-keyword elementor-widget elementor-widget-text-editor\" data-id=\"d29247d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tRevenue model   \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"5811\" class=\"elementor elementor-5811 e-loop-item e-loop-item-6208 post-6208 glossary type-glossary status-publish hentry glossary-category-trader-glossary\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-00d59c9 purple-box glossary-post e-flex e-con-boxed e-con e-parent\" data-id=\"00d59c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c134889 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"c134889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-a-profit-target-in-a-prop-firm-challenge\/\">What Is a Profit Target in a Prop Firm Challenge?<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-833a74a glossary-post-excerpt elementor-widget elementor-widget-text-editor\" data-id=\"833a74a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tA profit target is the percentage gain a trader must generate during a challenge to move to the funded stage. Common ranges are 8% to 10% on one-step challenges and 4% to 8% per phase on multi-phase challenges. \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-711b012 e-con-full e-flex e-con e-child\" data-id=\"711b012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dbbcd2 elementor-widget elementor-widget-post-info\" data-id=\"1dbbcd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-c4c4502 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">Trader Glossary<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12256ac glossary-icon elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"12256ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-a-profit-target-in-a-prop-firm-challenge\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e55e9a elementor-widget elementor-widget-html\" data-id=\"0e55e9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const elements = document.querySelectorAll(\".glossary-post-excerpt\");\r\n  const limit = 100;\r\n\r\n  elements.forEach(el => {\r\n    let text = el.textContent.trim();\r\n\r\n    if (text.length > limit) {\r\n      let truncated = text.substring(0, limit);\r\n\r\n      \/\/ se\u010de do poslednjeg razmaka\r\n      truncated = truncated.substring(0, truncated.lastIndexOf(\" \"));\r\n\r\n      el.textContent = truncated + \"...\";\r\n    }\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d29247d mm-keyword elementor-widget elementor-widget-text-editor\" data-id=\"d29247d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tProfit target  \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"5811\" class=\"elementor elementor-5811 e-loop-item e-loop-item-6123 post-6123 glossary type-glossary status-publish hentry glossary-category-trader-glossary\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-00d59c9 purple-box glossary-post e-flex e-con-boxed e-con e-parent\" data-id=\"00d59c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c134889 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"c134889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-daily-loss-limit\/\">What Is Daily Loss Limit?<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-833a74a glossary-post-excerpt elementor-widget elementor-widget-text-editor\" data-id=\"833a74a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tA daily loss limit is the maximum an account can lose in a single trading day. It operates alongside max drawdown as a second layer of risk control. A trader can be within the overall drawdown limit and still fail by hitting the daily loss cap. Understanding how the daily limit is calculated, and when it resets, is essential before purchasing a challenge.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-711b012 e-con-full e-flex e-con e-child\" data-id=\"711b012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dbbcd2 elementor-widget elementor-widget-post-info\" data-id=\"1dbbcd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-c4c4502 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">Trader Glossary<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12256ac glossary-icon elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"12256ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-daily-loss-limit\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e55e9a elementor-widget elementor-widget-html\" data-id=\"0e55e9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const elements = document.querySelectorAll(\".glossary-post-excerpt\");\r\n  const limit = 100;\r\n\r\n  elements.forEach(el => {\r\n    let text = el.textContent.trim();\r\n\r\n    if (text.length > limit) {\r\n      let truncated = text.substring(0, limit);\r\n\r\n      \/\/ se\u010de do poslednjeg razmaka\r\n      truncated = truncated.substring(0, truncated.lastIndexOf(\" \"));\r\n\r\n      el.textContent = truncated + \"...\";\r\n    }\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d29247d mm-keyword elementor-widget elementor-widget-text-editor\" data-id=\"d29247d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tdaily loss limit\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"5811\" class=\"elementor elementor-5811 e-loop-item e-loop-item-6122 post-6122 glossary type-glossary status-publish hentry glossary-category-trader-glossary\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-00d59c9 purple-box glossary-post e-flex e-con-boxed e-con e-parent\" data-id=\"00d59c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c134889 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"c134889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-profit-split\/\">What Is Profit Split?<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-833a74a glossary-post-excerpt elementor-widget elementor-widget-text-editor\" data-id=\"833a74a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tA profit split is the percentage of funded account profits a trader keeps after passing a challenge. Industry-standard splits favor the trader, commonly at 80\/20 or 90\/10. The percentage matters less than the combination of split, payout frequency, and withdrawal terms across the full payout cycle.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-711b012 e-con-full e-flex e-con e-child\" data-id=\"711b012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dbbcd2 elementor-widget elementor-widget-post-info\" data-id=\"1dbbcd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-c4c4502 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">Trader Glossary<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12256ac glossary-icon elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"12256ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-profit-split\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e55e9a elementor-widget elementor-widget-html\" data-id=\"0e55e9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const elements = document.querySelectorAll(\".glossary-post-excerpt\");\r\n  const limit = 100;\r\n\r\n  elements.forEach(el => {\r\n    let text = el.textContent.trim();\r\n\r\n    if (text.length > limit) {\r\n      let truncated = text.substring(0, limit);\r\n\r\n      \/\/ se\u010de do poslednjeg razmaka\r\n      truncated = truncated.substring(0, truncated.lastIndexOf(\" \"));\r\n\r\n      el.textContent = truncated + \"...\";\r\n    }\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d29247d mm-keyword elementor-widget elementor-widget-text-editor\" data-id=\"d29247d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tprofit split\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"5811\" class=\"elementor elementor-5811 e-loop-item e-loop-item-6104 post-6104 glossary type-glossary status-publish hentry glossary-category-trader-glossary\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-00d59c9 purple-box glossary-post e-flex e-con-boxed e-con e-parent\" data-id=\"00d59c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c134889 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"c134889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-are-minimum-trading-days\/\">What Are Minimum Trading Days?<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-833a74a glossary-post-excerpt elementor-widget elementor-widget-text-editor\" data-id=\"833a74a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tMinimum trading days are the number of days a trader must place qualifying trades during a challenge before it can be passed. The rule prevents challenges from being cleared on one or two lucky trades. \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-711b012 e-con-full e-flex e-con e-child\" data-id=\"711b012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dbbcd2 elementor-widget elementor-widget-post-info\" data-id=\"1dbbcd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-c4c4502 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">Trader Glossary<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12256ac glossary-icon elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"12256ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-are-minimum-trading-days\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e55e9a elementor-widget elementor-widget-html\" data-id=\"0e55e9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const elements = document.querySelectorAll(\".glossary-post-excerpt\");\r\n  const limit = 100;\r\n\r\n  elements.forEach(el => {\r\n    let text = el.textContent.trim();\r\n\r\n    if (text.length > limit) {\r\n      let truncated = text.substring(0, limit);\r\n\r\n      \/\/ se\u010de do poslednjeg razmaka\r\n      truncated = truncated.substring(0, truncated.lastIndexOf(\" \"));\r\n\r\n      el.textContent = truncated + \"...\";\r\n    }\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d29247d mm-keyword elementor-widget elementor-widget-text-editor\" data-id=\"d29247d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tminimum trading days\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"5811\" class=\"elementor elementor-5811 e-loop-item e-loop-item-6103 post-6103 glossary type-glossary status-publish hentry glossary-category-b2b-for-prop-firm-operators\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-00d59c9 purple-box glossary-post e-flex e-con-boxed e-con e-parent\" data-id=\"00d59c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c134889 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"c134889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-the-admin-portal\/\">What Is the Admin Portal?<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-833a74a glossary-post-excerpt elementor-widget elementor-widget-text-editor\" data-id=\"833a74a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tThe admin portal is the operator side interface used to run a prop firm on a white label platform. It provides visibility and control across accounts, plans, payouts, affiliates, risk data, and reporting. In a white label setup, the portal is built and maintained by the platform, and the operator gets configuration access rather than code-level control.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-711b012 e-con-full e-flex e-con e-child\" data-id=\"711b012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dbbcd2 elementor-widget elementor-widget-post-info\" data-id=\"1dbbcd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-c4c4502 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">B2B - For Prop Firm Operators<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12256ac glossary-icon elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"12256ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-the-admin-portal\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e55e9a elementor-widget elementor-widget-html\" data-id=\"0e55e9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const elements = document.querySelectorAll(\".glossary-post-excerpt\");\r\n  const limit = 100;\r\n\r\n  elements.forEach(el => {\r\n    let text = el.textContent.trim();\r\n\r\n    if (text.length > limit) {\r\n      let truncated = text.substring(0, limit);\r\n\r\n      \/\/ se\u010de do poslednjeg razmaka\r\n      truncated = truncated.substring(0, truncated.lastIndexOf(\" \"));\r\n\r\n      el.textContent = truncated + \"...\";\r\n    }\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d29247d mm-keyword elementor-widget elementor-widget-text-editor\" data-id=\"d29247d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tadmin portal\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"5811\" class=\"elementor elementor-5811 e-loop-item e-loop-item-6077 post-6077 glossary type-glossary status-publish hentry glossary-category-trader-glossary\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-00d59c9 purple-box glossary-post e-flex e-con-boxed e-con e-parent\" data-id=\"00d59c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c134889 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"c134889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-the-consistency-rule-in-prop-trading\/\">What Is the Consistency Rule in Prop Trading?<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-833a74a glossary-post-excerpt elementor-widget elementor-widget-text-editor\" data-id=\"833a74a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tThe consistency rule caps how much of total profit can come from a single trading day or position, expressed as a percentage of the overall profit. It prevents traders from passing on the back of one oversized trade and rewards a steady approach across multiple sessions. \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-711b012 e-con-full e-flex e-con e-child\" data-id=\"711b012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dbbcd2 elementor-widget elementor-widget-post-info\" data-id=\"1dbbcd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-c4c4502 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">Trader Glossary<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12256ac glossary-icon elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"12256ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-the-consistency-rule-in-prop-trading\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e55e9a elementor-widget elementor-widget-html\" data-id=\"0e55e9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const elements = document.querySelectorAll(\".glossary-post-excerpt\");\r\n  const limit = 100;\r\n\r\n  elements.forEach(el => {\r\n    let text = el.textContent.trim();\r\n\r\n    if (text.length > limit) {\r\n      let truncated = text.substring(0, limit);\r\n\r\n      \/\/ se\u010de do poslednjeg razmaka\r\n      truncated = truncated.substring(0, truncated.lastIndexOf(\" \"));\r\n\r\n      el.textContent = truncated + \"...\";\r\n    }\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d29247d mm-keyword elementor-widget elementor-widget-text-editor\" data-id=\"d29247d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tConsistency Rule\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"5811\" class=\"elementor elementor-5811 e-loop-item e-loop-item-6076 post-6076 glossary type-glossary status-publish hentry glossary-category-b2b-for-prop-firm-operators\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-00d59c9 purple-box glossary-post e-flex e-con-boxed e-con e-parent\" data-id=\"00d59c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c134889 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"c134889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-prop-firm-branding\/\">What Is Prop Firm Branding?<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-833a74a glossary-post-excerpt elementor-widget elementor-widget-text-editor\" data-id=\"833a74a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tProp firm branding is the visual identity and positioning system that differentiates a firm in a crowded category. It covers naming, logo, dashboard styling, tone, and structural elements like challenge naming and payout messaging. \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-711b012 e-con-full e-flex e-con e-child\" data-id=\"711b012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dbbcd2 elementor-widget elementor-widget-post-info\" data-id=\"1dbbcd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-c4c4502 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">B2B - For Prop Firm Operators<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12256ac glossary-icon elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"12256ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-prop-firm-branding\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e55e9a elementor-widget elementor-widget-html\" data-id=\"0e55e9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const elements = document.querySelectorAll(\".glossary-post-excerpt\");\r\n  const limit = 100;\r\n\r\n  elements.forEach(el => {\r\n    let text = el.textContent.trim();\r\n\r\n    if (text.length > limit) {\r\n      let truncated = text.substring(0, limit);\r\n\r\n      \/\/ se\u010de do poslednjeg razmaka\r\n      truncated = truncated.substring(0, truncated.lastIndexOf(\" \"));\r\n\r\n      el.textContent = truncated + \"...\";\r\n    }\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d29247d mm-keyword elementor-widget elementor-widget-text-editor\" data-id=\"d29247d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tprop firm branding\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"5811\" class=\"elementor elementor-5811 e-loop-item e-loop-item-6068 post-6068 glossary type-glossary status-publish hentry glossary-category-trader-glossary\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-00d59c9 purple-box glossary-post e-flex e-con-boxed e-con e-parent\" data-id=\"00d59c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c134889 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"c134889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-kyc-in-prop-firms-2\/\">What Is KYC in Prop Firms?<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-833a74a glossary-post-excerpt elementor-widget elementor-widget-text-editor\" data-id=\"833a74a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tKYC in prop firms is the process of verifying a trader&#8217;s identity before issuing a funded account or processing a payout. It typically requires a government-issued ID, proof of address, and a face check. Firms run it to prevent fraud and confirm the trader behind the account is the same person being paid.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-711b012 e-con-full e-flex e-con e-child\" data-id=\"711b012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dbbcd2 elementor-widget elementor-widget-post-info\" data-id=\"1dbbcd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-c4c4502 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">Trader Glossary<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12256ac glossary-icon elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"12256ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-kyc-in-prop-firms-2\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e55e9a elementor-widget elementor-widget-html\" data-id=\"0e55e9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const elements = document.querySelectorAll(\".glossary-post-excerpt\");\r\n  const limit = 100;\r\n\r\n  elements.forEach(el => {\r\n    let text = el.textContent.trim();\r\n\r\n    if (text.length > limit) {\r\n      let truncated = text.substring(0, limit);\r\n\r\n      \/\/ se\u010de do poslednjeg razmaka\r\n      truncated = truncated.substring(0, truncated.lastIndexOf(\" \"));\r\n\r\n      el.textContent = truncated + \"...\";\r\n    }\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d29247d mm-keyword elementor-widget elementor-widget-text-editor\" data-id=\"d29247d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tprop firm KYC\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"5811\" class=\"elementor elementor-5811 e-loop-item e-loop-item-6067 post-6067 glossary type-glossary status-publish hentry glossary-category-trader-glossary\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-00d59c9 purple-box glossary-post e-flex e-con-boxed e-con e-parent\" data-id=\"00d59c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c134889 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"c134889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-max-drawdown\/\">What Is Max Drawdown?<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-833a74a glossary-post-excerpt elementor-widget elementor-widget-text-editor\" data-id=\"833a74a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tMax drawdown is the maximum loss a prop firm account can take before the challenge or funded account ends.   Static drawdown is measured against the starting balance. Trailing drawdown moves up with profits.   Understanding which method a firm uses and how daily loss limits interact with it is the most important step before purchasing a challenge.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-711b012 e-con-full e-flex e-con e-child\" data-id=\"711b012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dbbcd2 elementor-widget elementor-widget-post-info\" data-id=\"1dbbcd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-c4c4502 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">Trader Glossary<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12256ac glossary-icon elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"12256ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-max-drawdown\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e55e9a elementor-widget elementor-widget-html\" data-id=\"0e55e9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const elements = document.querySelectorAll(\".glossary-post-excerpt\");\r\n  const limit = 100;\r\n\r\n  elements.forEach(el => {\r\n    let text = el.textContent.trim();\r\n\r\n    if (text.length > limit) {\r\n      let truncated = text.substring(0, limit);\r\n\r\n      \/\/ se\u010de do poslednjeg razmaka\r\n      truncated = truncated.substring(0, truncated.lastIndexOf(\" \"));\r\n\r\n      el.textContent = truncated + \"...\";\r\n    }\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d29247d mm-keyword elementor-widget elementor-widget-text-editor\" data-id=\"d29247d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tmax drawdown\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"5811\" class=\"elementor elementor-5811 e-loop-item e-loop-item-6048 post-6048 glossary type-glossary status-publish hentry glossary-category-b2b-for-prop-firm-operators\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-00d59c9 purple-box glossary-post e-flex e-con-boxed e-con e-parent\" data-id=\"00d59c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c134889 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"c134889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-white-label-ii\/\">What Is White Label II?<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-833a74a glossary-post-excerpt elementor-widget elementor-widget-text-editor\" data-id=\"833a74a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tWhite Label II is one of PropAccount&#8217;s two white label models, built for operators who want custom rule configuration, multi-asset coverage, and product flexibility. The plan pays 50% of net revenue after a one-time $3,000 setup fee, with no monthly costs and capital backing included. It fits operators building their audience through digital marketing rather than launching with distribution already in place. \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-711b012 e-con-full e-flex e-con e-child\" data-id=\"711b012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dbbcd2 elementor-widget elementor-widget-post-info\" data-id=\"1dbbcd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-c4c4502 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">B2B - For Prop Firm Operators<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12256ac glossary-icon elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"12256ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-white-label-ii\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e55e9a elementor-widget elementor-widget-html\" data-id=\"0e55e9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const elements = document.querySelectorAll(\".glossary-post-excerpt\");\r\n  const limit = 100;\r\n\r\n  elements.forEach(el => {\r\n    let text = el.textContent.trim();\r\n\r\n    if (text.length > limit) {\r\n      let truncated = text.substring(0, limit);\r\n\r\n      \/\/ se\u010de do poslednjeg razmaka\r\n      truncated = truncated.substring(0, truncated.lastIndexOf(\" \"));\r\n\r\n      el.textContent = truncated + \"...\";\r\n    }\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d29247d mm-keyword elementor-widget elementor-widget-text-editor\" data-id=\"d29247d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\twhite label II\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"5811\" class=\"elementor elementor-5811 e-loop-item e-loop-item-6047 post-6047 glossary type-glossary status-publish hentry glossary-category-b2b-for-prop-firm-operators\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-00d59c9 purple-box glossary-post e-flex e-con-boxed e-con e-parent\" data-id=\"00d59c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c134889 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"c134889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-white-label-i\/\">What Is White Label I?<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-833a74a glossary-post-excerpt elementor-widget elementor-widget-text-editor\" data-id=\"833a74a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tWhite Label I is one of PropAccount&#8217;s two white label models, built around fixed plan types and a one-week launch timeline. It pays operators 30% of gross sales after a one-time $3,000 setup fee, with no monthly costs and capital backing included. The plan is most popular with influencers, educators, affiliates, IBs, and digital marketers who have an existing audience.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-711b012 e-con-full e-flex e-con e-child\" data-id=\"711b012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dbbcd2 elementor-widget elementor-widget-post-info\" data-id=\"1dbbcd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-c4c4502 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">B2B - For Prop Firm Operators<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12256ac glossary-icon elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"12256ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-white-label-i\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e55e9a elementor-widget elementor-widget-html\" data-id=\"0e55e9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const elements = document.querySelectorAll(\".glossary-post-excerpt\");\r\n  const limit = 100;\r\n\r\n  elements.forEach(el => {\r\n    let text = el.textContent.trim();\r\n\r\n    if (text.length > limit) {\r\n      let truncated = text.substring(0, limit);\r\n\r\n      \/\/ se\u010de do poslednjeg razmaka\r\n      truncated = truncated.substring(0, truncated.lastIndexOf(\" \"));\r\n\r\n      el.textContent = truncated + \"...\";\r\n    }\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d29247d mm-keyword elementor-widget elementor-widget-text-editor\" data-id=\"d29247d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\twhite label I\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"5811\" class=\"elementor elementor-5811 e-loop-item e-loop-item-6037 post-6037 glossary type-glossary status-publish hentry glossary-category-trader-glossary\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-00d59c9 purple-box glossary-post e-flex e-con-boxed e-con e-parent\" data-id=\"00d59c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c134889 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"c134889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-are-prop-firm-challenge-rules\/\">What Are Prop Firm Challenge Rules?<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-833a74a glossary-post-excerpt elementor-widget elementor-widget-text-editor\" data-id=\"833a74a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tProp firm challenge rules define what a trader must do to pass an evaluation. Profit targets, maximum drawdown, daily loss limits, and consistency requirements are the core conditions. \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-711b012 e-con-full e-flex e-con e-child\" data-id=\"711b012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dbbcd2 elementor-widget elementor-widget-post-info\" data-id=\"1dbbcd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-c4c4502 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">Trader Glossary<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12256ac glossary-icon elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"12256ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-are-prop-firm-challenge-rules\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e55e9a elementor-widget elementor-widget-html\" data-id=\"0e55e9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const elements = document.querySelectorAll(\".glossary-post-excerpt\");\r\n  const limit = 100;\r\n\r\n  elements.forEach(el => {\r\n    let text = el.textContent.trim();\r\n\r\n    if (text.length > limit) {\r\n      let truncated = text.substring(0, limit);\r\n\r\n      \/\/ se\u010de do poslednjeg razmaka\r\n      truncated = truncated.substring(0, truncated.lastIndexOf(\" \"));\r\n\r\n      el.textContent = truncated + \"...\";\r\n    }\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d29247d mm-keyword elementor-widget elementor-widget-text-editor\" data-id=\"d29247d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tprop firm challenge rules\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"5811\" class=\"elementor elementor-5811 e-loop-item e-loop-item-6036 post-6036 glossary type-glossary status-publish hentry glossary-category-b2b-for-prop-firm-operators\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-00d59c9 purple-box glossary-post e-flex e-con-boxed e-con e-parent\" data-id=\"00d59c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c134889 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"c134889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-prop-firm-marketing\/\">What Is Prop Firm Marketing?<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-833a74a glossary-post-excerpt elementor-widget elementor-widget-text-editor\" data-id=\"833a74a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tProp firm marketing covers the channels and strategies operators use to acquire traders. Affiliates dominate the space, but paid social, content, and community building all contribute.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-711b012 e-con-full e-flex e-con e-child\" data-id=\"711b012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dbbcd2 elementor-widget elementor-widget-post-info\" data-id=\"1dbbcd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-c4c4502 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">B2B - For Prop Firm Operators<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12256ac glossary-icon elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"12256ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-prop-firm-marketing\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e55e9a elementor-widget elementor-widget-html\" data-id=\"0e55e9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const elements = document.querySelectorAll(\".glossary-post-excerpt\");\r\n  const limit = 100;\r\n\r\n  elements.forEach(el => {\r\n    let text = el.textContent.trim();\r\n\r\n    if (text.length > limit) {\r\n      let truncated = text.substring(0, limit);\r\n\r\n      \/\/ se\u010de do poslednjeg razmaka\r\n      truncated = truncated.substring(0, truncated.lastIndexOf(\" \"));\r\n\r\n      el.textContent = truncated + \"...\";\r\n    }\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d29247d mm-keyword elementor-widget elementor-widget-text-editor\" data-id=\"d29247d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tprop firm marketing\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"5811\" class=\"elementor elementor-5811 e-loop-item e-loop-item-6000 post-6000 glossary type-glossary status-publish hentry glossary-category-trader-glossary\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-00d59c9 purple-box glossary-post e-flex e-con-boxed e-con e-parent\" data-id=\"00d59c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c134889 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"c134889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-a-trader-dashboard\/\">What Is a Trader Dashboard?<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-833a74a glossary-post-excerpt elementor-widget elementor-widget-text-editor\" data-id=\"833a74a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tA trader dashboard is the interface where funded traders track their account metrics, manage payouts, and stay within the rules. For operators, it is a brand touchpoint that directly affects retention, retry rates, and trader satisfaction.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-711b012 e-con-full e-flex e-con e-child\" data-id=\"711b012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dbbcd2 elementor-widget elementor-widget-post-info\" data-id=\"1dbbcd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-c4c4502 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">Trader Glossary<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12256ac glossary-icon elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"12256ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-a-trader-dashboard\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e55e9a elementor-widget elementor-widget-html\" data-id=\"0e55e9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const elements = document.querySelectorAll(\".glossary-post-excerpt\");\r\n  const limit = 100;\r\n\r\n  elements.forEach(el => {\r\n    let text = el.textContent.trim();\r\n\r\n    if (text.length > limit) {\r\n      let truncated = text.substring(0, limit);\r\n\r\n      \/\/ se\u010de do poslednjeg razmaka\r\n      truncated = truncated.substring(0, truncated.lastIndexOf(\" \"));\r\n\r\n      el.textContent = truncated + \"...\";\r\n    }\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d29247d mm-keyword elementor-widget elementor-widget-text-editor\" data-id=\"d29247d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\ttrader dashboard\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"5811\" class=\"elementor elementor-5811 e-loop-item e-loop-item-5987 post-5987 glossary type-glossary status-publish hentry glossary-category-b2b-for-prop-firm-operators\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-00d59c9 purple-box glossary-post e-flex e-con-boxed e-con e-parent\" data-id=\"00d59c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c134889 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"c134889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-a-prop-firm-affiliate-program\/\">What Is a Prop Firm Affiliate Program?<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-833a74a glossary-post-excerpt elementor-widget elementor-widget-text-editor\" data-id=\"833a74a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tA prop firm affiliate program pays commissions to individuals who refer new traders. It is one of the most cost-effective acquisition channels for firms and a meaningful revenue stream for trading educators, content creators, and community leaders.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-711b012 e-con-full e-flex e-con e-child\" data-id=\"711b012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dbbcd2 elementor-widget elementor-widget-post-info\" data-id=\"1dbbcd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-c4c4502 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">B2B - For Prop Firm Operators<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12256ac glossary-icon elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"12256ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-a-prop-firm-affiliate-program\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e55e9a elementor-widget elementor-widget-html\" data-id=\"0e55e9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const elements = document.querySelectorAll(\".glossary-post-excerpt\");\r\n  const limit = 100;\r\n\r\n  elements.forEach(el => {\r\n    let text = el.textContent.trim();\r\n\r\n    if (text.length > limit) {\r\n      let truncated = text.substring(0, limit);\r\n\r\n      \/\/ se\u010de do poslednjeg razmaka\r\n      truncated = truncated.substring(0, truncated.lastIndexOf(\" \"));\r\n\r\n      el.textContent = truncated + \"...\";\r\n    }\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d29247d mm-keyword elementor-widget elementor-widget-text-editor\" data-id=\"d29247d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tprop firm affiliate\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"5811\" class=\"elementor elementor-5811 e-loop-item e-loop-item-5986 post-5986 glossary type-glossary status-publish hentry glossary-category-b2b-for-prop-firm-operators\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-00d59c9 purple-box glossary-post e-flex e-con-boxed e-con e-parent\" data-id=\"00d59c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c134889 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"c134889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-prop-firm-capital\/\">What Is Prop Firm Capital?<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-833a74a glossary-post-excerpt elementor-widget elementor-widget-text-editor\" data-id=\"833a74a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tProp firm capital is the money behind every funded account. Operators fund trader accounts themselves.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-711b012 e-con-full e-flex e-con e-child\" data-id=\"711b012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dbbcd2 elementor-widget elementor-widget-post-info\" data-id=\"1dbbcd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-c4c4502 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">B2B - For Prop Firm Operators<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12256ac glossary-icon elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"12256ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-prop-firm-capital\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e55e9a elementor-widget elementor-widget-html\" data-id=\"0e55e9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const elements = document.querySelectorAll(\".glossary-post-excerpt\");\r\n  const limit = 100;\r\n\r\n  elements.forEach(el => {\r\n    let text = el.textContent.trim();\r\n\r\n    if (text.length > limit) {\r\n      let truncated = text.substring(0, limit);\r\n\r\n      \/\/ se\u010de do poslednjeg razmaka\r\n      truncated = truncated.substring(0, truncated.lastIndexOf(\" \"));\r\n\r\n      el.textContent = truncated + \"...\";\r\n    }\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d29247d mm-keyword elementor-widget elementor-widget-text-editor\" data-id=\"d29247d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tprop firm capital\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"5811\" class=\"elementor elementor-5811 e-loop-item e-loop-item-5983 post-5983 glossary type-glossary status-publish hentry glossary-category-b2b-for-prop-firm-operators\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-00d59c9 purple-box glossary-post e-flex e-con-boxed e-con e-parent\" data-id=\"00d59c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c134889 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"c134889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-prop-tech\/\">What Is Prop Tech?<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-833a74a glossary-post-excerpt elementor-widget elementor-widget-text-editor\" data-id=\"833a74a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tProp tech is the technology that powers prop firm operations. It covers everything from trading platforms and risk engines to CRM tools and payout systems. \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-711b012 e-con-full e-flex e-con e-child\" data-id=\"711b012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dbbcd2 elementor-widget elementor-widget-post-info\" data-id=\"1dbbcd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-c4c4502 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">B2B - For Prop Firm Operators<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12256ac glossary-icon elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"12256ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-prop-tech\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e55e9a elementor-widget elementor-widget-html\" data-id=\"0e55e9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const elements = document.querySelectorAll(\".glossary-post-excerpt\");\r\n  const limit = 100;\r\n\r\n  elements.forEach(el => {\r\n    let text = el.textContent.trim();\r\n\r\n    if (text.length > limit) {\r\n      let truncated = text.substring(0, limit);\r\n\r\n      \/\/ se\u010de do poslednjeg razmaka\r\n      truncated = truncated.substring(0, truncated.lastIndexOf(\" \"));\r\n\r\n      el.textContent = truncated + \"...\";\r\n    }\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d29247d mm-keyword elementor-widget elementor-widget-text-editor\" data-id=\"d29247d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tprop tech\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"5811\" class=\"elementor elementor-5811 e-loop-item e-loop-item-5982 post-5982 glossary type-glossary status-publish hentry glossary-category-b2b-for-prop-firm-operators\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-00d59c9 purple-box glossary-post e-flex e-con-boxed e-con e-parent\" data-id=\"00d59c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c134889 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"c134889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-instant-funding-in-prop-firms\/\">What Is Instant Funding in Prop Firms?<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-833a74a glossary-post-excerpt elementor-widget elementor-widget-text-editor\" data-id=\"833a74a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tInstant funding gives traders immediate access to a funded account without an evaluation. Fees are typically higher, and rules are stricter, but traders who already have a consistent strategy can start earning from day one.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-711b012 e-con-full e-flex e-con e-child\" data-id=\"711b012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dbbcd2 elementor-widget elementor-widget-post-info\" data-id=\"1dbbcd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-c4c4502 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">B2B - For Prop Firm Operators<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12256ac glossary-icon elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"12256ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-instant-funding-in-prop-firms\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e55e9a elementor-widget elementor-widget-html\" data-id=\"0e55e9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const elements = document.querySelectorAll(\".glossary-post-excerpt\");\r\n  const limit = 100;\r\n\r\n  elements.forEach(el => {\r\n    let text = el.textContent.trim();\r\n\r\n    if (text.length > limit) {\r\n      let truncated = text.substring(0, limit);\r\n\r\n      \/\/ se\u010de do poslednjeg razmaka\r\n      truncated = truncated.substring(0, truncated.lastIndexOf(\" \"));\r\n\r\n      el.textContent = truncated + \"...\";\r\n    }\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d29247d mm-keyword elementor-widget elementor-widget-text-editor\" data-id=\"d29247d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tInstant funding\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"5811\" class=\"elementor elementor-5811 e-loop-item e-loop-item-5888 post-5888 glossary type-glossary status-publish hentry glossary-category-b2b-for-prop-firm-operators\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-00d59c9 purple-box glossary-post e-flex e-con-boxed e-con e-parent\" data-id=\"00d59c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c134889 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"c134889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-a-prop-firm-risk-engine-2\/\">What Is a Prop Firm Risk Engine?<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-833a74a glossary-post-excerpt elementor-widget elementor-widget-text-editor\" data-id=\"833a74a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tA risk engine is an automated system that enforces rules the firm has set, and closes breached accounts in real time. It protects the firm from uncontrolled payout exposure and is essential to any scalable prop firm operation.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-711b012 e-con-full e-flex e-con e-child\" data-id=\"711b012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dbbcd2 elementor-widget elementor-widget-post-info\" data-id=\"1dbbcd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-c4c4502 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">B2B - For Prop Firm Operators<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12256ac glossary-icon elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"12256ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-a-prop-firm-risk-engine-2\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e55e9a elementor-widget elementor-widget-html\" data-id=\"0e55e9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const elements = document.querySelectorAll(\".glossary-post-excerpt\");\r\n  const limit = 100;\r\n\r\n  elements.forEach(el => {\r\n    let text = el.textContent.trim();\r\n\r\n    if (text.length > limit) {\r\n      let truncated = text.substring(0, limit);\r\n\r\n      \/\/ se\u010de do poslednjeg razmaka\r\n      truncated = truncated.substring(0, truncated.lastIndexOf(\" \"));\r\n\r\n      el.textContent = truncated + \"...\";\r\n    }\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d29247d mm-keyword elementor-widget elementor-widget-text-editor\" data-id=\"d29247d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tprop firm risk engine\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"5811\" class=\"elementor elementor-5811 e-loop-item e-loop-item-5897 post-5897 glossary type-glossary status-publish hentry glossary-category-b2b-for-prop-firm-operators\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-00d59c9 purple-box glossary-post e-flex e-con-boxed e-con e-parent\" data-id=\"00d59c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c134889 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"c134889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-a-multi-asset-prop-firm\/\">What Is a Multi-Asset Prop Firm?<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-833a74a glossary-post-excerpt elementor-widget elementor-widget-text-editor\" data-id=\"833a74a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tA multi-asset prop firm gives traders access to more than one market from a single firm, covering combinations of forex, futures, equities, and crypto. For operators, multi-asset broadens the addressable market, increases retention, and raises average revenue, but requires a platform and risk engine capable of handling multiple market types.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-711b012 e-con-full e-flex e-con e-child\" data-id=\"711b012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dbbcd2 elementor-widget elementor-widget-post-info\" data-id=\"1dbbcd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-c4c4502 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">B2B - For Prop Firm Operators<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12256ac glossary-icon elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"12256ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-a-multi-asset-prop-firm\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e55e9a elementor-widget elementor-widget-html\" data-id=\"0e55e9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const elements = document.querySelectorAll(\".glossary-post-excerpt\");\r\n  const limit = 100;\r\n\r\n  elements.forEach(el => {\r\n    let text = el.textContent.trim();\r\n\r\n    if (text.length > limit) {\r\n      let truncated = text.substring(0, limit);\r\n\r\n      \/\/ se\u010de do poslednjeg razmaka\r\n      truncated = truncated.substring(0, truncated.lastIndexOf(\" \"));\r\n\r\n      el.textContent = truncated + \"...\";\r\n    }\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d29247d mm-keyword elementor-widget elementor-widget-text-editor\" data-id=\"d29247d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tmulti-asset trading platform\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"5811\" class=\"elementor elementor-5811 e-loop-item e-loop-item-5803 post-5803 glossary type-glossary status-publish hentry glossary-category-b2b-for-prop-firm-operators\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-00d59c9 purple-box glossary-post e-flex e-con-boxed e-con e-parent\" data-id=\"00d59c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c134889 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"c134889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-prop-trading-software\/\">Prop Trading Software Explained<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-833a74a glossary-post-excerpt elementor-widget elementor-widget-text-editor\" data-id=\"833a74a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tProp trading software covers the platforms and tools that traders and firms use daily. Better software generally means a more accurate and reliable trading experience.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-711b012 e-con-full e-flex e-con e-child\" data-id=\"711b012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dbbcd2 elementor-widget elementor-widget-post-info\" data-id=\"1dbbcd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-c4c4502 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">B2B - For Prop Firm Operators<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12256ac glossary-icon elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"12256ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-prop-trading-software\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e55e9a elementor-widget elementor-widget-html\" data-id=\"0e55e9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const elements = document.querySelectorAll(\".glossary-post-excerpt\");\r\n  const limit = 100;\r\n\r\n  elements.forEach(el => {\r\n    let text = el.textContent.trim();\r\n\r\n    if (text.length > limit) {\r\n      let truncated = text.substring(0, limit);\r\n\r\n      \/\/ se\u010de do poslednjeg razmaka\r\n      truncated = truncated.substring(0, truncated.lastIndexOf(\" \"));\r\n\r\n      el.textContent = truncated + \"...\";\r\n    }\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d29247d mm-keyword elementor-widget elementor-widget-text-editor\" data-id=\"d29247d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tprop trading software\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"5811\" class=\"elementor elementor-5811 e-loop-item e-loop-item-5801 post-5801 glossary type-glossary status-publish hentry glossary-category-b2b-for-prop-firm-operators\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-00d59c9 purple-box glossary-post e-flex e-con-boxed e-con e-parent\" data-id=\"00d59c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c134889 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"c134889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-a-prop-firm-crm\/\">Prop Firm CRM Explained<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-833a74a glossary-post-excerpt elementor-widget elementor-widget-text-editor\" data-id=\"833a74a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tA prop firm CRM manages trader accounts, challenge progress, KYC, and payouts from one place. It becomes essential as the firm scales beyond a small number of funded traders.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-711b012 e-con-full e-flex e-con e-child\" data-id=\"711b012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dbbcd2 elementor-widget elementor-widget-post-info\" data-id=\"1dbbcd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-c4c4502 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">B2B - For Prop Firm Operators<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12256ac glossary-icon elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"12256ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-a-prop-firm-crm\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e55e9a elementor-widget elementor-widget-html\" data-id=\"0e55e9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const elements = document.querySelectorAll(\".glossary-post-excerpt\");\r\n  const limit = 100;\r\n\r\n  elements.forEach(el => {\r\n    let text = el.textContent.trim();\r\n\r\n    if (text.length > limit) {\r\n      let truncated = text.substring(0, limit);\r\n\r\n      \/\/ se\u010de do poslednjeg razmaka\r\n      truncated = truncated.substring(0, truncated.lastIndexOf(\" \"));\r\n\r\n      el.textContent = truncated + \"...\";\r\n    }\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d29247d mm-keyword elementor-widget elementor-widget-text-editor\" data-id=\"d29247d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tprop firm crm\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"5811\" class=\"elementor elementor-5811 e-loop-item e-loop-item-5800 post-5800 glossary type-glossary status-publish hentry glossary-category-b2b-for-prop-firm-operators\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-00d59c9 purple-box glossary-post e-flex e-con-boxed e-con e-parent\" data-id=\"00d59c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c134889 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"c134889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/how-to-start-a-prop-firm\/\">How to Start a Prop Firm?<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-833a74a glossary-post-excerpt elementor-widget elementor-widget-text-editor\" data-id=\"833a74a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tStarting a prop firm is achievable with the right technology partner. The key steps are choosing a platform, defining your challenge structure, and building a brand that traders can trust.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-711b012 e-con-full e-flex e-con e-child\" data-id=\"711b012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dbbcd2 elementor-widget elementor-widget-post-info\" data-id=\"1dbbcd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-c4c4502 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">B2B - For Prop Firm Operators<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12256ac glossary-icon elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"12256ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/how-to-start-a-prop-firm\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e55e9a elementor-widget elementor-widget-html\" data-id=\"0e55e9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const elements = document.querySelectorAll(\".glossary-post-excerpt\");\r\n  const limit = 100;\r\n\r\n  elements.forEach(el => {\r\n    let text = el.textContent.trim();\r\n\r\n    if (text.length > limit) {\r\n      let truncated = text.substring(0, limit);\r\n\r\n      \/\/ se\u010de do poslednjeg razmaka\r\n      truncated = truncated.substring(0, truncated.lastIndexOf(\" \"));\r\n\r\n      el.textContent = truncated + \"...\";\r\n    }\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d29247d mm-keyword elementor-widget elementor-widget-text-editor\" data-id=\"d29247d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\thow to start a prop firm\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"5811\" class=\"elementor elementor-5811 e-loop-item e-loop-item-5799 post-5799 glossary type-glossary status-publish hentry glossary-category-b2b-for-prop-firm-operators\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-00d59c9 purple-box glossary-post e-flex e-con-boxed e-con e-parent\" data-id=\"00d59c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c134889 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"c134889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-a-white-label-prop-firm\/\">White Label Prop Firm Explained<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-833a74a glossary-post-excerpt elementor-widget elementor-widget-text-editor\" data-id=\"833a74a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tA white label prop firm uses a licensed technology platform from another provider, branded under its own name. It is the fastest and most cost-effective way to launch a prop firm.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-711b012 e-con-full e-flex e-con e-child\" data-id=\"711b012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dbbcd2 elementor-widget elementor-widget-post-info\" data-id=\"1dbbcd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-c4c4502 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">B2B - For Prop Firm Operators<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12256ac glossary-icon elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"12256ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-a-white-label-prop-firm\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e55e9a elementor-widget elementor-widget-html\" data-id=\"0e55e9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const elements = document.querySelectorAll(\".glossary-post-excerpt\");\r\n  const limit = 100;\r\n\r\n  elements.forEach(el => {\r\n    let text = el.textContent.trim();\r\n\r\n    if (text.length > limit) {\r\n      let truncated = text.substring(0, limit);\r\n\r\n      \/\/ se\u010de do poslednjeg razmaka\r\n      truncated = truncated.substring(0, truncated.lastIndexOf(\" \"));\r\n\r\n      el.textContent = truncated + \"...\";\r\n    }\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d29247d mm-keyword elementor-widget elementor-widget-text-editor\" data-id=\"d29247d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\twhite label prop firm\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"5811\" class=\"elementor elementor-5811 e-loop-item e-loop-item-5798 post-5798 glossary type-glossary status-publish hentry glossary-category-b2b-for-prop-firm-operators\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-00d59c9 purple-box glossary-post e-flex e-con-boxed e-con e-parent\" data-id=\"00d59c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c134889 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"c134889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-prop-firm-technology\/\">Prop Firm Technology: Full Guide<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-833a74a glossary-post-excerpt elementor-widget elementor-widget-text-editor\" data-id=\"833a74a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tProp firm technology covers every system needed to run a funded trading operation. Choosing the right technology partner is one of the most important decisions a prop firm operator makes.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-711b012 e-con-full e-flex e-con e-child\" data-id=\"711b012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dbbcd2 elementor-widget elementor-widget-post-info\" data-id=\"1dbbcd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-c4c4502 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">B2B - For Prop Firm Operators<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12256ac glossary-icon elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"12256ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-prop-firm-technology\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e55e9a elementor-widget elementor-widget-html\" data-id=\"0e55e9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const elements = document.querySelectorAll(\".glossary-post-excerpt\");\r\n  const limit = 100;\r\n\r\n  elements.forEach(el => {\r\n    let text = el.textContent.trim();\r\n\r\n    if (text.length > limit) {\r\n      let truncated = text.substring(0, limit);\r\n\r\n      \/\/ se\u010de do poslednjeg razmaka\r\n      truncated = truncated.substring(0, truncated.lastIndexOf(\" \"));\r\n\r\n      el.textContent = truncated + \"...\";\r\n    }\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d29247d mm-keyword elementor-widget elementor-widget-text-editor\" data-id=\"d29247d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tprop firm technology\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"5811\" class=\"elementor elementor-5811 e-loop-item e-loop-item-5797 post-5797 glossary type-glossary status-publish hentry glossary-category-b2b-for-prop-firm-operators\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-00d59c9 purple-box glossary-post e-flex e-con-boxed e-con e-parent\" data-id=\"00d59c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c134889 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"c134889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-the-prop-firm-business-model\/\">Prop Firm Business Model Explained<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-833a74a glossary-post-excerpt elementor-widget elementor-widget-text-editor\" data-id=\"833a74a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tProp firms earn from challenge fees and profit sharing with funded traders. The model is scalable, but it requires solid risk management systems to operate profitably.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-711b012 e-con-full e-flex e-con e-child\" data-id=\"711b012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dbbcd2 elementor-widget elementor-widget-post-info\" data-id=\"1dbbcd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-c4c4502 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">B2B - For Prop Firm Operators<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12256ac glossary-icon elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"12256ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-the-prop-firm-business-model\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e55e9a elementor-widget elementor-widget-html\" data-id=\"0e55e9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const elements = document.querySelectorAll(\".glossary-post-excerpt\");\r\n  const limit = 100;\r\n\r\n  elements.forEach(el => {\r\n    let text = el.textContent.trim();\r\n\r\n    if (text.length > limit) {\r\n      let truncated = text.substring(0, limit);\r\n\r\n      \/\/ se\u010de do poslednjeg razmaka\r\n      truncated = truncated.substring(0, truncated.lastIndexOf(\" \"));\r\n\r\n      el.textContent = truncated + \"...\";\r\n    }\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d29247d mm-keyword elementor-widget elementor-widget-text-editor\" data-id=\"d29247d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tprop firm business model\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"5811\" class=\"elementor elementor-5811 e-loop-item e-loop-item-5796 post-5796 glossary type-glossary status-publish hentry glossary-category-trader-glossary\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-00d59c9 purple-box glossary-post e-flex e-con-boxed e-con e-parent\" data-id=\"00d59c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c134889 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"c134889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-a-prop-firm-payout-cycle\/\">Prop Firm Payout Cycle Explained<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-833a74a glossary-post-excerpt elementor-widget elementor-widget-text-editor\" data-id=\"833a74a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tThe payout cycle sets out when and how a funded trader receives their share of profits. Understanding the schedule, minimum amounts, and processing times helps in choosing the right firm.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-711b012 e-con-full e-flex e-con e-child\" data-id=\"711b012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dbbcd2 elementor-widget elementor-widget-post-info\" data-id=\"1dbbcd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-c4c4502 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">Trader Glossary<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12256ac glossary-icon elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"12256ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-a-prop-firm-payout-cycle\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e55e9a elementor-widget elementor-widget-html\" data-id=\"0e55e9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const elements = document.querySelectorAll(\".glossary-post-excerpt\");\r\n  const limit = 100;\r\n\r\n  elements.forEach(el => {\r\n    let text = el.textContent.trim();\r\n\r\n    if (text.length > limit) {\r\n      let truncated = text.substring(0, limit);\r\n\r\n      \/\/ se\u010de do poslednjeg razmaka\r\n      truncated = truncated.substring(0, truncated.lastIndexOf(\" \"));\r\n\r\n      el.textContent = truncated + \"...\";\r\n    }\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d29247d mm-keyword elementor-widget elementor-widget-text-editor\" data-id=\"d29247d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tProp Firm Payout Cycle\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"5811\" class=\"elementor elementor-5811 e-loop-item e-loop-item-5795 post-5795 glossary type-glossary status-publish hentry glossary-category-trader-glossary\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-00d59c9 purple-box glossary-post e-flex e-con-boxed e-con e-parent\" data-id=\"00d59c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c134889 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"c134889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-kyc-in-prop-firms\/\">What Is KYC in Prop Firms? Explained<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-833a74a glossary-post-excerpt elementor-widget elementor-widget-text-editor\" data-id=\"833a74a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tKYC is the identity verification process a prop firm requires to verify the identity of the user.It is a standard practice.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-711b012 e-con-full e-flex e-con e-child\" data-id=\"711b012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dbbcd2 elementor-widget elementor-widget-post-info\" data-id=\"1dbbcd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-c4c4502 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">Trader Glossary<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12256ac glossary-icon elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"12256ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-kyc-in-prop-firms\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e55e9a elementor-widget elementor-widget-html\" data-id=\"0e55e9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const elements = document.querySelectorAll(\".glossary-post-excerpt\");\r\n  const limit = 100;\r\n\r\n  elements.forEach(el => {\r\n    let text = el.textContent.trim();\r\n\r\n    if (text.length > limit) {\r\n      let truncated = text.substring(0, limit);\r\n\r\n      \/\/ se\u010de do poslednjeg razmaka\r\n      truncated = truncated.substring(0, truncated.lastIndexOf(\" \"));\r\n\r\n      el.textContent = truncated + \"...\";\r\n    }\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d29247d mm-keyword elementor-widget elementor-widget-text-editor\" data-id=\"d29247d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tprop firm kyc\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"5811\" class=\"elementor elementor-5811 e-loop-item e-loop-item-5794 post-5794 glossary type-glossary status-publish hentry glossary-category-trader-glossary\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-00d59c9 purple-box glossary-post e-flex e-con-boxed e-con e-parent\" data-id=\"00d59c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c134889 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"c134889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-a-crypto-prop-firm\/\">What Is a Crypto Prop Firm? Guide<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-833a74a glossary-post-excerpt elementor-widget elementor-widget-text-editor\" data-id=\"833a74a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tA crypto prop firm funds traders to trade digital asset markets. The 24\/7 schedule and higher price volatility create a different trading environment compared to forex or futures.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-711b012 e-con-full e-flex e-con e-child\" data-id=\"711b012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dbbcd2 elementor-widget elementor-widget-post-info\" data-id=\"1dbbcd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-c4c4502 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">Trader Glossary<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12256ac glossary-icon elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"12256ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-a-crypto-prop-firm\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e55e9a elementor-widget elementor-widget-html\" data-id=\"0e55e9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const elements = document.querySelectorAll(\".glossary-post-excerpt\");\r\n  const limit = 100;\r\n\r\n  elements.forEach(el => {\r\n    let text = el.textContent.trim();\r\n\r\n    if (text.length > limit) {\r\n      let truncated = text.substring(0, limit);\r\n\r\n      \/\/ se\u010de do poslednjeg razmaka\r\n      truncated = truncated.substring(0, truncated.lastIndexOf(\" \"));\r\n\r\n      el.textContent = truncated + \"...\";\r\n    }\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d29247d mm-keyword elementor-widget elementor-widget-text-editor\" data-id=\"d29247d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tCrypto Prop Firm\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"5811\" class=\"elementor elementor-5811 e-loop-item e-loop-item-5793 post-5793 glossary type-glossary status-publish hentry glossary-category-trader-glossary\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-00d59c9 purple-box glossary-post e-flex e-con-boxed e-con e-parent\" data-id=\"00d59c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c134889 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"c134889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-a-futures-prop-firm\/\">What Is a Futures Prop Firm? Explained<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-833a74a glossary-post-excerpt elementor-widget elementor-widget-text-editor\" data-id=\"833a74a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tA futures prop firm funds traders to trade standardized contracts on exchanges. Many use real market execution, which makes the model more transparent than fully simulated alternatives.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-711b012 e-con-full e-flex e-con e-child\" data-id=\"711b012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dbbcd2 elementor-widget elementor-widget-post-info\" data-id=\"1dbbcd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-c4c4502 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">Trader Glossary<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12256ac glossary-icon elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"12256ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-a-futures-prop-firm\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e55e9a elementor-widget elementor-widget-html\" data-id=\"0e55e9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const elements = document.querySelectorAll(\".glossary-post-excerpt\");\r\n  const limit = 100;\r\n\r\n  elements.forEach(el => {\r\n    let text = el.textContent.trim();\r\n\r\n    if (text.length > limit) {\r\n      let truncated = text.substring(0, limit);\r\n\r\n      \/\/ se\u010de do poslednjeg razmaka\r\n      truncated = truncated.substring(0, truncated.lastIndexOf(\" \"));\r\n\r\n      el.textContent = truncated + \"...\";\r\n    }\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d29247d mm-keyword elementor-widget elementor-widget-text-editor\" data-id=\"d29247d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tFutures Prop Firm\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"5811\" class=\"elementor elementor-5811 e-loop-item e-loop-item-5792 post-5792 glossary type-glossary status-publish hentry glossary-category-trader-glossary\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-00d59c9 purple-box glossary-post e-flex e-con-boxed e-con e-parent\" data-id=\"00d59c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c134889 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"c134889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-a-forex-prop-firm\/\">What Is a Forex Prop Firm? Guide<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-833a74a glossary-post-excerpt elementor-widget elementor-widget-text-editor\" data-id=\"833a74a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tA forex prop firm funds traders to trade currency pairs. It is the most common type of prop firm, and conditions can vary significantly from one firm to another.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-711b012 e-con-full e-flex e-con e-child\" data-id=\"711b012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dbbcd2 elementor-widget elementor-widget-post-info\" data-id=\"1dbbcd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-c4c4502 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">Trader Glossary<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12256ac glossary-icon elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"12256ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-a-forex-prop-firm\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e55e9a elementor-widget elementor-widget-html\" data-id=\"0e55e9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const elements = document.querySelectorAll(\".glossary-post-excerpt\");\r\n  const limit = 100;\r\n\r\n  elements.forEach(el => {\r\n    let text = el.textContent.trim();\r\n\r\n    if (text.length > limit) {\r\n      let truncated = text.substring(0, limit);\r\n\r\n      \/\/ se\u010de do poslednjeg razmaka\r\n      truncated = truncated.substring(0, truncated.lastIndexOf(\" \"));\r\n\r\n      el.textContent = truncated + \"...\";\r\n    }\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d29247d mm-keyword elementor-widget elementor-widget-text-editor\" data-id=\"d29247d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tForex Prop Firm\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"5811\" class=\"elementor elementor-5811 e-loop-item e-loop-item-5791 post-5791 glossary type-glossary status-publish hentry glossary-category-trader-glossary\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-00d59c9 purple-box glossary-post e-flex e-con-boxed e-con e-parent\" data-id=\"00d59c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c134889 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"c134889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-risk-management-for-prop-firms\/\">Prop Firm Risk Management Explained<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-833a74a glossary-post-excerpt elementor-widget elementor-widget-text-editor\" data-id=\"833a74a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tRisk management rules define the boundaries within which a funded trader must operate. Following them consistently is what allows a trader to remain funded over the long term.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-711b012 e-con-full e-flex e-con e-child\" data-id=\"711b012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dbbcd2 elementor-widget elementor-widget-post-info\" data-id=\"1dbbcd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-c4c4502 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">Trader Glossary<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12256ac glossary-icon elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"12256ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-risk-management-for-prop-firms\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e55e9a elementor-widget elementor-widget-html\" data-id=\"0e55e9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const elements = document.querySelectorAll(\".glossary-post-excerpt\");\r\n  const limit = 100;\r\n\r\n  elements.forEach(el => {\r\n    let text = el.textContent.trim();\r\n\r\n    if (text.length > limit) {\r\n      let truncated = text.substring(0, limit);\r\n\r\n      \/\/ se\u010de do poslednjeg razmaka\r\n      truncated = truncated.substring(0, truncated.lastIndexOf(\" \"));\r\n\r\n      el.textContent = truncated + \"...\";\r\n    }\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d29247d mm-keyword elementor-widget elementor-widget-text-editor\" data-id=\"d29247d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tprop firm risk management\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"5811\" class=\"elementor elementor-5811 e-loop-item e-loop-item-5790 post-5790 glossary type-glossary status-publish hentry glossary-category-trader-glossary\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-00d59c9 purple-box glossary-post e-flex e-con-boxed e-con e-parent\" data-id=\"00d59c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c134889 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"c134889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-a-funded-trader\/\">What Is a Funded Trader? Explained<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-833a74a glossary-post-excerpt elementor-widget elementor-widget-text-editor\" data-id=\"833a74a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tA funded trader uses the firm&#8217;s capital to trade and receives a share of any profits. No personal funds are at risk, and account sizes can grow over time based on performance.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-711b012 e-con-full e-flex e-con e-child\" data-id=\"711b012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dbbcd2 elementor-widget elementor-widget-post-info\" data-id=\"1dbbcd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-c4c4502 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">Trader Glossary<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12256ac glossary-icon elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"12256ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-a-funded-trader\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e55e9a elementor-widget elementor-widget-html\" data-id=\"0e55e9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const elements = document.querySelectorAll(\".glossary-post-excerpt\");\r\n  const limit = 100;\r\n\r\n  elements.forEach(el => {\r\n    let text = el.textContent.trim();\r\n\r\n    if (text.length > limit) {\r\n      let truncated = text.substring(0, limit);\r\n\r\n      \/\/ se\u010de do poslednjeg razmaka\r\n      truncated = truncated.substring(0, truncated.lastIndexOf(\" \"));\r\n\r\n      el.textContent = truncated + \"...\";\r\n    }\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d29247d mm-keyword elementor-widget elementor-widget-text-editor\" data-id=\"d29247d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tFunded Trader\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"5811\" class=\"elementor elementor-5811 e-loop-item e-loop-item-5789 post-5789 glossary type-glossary status-publish hentry glossary-category-trader-glossary\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-00d59c9 purple-box glossary-post e-flex e-con-boxed e-con e-parent\" data-id=\"00d59c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c134889 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"c134889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-a-prop-firm-challenge\/\">What Is a Prop Firm Challenge? Guide<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-833a74a glossary-post-excerpt elementor-widget elementor-widget-text-editor\" data-id=\"833a74a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tA prop firm challenge is the evaluation stage before receiving a funded account. Meet the profit target, stay within the rules, and the firm provides access to its capital.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-711b012 e-con-full e-flex e-con e-child\" data-id=\"711b012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dbbcd2 elementor-widget elementor-widget-post-info\" data-id=\"1dbbcd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-c4c4502 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">Trader Glossary<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12256ac glossary-icon elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"12256ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-a-prop-firm-challenge\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e55e9a elementor-widget elementor-widget-html\" data-id=\"0e55e9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const elements = document.querySelectorAll(\".glossary-post-excerpt\");\r\n  const limit = 100;\r\n\r\n  elements.forEach(el => {\r\n    let text = el.textContent.trim();\r\n\r\n    if (text.length > limit) {\r\n      let truncated = text.substring(0, limit);\r\n\r\n      \/\/ se\u010de do poslednjeg razmaka\r\n      truncated = truncated.substring(0, truncated.lastIndexOf(\" \"));\r\n\r\n      el.textContent = truncated + \"...\";\r\n    }\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d29247d mm-keyword elementor-widget elementor-widget-text-editor\" data-id=\"d29247d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tProp Firm Challenge\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"5811\" class=\"elementor elementor-5811 e-loop-item e-loop-item-5788 post-5788 glossary type-glossary status-publish hentry glossary-category-trader-glossary\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-00d59c9 purple-box glossary-post e-flex e-con-boxed e-con e-parent\" data-id=\"00d59c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c134889 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"c134889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-simulated-trading\/\">What Is Simulated Trading? Explained<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-833a74a glossary-post-excerpt elementor-widget elementor-widget-text-editor\" data-id=\"833a74a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tMax drawdown is the maximum loss an account can take before it is closed. Knowing whether it is static or trailing will affect how you manage risk throughout your trading.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-711b012 e-con-full e-flex e-con e-child\" data-id=\"711b012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dbbcd2 elementor-widget elementor-widget-post-info\" data-id=\"1dbbcd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-c4c4502 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">Trader Glossary<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12256ac glossary-icon elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"12256ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-simulated-trading\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e55e9a elementor-widget elementor-widget-html\" data-id=\"0e55e9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const elements = document.querySelectorAll(\".glossary-post-excerpt\");\r\n  const limit = 100;\r\n\r\n  elements.forEach(el => {\r\n    let text = el.textContent.trim();\r\n\r\n    if (text.length > limit) {\r\n      let truncated = text.substring(0, limit);\r\n\r\n      \/\/ se\u010de do poslednjeg razmaka\r\n      truncated = truncated.substring(0, truncated.lastIndexOf(\" \"));\r\n\r\n      el.textContent = truncated + \"...\";\r\n    }\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d29247d mm-keyword elementor-widget elementor-widget-text-editor\" data-id=\"d29247d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tSimulated Trading\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"5811\" class=\"elementor elementor-5811 e-loop-item e-loop-item-5787 post-5787 glossary type-glossary status-publish hentry glossary-category-trader-glossary\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-00d59c9 purple-box glossary-post e-flex e-con-boxed e-con e-parent\" data-id=\"00d59c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c134889 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"c134889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-a-prop-firm-account\/\">What Is a Prop Firm Account? Funded Guide<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-833a74a glossary-post-excerpt elementor-widget elementor-widget-text-editor\" data-id=\"833a74a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tA funded account gives a trader access to the firm&#8217;s capital. The trader earns a share of any profits generated, while the firm manages the financial risk.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-711b012 e-con-full e-flex e-con e-child\" data-id=\"711b012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dbbcd2 elementor-widget elementor-widget-post-info\" data-id=\"1dbbcd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-c4c4502 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">Trader Glossary<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12256ac glossary-icon elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"12256ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-a-prop-firm-account\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e55e9a elementor-widget elementor-widget-html\" data-id=\"0e55e9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const elements = document.querySelectorAll(\".glossary-post-excerpt\");\r\n  const limit = 100;\r\n\r\n  elements.forEach(el => {\r\n    let text = el.textContent.trim();\r\n\r\n    if (text.length > limit) {\r\n      let truncated = text.substring(0, limit);\r\n\r\n      \/\/ se\u010de do poslednjeg razmaka\r\n      truncated = truncated.substring(0, truncated.lastIndexOf(\" \"));\r\n\r\n      el.textContent = truncated + \"...\";\r\n    }\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d29247d mm-keyword elementor-widget elementor-widget-text-editor\" data-id=\"d29247d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tProp Firm Account\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"5811\" class=\"elementor elementor-5811 e-loop-item e-loop-item-5782 post-5782 glossary type-glossary status-publish hentry glossary-category-trader-glossary\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-00d59c9 purple-box glossary-post e-flex e-con-boxed e-con e-parent\" data-id=\"00d59c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c134889 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"c134889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-proprietary-trading\/\">What Is Proprietary Trading? Full Guide<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-833a74a glossary-post-excerpt elementor-widget elementor-widget-text-editor\" data-id=\"833a74a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tProprietary trading means using a firm&#8217;s own money to trade. The firm profits from successful trades, and no client funds are involved at any stage.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-711b012 e-con-full e-flex e-con e-child\" data-id=\"711b012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dbbcd2 elementor-widget elementor-widget-post-info\" data-id=\"1dbbcd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-c4c4502 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">Trader Glossary<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12256ac glossary-icon elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"12256ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-proprietary-trading\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e55e9a elementor-widget elementor-widget-html\" data-id=\"0e55e9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const elements = document.querySelectorAll(\".glossary-post-excerpt\");\r\n  const limit = 100;\r\n\r\n  elements.forEach(el => {\r\n    let text = el.textContent.trim();\r\n\r\n    if (text.length > limit) {\r\n      let truncated = text.substring(0, limit);\r\n\r\n      \/\/ se\u010de do poslednjeg razmaka\r\n      truncated = truncated.substring(0, truncated.lastIndexOf(\" \"));\r\n\r\n      el.textContent = truncated + \"...\";\r\n    }\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d29247d mm-keyword elementor-widget elementor-widget-text-editor\" data-id=\"d29247d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tProprietary Trading\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"5811\" class=\"elementor elementor-5811 e-loop-item e-loop-item-5774 post-5774 glossary type-glossary status-publish hentry glossary-category-trader-glossary\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-00d59c9 purple-box glossary-post e-flex e-con-boxed e-con e-parent\" data-id=\"00d59c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c134889 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"c134889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-a-prop-firm\/\">What Is a Prop Firm? How It Works Explained<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-833a74a glossary-post-excerpt elementor-widget elementor-widget-text-editor\" data-id=\"833a74a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tA prop firm gives traders access to its capital. The trader keeps a share of the profits, and the firm covers the risk. No personal funds are required to trade.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-711b012 e-con-full e-flex e-con e-child\" data-id=\"711b012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dbbcd2 elementor-widget elementor-widget-post-info\" data-id=\"1dbbcd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-c4c4502 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">Trader Glossary<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12256ac glossary-icon elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"12256ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/propaccount.com\/de\/resources\/glossary\/what-is-a-prop-firm\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e55e9a elementor-widget elementor-widget-html\" data-id=\"0e55e9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const elements = document.querySelectorAll(\".glossary-post-excerpt\");\r\n  const limit = 100;\r\n\r\n  elements.forEach(el => {\r\n    let text = el.textContent.trim();\r\n\r\n    if (text.length > limit) {\r\n      let truncated = text.substring(0, limit);\r\n\r\n      \/\/ se\u010de do poslednjeg razmaka\r\n      truncated = truncated.substring(0, truncated.lastIndexOf(\" \"));\r\n\r\n      el.textContent = truncated + \"...\";\r\n    }\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d29247d mm-keyword elementor-widget elementor-widget-text-editor\" data-id=\"d29247d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tProp Firm\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2dbbada7 e-flex e-con-boxed e-con e-parent\" data-id=\"2dbbada7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e6ebbbf e-flex e-con-boxed e-con e-child\" data-id=\"e6ebbbf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1d4c7de3 elementor-widget elementor-widget-heading\" data-id=\"1d4c7de3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">READY TO LAUNCH?<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-14a30f8 elementor-widget elementor-widget-heading\" data-id=\"14a30f8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Start Your Prop Firm Today<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-aaae7f8 elementor-widget elementor-widget-text-editor\" data-id=\"aaae7f8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Skip the coding, capital, and headaches. <br \/>Launch in days, not months.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4f4bc9e2 e-con-full e-flex e-con e-child\" data-id=\"4f4bc9e2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3c8b98ca elementor-mobile-align-center elementor-widget-mobile__width-initial gold-button elementor-widget elementor-widget-button\" data-id=\"3c8b98ca\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/propaccount.com\/build-your-prop-firm\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Get Started<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c529f9f elementor-widget elementor-widget-shortcode\" data-id=\"c529f9f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">-<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Glossary Prop Trading Glossary Essential terms and definitions every prop firm founder and trader should know. Each entry includes in-depth [&hellip;]<\/p>\n","protected":false},"author":8,"featured_media":0,"parent":5096,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","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":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","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":""},"class_list":["post-5761","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/propaccount.com\/de\/wp-json\/wp\/v2\/pages\/5761","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/propaccount.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/propaccount.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/propaccount.com\/de\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/propaccount.com\/de\/wp-json\/wp\/v2\/comments?post=5761"}],"version-history":[{"count":0,"href":"https:\/\/propaccount.com\/de\/wp-json\/wp\/v2\/pages\/5761\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/propaccount.com\/de\/wp-json\/wp\/v2\/pages\/5096"}],"wp:attachment":[{"href":"https:\/\/propaccount.com\/de\/wp-json\/wp\/v2\/media?parent=5761"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}