{"id":38921,"date":"2026-06-22T20:38:02","date_gmt":"2026-06-23T01:38:02","guid":{"rendered":"https:\/\/library-staging.tradingtechnologies.com\/doc\/less-than-blocks-2\/"},"modified":"2026-06-22T20:38:03","modified_gmt":"2026-06-23T01:38:03","slug":"less-than-blocks-2","status":"publish","type":"doc","link":"https:\/\/library-staging.tradingtechnologies.com\/ja\/less-than-blocks-2\/","title":{"rendered":"Less Than \u30d6\u30ed\u30c3\u30af"},"content":{"rendered":"<p><!-- pages using refernce-tab-list layout will not trigger this condition. The Heading will be set in that layout file--><\/p>\n<p> <!-- pages using refernce-tab-list layout will not trigger this condition. The Heading will be set in that layout file--><\/p>\n<p>     <!-- in source YML header, should also match the filename\/url --><\/p>\n<p> <!-- pages using refernce-tab-list layout will not trigger this condition. The Heading will be set in that layout file--><\/p>\n<p> <!-- pages using refernce-tab-list layout will not trigger this condition. The Heading will be set in that layout file--><\/p>\n<p> <!-- pages using refernce-tab-list layout will not trigger this condition. The Heading will be set in that layout file--><\/p>\n<p> <!-- pages using refernce-tab-list layout will not trigger this condition. The Heading will be set in that layout file--><\/p>\n<p> <!-- pages using refernce-tab-list layout will not trigger this condition. The Heading will be set in that layout file--><\/p>\n<div>\n<h2 id=\"fills-intro\" hidden>Less Than \u30d6\u30ed\u30c3\u30af<\/h2>\n<p><img decoding=\"async\" class=\"img-responsive\" src=\"https:\/\/library-staging.tradingtechnologies.com\/wp-content\/uploads\/2026\/06\/lb-less-than-blocks-1.png\"><\/p>\n<p>Less Than \u30d6\u30ed\u30c3\u30af\u3068 Less Than Equal \u30d6\u30ed\u30c3\u30af\u306f\u30012\u3064\u306e\u6570\u5b57\u306e\u5165\u529b\u3092\u6bd4\u8f03\u3057\u307e\u3059\u3002\u6700\u521d\u306e\u5165\u529b\u304c2\u756a\u76ee\u306e\u5165\u529b\u3088\u308a\u5c0f\u3055\u3044 (\u304b\u540c\u7b49) \u3067\u3042\u308b\u5834\u5408\u3001\u30d6\u30ed\u30c3\u30af\u306f \u300cTRUE\u300d\u3092\u51fa\u529b\u3057\u307e\u3059\u3002\u305d\u308c\u4ee5\u5916\u306f \u300cFALSE\u300d\u3092\u51fa\u529b\u3057\u307e\u3059\u3002<\/p>\n<p><span class=\"label label-success\">\u4f8b<\/span>: <a href=\"tb-field-block.html\">Field<\/a> \u30d6\u30ed\u30c3\u30af\u5165\u529b\u304c<a href=\"bb-number-block.html\">Number<\/a> \u30d6\u30ed\u30c3\u30af\u5165\u529b\u3092\u8fd4\u3059\u3068\u3001 <strong>Less Than \u30d6\u30ed\u30c3\u30af\u306f \u300cTRUE\u300d\u3092\u8fd4\u3057\u307e\u3059\u3002\u305d\u308c\u4ee5\u5916\u306f\u300cFALSE\u300d\u3092\u8fd4\u3057\u307e\u3059\u3002 <\/strong><\/p>\n<p><img decoding=\"async\" class=\"img-responsive\" src=\"https:\/\/library-staging.tradingtechnologies.com\/wp-content\/uploads\/2026\/06\/lb-less-than-blocks-example-1.png\"><\/p>\n<p><!--\n  \n\n<p><span class=\"label label-success\">Example<\/span> <strong>Use the Greater Than block to determine whether to submit an order by enabling or disabling the Order block.If the Bid quantity is less than the Ask quantity, the Less Than block sends a TRUE value to the <a href=\"tb-order-block.html\">Order<\/a> block's <strong>on\/off<\/strong> port, enabling the Order block to submit a one-lot order. Otherwise, the Less Than block sends a FALSE value, which disables the Order block.<\/strong><\/p>\n\n\n\n  \n\n<p><img decoding=\"async\" class=\"img-responsive\" src=\"Content\/lb-less-than-blocks-example.png\"><\/p>\n\n\n--><\/p>\n<div>\n<h2>Flip for Sell Order \u306b\u3064\u3044\u3066\u306e\u8a73\u7d30<\/h2>\n<p>\u300c<strong>Flip for Sell Order<\/strong>\u300d\u30aa\u30d7\u30b7\u30e7\u30f3\u304c\u6709\u52b9\u5316\u3055\u308c\u308b\u3068\u3001Greater Than \u30d6\u30ed\u30c3\u30af\u306f [<strong>Order Side Variable<\/strong>] (\u6ce8\u6587\u5074\u306e\u5909\u6570) \u306e\u5024\u306b\u57fa\u3065\u3044\u3066\u3001\u300cLess Than\u300d\u307e\u305f\u306f\u300cGreater Than\u300d\u6bd4\u8f03\u306e\u3044\u305a\u308c\u304b\u3092\u4f7f\u7528\u3057\u307e\u3059 (\u8a73\u7d30\u306f\u300c<a href=\"ac-flip-for-sell-orders-functionality.html\">Flip For Sell Order \u6a5f\u80fd<\/a>\u300d\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044)\u3002<\/p>\n<p><!--\n    \n\n<p>Many automated strategies in ADL will have nearly identical buy and sell side routines, with certain blocks acting as \"pivot\" points. To enable a single algorithm to act either as buy or sell side routine as needed, several blocks in ADL will have the option \"Flip For Sell Orders.\"<\/p>\n\n\n    \n\n<p> This option enables them to perform an alternate function depending on the user's selection of the Order Side Variable (either BUY or SELL). The Order Side Variable will appear automatically for any algorithm containing a block with the \"Flip For Sell Orders\" functionality enabled, and the user must set this variable prior to launching an algorithm. When this functionality is enabled, the Less Than block will either do a \"Less Than\" or a \"Greater Than\" comparison depending on the value of the Order Side Variable (see: Flip For Sell Orders Functionality for more information).<\/p>\n\n\n  --><\/div>\n<div>\n<h2 id=\"block-properties\">\u30d6\u30ed\u30c3\u30af \u30d7\u30ed\u30d1\u30c6\u30a3<\/h2>\n<p>\u30d6\u30ed\u30c3\u30af\u3092\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u3059\u308b\u306b\u306f\u3001[<strong>Block Properties<\/strong>] \u3092\u66f4\u65b0\u3057\u307e\u3059\u3002<\/p>\n<p><!--\n    \n\n<p><img decoding=\"async\" class=\"img-responsive\" src=\"Content\/logic-block-lt-settings.png\"><\/p>\n\n\n    --><\/p>\n<table class=\"table table-striped table-bordered\" border=\"1\">\n<thead>\n<tr>\n<th>\u30d7\u30ed\u30d1\u30c6\u30a3<\/th>\n<th>\u8aac\u660e<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Name (\u540d\u524d)<\/td>\n<td>ADL \u30ad\u30e3\u30f3\u30d0\u30b9\u306e\u30d6\u30ed\u30c3\u30af\u306e\u4e0b\u306b\u8868\u793a\u3055\u308c\u308b\u540d\u524d\u3002<\/td>\n<\/tr>\n<p><!--\n        \n\n<tr>\n          \n\n<td>BodyColor<\/td>\n\n\n          \n\n<td>Background color of the block<\/td>\n\n\n        <\/tr>\n\n\n    --><\/p>\n<tr>\n<td>Flip For Sell Order<\/td>\n<td>\n<p>\u5fc5\u8981\u306b\u5fdc\u3058\u30661\u3064\u306e\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u304c\u8cb7\u5074\u307e\u305f\u306f\u58f2\u5074\u3068\u3057\u3066\u6a5f\u80fd\u3067\u304d\u308b\u3088\u3046\u306b\u8a2d\u5b9a\u3059\u308b\u304b\u3069\u3046\u304b\u3002<\/p>\n<p>(\u8a73\u7d30\u306f\u300c<a href=\"ac-flip-for-sell-orders-functionality.html\">Flip For Sell Order \u6a5f\u80fd<\/a>\u300d\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044)\u3002<\/p>\n<\/td>\n<\/tr>\n<p><!--\n        \n\n<tr>\n          \n\n<td>Description<\/td>\n\n\n          \n\n<td>Optional text to explain how the block is used<\/td>\n\n\n        <\/tr>\n\n\n    --><\/tbody>\n<\/table><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Less Than \u30d6\u30ed\u30c3\u30af Less Than \u30d6\u30ed\u30c3\u30af\u3068 Less Than Equal \u30d6\u30ed\u30c3\u30af\u306f\u30012\u3064\u306e\u6570\u5b57\u306e\u5165\u529b\u3092\u6bd4\u8f03\u3057\u307e\u3059\u3002\u6700\u521d\u306e\u5165\u529b\u304c2\u756a\u76ee\u306e\u5165\u529b\u3088\u308a\u5c0f\u3055\u3044 (\u304b\u540c\u7b49) \u3067\u3042\u308b\u5834\u5408\u3001\u30d6\u30ed\u30c3\u30af\u306f \u300cTRUE\u300d [&hellip;]<\/p>\n","protected":false},"author":2,"template":"","meta":{"_acf_changed":false,"footnotes":""},"docs-category":[212],"class_list":["post-38921","doc","type-doc","status-publish","hentry","docs-category-logic-blocks"],"acf":[],"_links":{"self":[{"href":"https:\/\/library-staging.tradingtechnologies.com\/ja\/wp-json\/wp\/v2\/doc\/38921","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/library-staging.tradingtechnologies.com\/ja\/wp-json\/wp\/v2\/doc"}],"about":[{"href":"https:\/\/library-staging.tradingtechnologies.com\/ja\/wp-json\/wp\/v2\/types\/doc"}],"author":[{"embeddable":true,"href":"https:\/\/library-staging.tradingtechnologies.com\/ja\/wp-json\/wp\/v2\/users\/2"}],"version-history":[{"count":0,"href":"https:\/\/library-staging.tradingtechnologies.com\/ja\/wp-json\/wp\/v2\/doc\/38921\/revisions"}],"wp:attachment":[{"href":"https:\/\/library-staging.tradingtechnologies.com\/ja\/wp-json\/wp\/v2\/media?parent=38921"}],"wp:term":[{"taxonomy":"docs-category","embeddable":true,"href":"https:\/\/library-staging.tradingtechnologies.com\/ja\/wp-json\/wp\/v2\/docs-category?post=38921"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}