{"id":2189,"date":"2025-11-12T16:27:08","date_gmt":"2025-11-12T16:27:08","guid":{"rendered":"https:\/\/news.algobuilderx.com\/?p=2189"},"modified":"2025-11-12T16:27:10","modified_gmt":"2025-11-12T16:27:10","slug":"the-abx-block-flow-how-logic-connections-work-in-algobuilderx","status":"publish","type":"post","link":"https:\/\/news.algobuilderx.com\/?p=2189","title":{"rendered":"The ABX Block Flow: How Logic Connections Work in AlgoBuilderX"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\" id=\"what-is-algobuilderx-and-what-does-block-flow-mean\">What Is AlgoBuilderX and What Does \u201cBlock Flow\u201d Mean?<\/h2>\n\n\n\n<p><strong><a href=\"https:\/\/algobuilderx.com\/\" data-type=\"link\" data-id=\"https:\/\/algobuilderx.com\/\">AlgoBuilderX <\/a>(ABX)<\/strong> is a <strong>visual strategy builder<\/strong> that lets you create automated trading systems <strong>without writing a single line of code<\/strong>.<br>Everything happens through <strong>logical blocks<\/strong> connected together in a flow, called the <em>block flow<\/em>, which defines, step by step, how your Cbot behaves.<\/p>\n\n\n\n<p>Think of each block as a small piece of code, but visual. By connecting them, you build the <strong>logic of your strategy<\/strong>, checking conditions, managing executions, and setting buy or sell actions.<br>The <em>block flow<\/em> is therefore the <strong>core of ABX<\/strong>, as it determines the order and logic of execution.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"487\" src=\"https:\/\/news.algobuilderx.com\/wp-content\/uploads\/2025\/11\/1gehjrkg-1024x487.png\" alt=\"\" class=\"wp-image-2206\" srcset=\"https:\/\/news.algobuilderx.com\/wp-content\/uploads\/2025\/11\/1gehjrkg-1024x487.png 1024w, https:\/\/news.algobuilderx.com\/wp-content\/uploads\/2025\/11\/1gehjrkg-300x143.png 300w, https:\/\/news.algobuilderx.com\/wp-content\/uploads\/2025\/11\/1gehjrkg-768x365.png 768w, https:\/\/news.algobuilderx.com\/wp-content\/uploads\/2025\/11\/1gehjrkg-1536x730.png 1536w, https:\/\/news.algobuilderx.com\/wp-content\/uploads\/2025\/11\/1gehjrkg.png 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"the-master-concept-in-abx\">The \u201cMaster\u201d Concept in ABX<\/h2>\n\n\n\n<p>In ABX, every flow of blocks starts from a point called <strong>MASTER<\/strong>.<br>The Master <strong>is not a block<\/strong>, but an <strong>automatic label<\/strong> assigned to the first block in each flow.<br>They are named automatically as <em>Master 1<\/em>, <em>Master 2<\/em>, <em>Master 3<\/em>, and so on, depending on the order in which you create them.<\/p>\n\n\n\n<p>This allows you to build <strong>multiple independent flows<\/strong> within the same strategy.<br>When you start the Cbot, <a href=\"https:\/\/algobuilderx.com\/\" data-type=\"link\" data-id=\"https:\/\/algobuilderx.com\/\">AlgoBuilderX <\/a>executes the flows <strong>in order<\/strong>: first <em>Master 1<\/em>, then <em>Master 2<\/em>, and so on.<\/p>\n\n\n\n<p>\ud83d\udc49 In practice:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Master 1<\/strong> \u2192 runs its connected blocks.<\/li>\n\n\n\n<li><strong>Master 2<\/strong> \u2192 executes after Master 1 finishes.<\/li>\n\n\n\n<li>And so forth, in numeric order.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/news.algobuilderx.com\/wp-content\/uploads\/2025\/11\/Pitch-Deck-ABX-1024x576.png\" alt=\"\" class=\"wp-image-2193\" style=\"width:1218px;height:auto\" srcset=\"https:\/\/news.algobuilderx.com\/wp-content\/uploads\/2025\/11\/Pitch-Deck-ABX-1024x576.png 1024w, https:\/\/news.algobuilderx.com\/wp-content\/uploads\/2025\/11\/Pitch-Deck-ABX-300x169.png 300w, https:\/\/news.algobuilderx.com\/wp-content\/uploads\/2025\/11\/Pitch-Deck-ABX-768x432.png 768w, https:\/\/news.algobuilderx.com\/wp-content\/uploads\/2025\/11\/Pitch-Deck-ABX-1536x864.png 1536w, https:\/\/news.algobuilderx.com\/wp-content\/uploads\/2025\/11\/Pitch-Deck-ABX.png 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"logical-flow-between-blocks-from-left-to-right\">Logical Flow Between Blocks: From Left to Right<\/h2>\n\n\n\n<p>All flows in <a href=\"https:\/\/algobuilderx.com\/\" data-type=\"link\" data-id=\"https:\/\/algobuilderx.com\/\">AlgoBuilderX <\/a>move <strong>from left to right<\/strong>, following a clear, logical order of execution.<\/p>\n\n\n\n<p>Each block includes:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\ud83d\udfe0 <strong>Orange output<\/strong> \u2192 represents the <em>True<\/em> condition.<\/li>\n\n\n\n<li>\ud83d\udd35 <strong>Blue output<\/strong> \u2192 represents the <em>False<\/em> condition.<\/li>\n\n\n\n<li>\u26ab <strong>Gray input<\/strong> \u2192 where the signal enters from the previous block.<\/li>\n<\/ul>\n\n\n\n<p>When a block executes:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>If the result is <strong>True<\/strong>, ABX follows the orange output.<\/li>\n\n\n\n<li>If it\u2019s <strong>False<\/strong>, it follows the blue output.<\/li>\n<\/ul>\n\n\n\n<p>If an output is not connected to another block, the flow <strong>ends there<\/strong>, and the system moves on to the next Master flow (e.g., Master 2).<\/p>\n\n\n\n<p>\ud83d\udca1 There is also a <strong>Stop block<\/strong>, which completely halts the Cbot when triggered, useful for safety or exit logic.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/news.algobuilderx.com\/wp-content\/uploads\/2025\/11\/Pitch-Deck-ABX-2-1024x576.png\" alt=\"\" class=\"wp-image-2204\" srcset=\"https:\/\/news.algobuilderx.com\/wp-content\/uploads\/2025\/11\/Pitch-Deck-ABX-2-1024x576.png 1024w, https:\/\/news.algobuilderx.com\/wp-content\/uploads\/2025\/11\/Pitch-Deck-ABX-2-300x169.png 300w, https:\/\/news.algobuilderx.com\/wp-content\/uploads\/2025\/11\/Pitch-Deck-ABX-2-768x432.png 768w, https:\/\/news.algobuilderx.com\/wp-content\/uploads\/2025\/11\/Pitch-Deck-ABX-2-1536x864.png 1536w, https:\/\/news.algobuilderx.com\/wp-content\/uploads\/2025\/11\/Pitch-Deck-ABX-2.png 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"understanding-numeric-inputs-1-2-etc\">Understanding Numeric Inputs (1, 2, etc.)<\/h2>\n\n\n\n<p>You\u2019ll often see <strong>numbers (1, 2, 3)<\/strong> next to inputs or outputs on blocks in <a href=\"https:\/\/algobuilderx.com\/\" data-type=\"link\" data-id=\"https:\/\/algobuilderx.com\/\">AlgoBuilderX<\/a>.<br>These indicate the <strong>execution order<\/strong> when multiple connections come from the same block.<\/p>\n\n\n\n<p>In short:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The flow follows the <strong>\u201c1\u201d connection first<\/strong>,<\/li>\n\n\n\n<li>Then continues with \u201c2\u201d,<\/li>\n\n\n\n<li>And so on.<\/li>\n<\/ul>\n\n\n\n<p>This system lets you manage <strong>parallel or multi-branch flows<\/strong> while keeping a clear priority order \u2014 especially helpful when one condition triggers multiple actions.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/news.algobuilderx.com\/wp-content\/uploads\/2025\/11\/Pitch-Deck-ABX-1-1024x576.png\" alt=\"\" class=\"wp-image-2196\" srcset=\"https:\/\/news.algobuilderx.com\/wp-content\/uploads\/2025\/11\/Pitch-Deck-ABX-1-1024x576.png 1024w, https:\/\/news.algobuilderx.com\/wp-content\/uploads\/2025\/11\/Pitch-Deck-ABX-1-300x169.png 300w, https:\/\/news.algobuilderx.com\/wp-content\/uploads\/2025\/11\/Pitch-Deck-ABX-1-768x432.png 768w, https:\/\/news.algobuilderx.com\/wp-content\/uploads\/2025\/11\/Pitch-Deck-ABX-1-1536x864.png 1536w, https:\/\/news.algobuilderx.com\/wp-content\/uploads\/2025\/11\/Pitch-Deck-ABX-1.png 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"flow-execution-and-control\">Flow Execution and Control<\/h2>\n\n\n\n<p>When a strategy runs, <a href=\"https:\/\/algobuilderx.com\/\" data-type=\"link\" data-id=\"https:\/\/algobuilderx.com\/\">AlgoBuilderX <\/a>executes:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>The complete flow starting from <strong>Master 1<\/strong>, following the True\/False connections.<\/li>\n\n\n\n<li>Then it moves on to <strong>Master 2<\/strong>, executing its flow.<\/li>\n\n\n\n<li>And continues through all Masters defined in the project.<\/li>\n<\/ol>\n\n\n\n<p>Each flow can end in two ways:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>When there\u2019s no output connected (natural end of the flow).<\/li>\n\n\n\n<li>When a <strong>Stop block<\/strong> is triggered (terminates the Cbot).<\/li>\n<\/ul>\n\n\n\n<p>This modular system makes ABX extremely flexible: you can design small independent logics that run sequentially, keeping your strategy organized and error-free.<\/p>\n\n\n\n<p>The <em>block flow<\/em> in ABX is what brings your automated strategy to life.<br>Understanding how Masters, True\/False outputs, and numeric inputs work allows you to <strong>fully control your Cbot\u2019s logic<\/strong>.<\/p>\n\n\n\n<p>Start by building a simple flow, for example, <em>Check Trades Count \u2192 Condition \u2192 Buy Action<\/em> \u2014 then expand with more Masters as you gain experience.<br>With practice, <a href=\"https:\/\/algobuilderx.com\/\" data-type=\"link\" data-id=\"https:\/\/algobuilderx.com\/\">AlgoBuilderX <\/a>will become your visual language for building powerful, code-free trading strategies.<\/p>\n\n\n\n<p>If you need help or want to share ideas with other <a href=\"https:\/\/algobuilderx.com\/\" data-type=\"link\" data-id=\"https:\/\/algobuilderx.com\/\">AlgoBuilderX <\/a>users, join our official <strong><a href=\"https:\/\/discord.gg\/SSvsp5mZC9\" data-type=\"link\" data-id=\"https:\/\/discord.gg\/SSvsp5mZC9\" target=\"_blank\" rel=\"noopener\">Discord community<\/a><\/strong>.<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>What Is AlgoBuilderX and What Does \u201cBlock Flow\u201d Mean? AlgoBuilderX (ABX) is a visual strategy builder that lets you create automated trading systems without writing a single line of code.Everything happens through logical blocks connected together in a flow, called the block flow, which defines, step by step, how your Cbot behaves. Think of each [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":2211,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_gspb_post_css":"#gspb_id-gsbp-1529c97{display:flex;align-items:flex-end;flex-direction:column}#gspb_id-gsbp-1529c97 .gspb_social_share_value{display:flex;align-items:center;justify-content:flex-end;width:100%}#gspb_id-gsbp-1529c97 .gspb_social_share_value>span:not(:last-child){cursor:pointer;margin-right:5px}#gspb_id-gsbp-1529c97 .gspb_social_share_value>span{cursor:pointer;transition:all .15s ease-in;display:flex;align-items:center;width:15px;height:15px;padding:12px;border-radius:50%;box-sizing:unset}#gspb_id-gsbp-1529c97 .gspb_social_share_value svg{width:15px;height:15px}#gspb_id-gsbp-1529c97 .gspb_social_share_value.icons_with_bg_labels>span .social-share-label{display:none}#gspb_id-gsbp-1529c97 .gspb_social_share_value.icons_with_bg_labels>span .social-share-icon{display:flex}#gspb_id-gsbp-1529c97 .gspb_social_share_value>span svg,#gspb_id-gsbp-1529c97 .gspb_social_share_value>span svg path{fill:#fff}#gspb_id-gsbp-1529c97 .gspb_social_share_value>span.fb{background:#4267b2}#gspb_id-gsbp-1529c97 .gspb_social_share_value>span.tw{background:#111}#gspb_id-gsbp-1529c97 .gspb_social_share_value>span.pn{background:#be341e}#gspb_id-gsbp-1529c97 .gspb_social_share_value>span.wa{background:#64d467}#gspb_id-gsbp-1529c97 .gspb_social_share_value>span.in{background:#0177b5}#gspb_id-gsbp-1529c97 .gspb_social_share_value>span.tg{background:#54a9eb}#gspb_id-gsbp-1529c97 .gspb_social_share_value>span.copylink{background:#31adde}#gspb_id-gsbp-1529c97 .gspb_social_share_value>span.bs{background:#1185fe}#gspb_id-gsbp-1529c97 .gspb_social_share_value>span.email{background:#000}#gspb_id-gsbp-1529c97 .gspb_social_share_value>span.fb,#gspb_id-gsbp-1529c97 .gspb_social_share_value>span.in,#gspb_id-gsbp-1529c97 .gspb_social_share_value>span.pn,#gspb_id-gsbp-1529c97 .gspb_social_share_value>span.tg,#gspb_id-gsbp-1529c97 .gspb_social_share_value>span.tw,#gspb_id-gsbp-1529c97 .gspb_social_share_value>span.wa{display:flex}#gspb_id-gsbp-1529c97 .gspb_social_share_value>span.bs{display:none}#gspb_id-gsbp-1529c97 .gspb_social_share_value>span.copylink,#gspb_id-gsbp-1529c97 .gspb_social_share_value>span.email{display:flex}","inline_featured_image":false,"footnotes":""},"categories":[19],"tags":[181,182,183,32],"class_list":["post-2189","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","tag-block-flow","tag-connection","tag-master","tag-tutorial"],"featured_image_src":"https:\/\/news.algobuilderx.com\/wp-content\/uploads\/2025\/11\/blockflowwp.jpg","author_info":{"display_name":"Alessandro","author_link":"https:\/\/news.algobuilderx.com\/author\/ale"},"_links":{"self":[{"href":"https:\/\/news.algobuilderx.com\/index.php?rest_route=\/wp\/v2\/posts\/2189","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/news.algobuilderx.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/news.algobuilderx.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/news.algobuilderx.com\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/news.algobuilderx.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2189"}],"version-history":[{"count":0,"href":"https:\/\/news.algobuilderx.com\/index.php?rest_route=\/wp\/v2\/posts\/2189\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/news.algobuilderx.com\/index.php?rest_route=\/wp\/v2\/media\/2211"}],"wp:attachment":[{"href":"https:\/\/news.algobuilderx.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2189"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/news.algobuilderx.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2189"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/news.algobuilderx.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2189"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}