{"id":3926,"date":"2023-06-29T20:47:41","date_gmt":"2023-06-29T18:47:41","guid":{"rendered":"https:\/\/cplugin.com\/?post_type=docs&#038;p=3926"},"modified":"2023-07-24T14:26:41","modified_gmt":"2023-07-24T12:26:41","password":"","slug":"hedgehelper","status":"publish","type":"docs","link":"https:\/\/cplugin.com\/docs\/plugins\/hedgehelper\/","title":{"rendered":"HedgeHelper"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\" id=\"HedgeHelperplugin-Whatisthis\">What is this<\/h3>\n\n\n\n<p>This is a plugin for MT4 to adjust its logic to manage StopOut execution with automatic hedging. In addition it manage StopLoss \/ TakeProfit orders to avoid clients go negative free margin if order get executed.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"HedgeHelperplugin-Installation\">Installation<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>You need to be sure that&nbsp;<a href=\"https:\/\/www.microsoft.com\/en-US\/download\/details.aspx?id=48145\">Visual C++ Redistributable for Visual Studio 2015<\/a>&nbsp;has been already installed to the server.<\/li>\n\n\n\n<li>Fully working time limited version can be downloaded from here: <a href=\"http:\/\/nuget.cplugin.com\/feeds\/apps\/CPlugin.MT4Plugin.HedgeHelper\/versions\">http:\/\/nuget.cplugin.com\/feeds\/apps\/CPlugin.MT4Plugin.HedgeHelper\/versions<\/a><\/li>\n<\/ol>\n\n\n\n<p>Unpack and copy&nbsp;<em>.dll<\/em>&nbsp;file to your \/plugins\/ folder and restart MT4 server.<\/p>\n\n\n\n<p>Demo version limitations<\/p>\n\n\n\n<p>Without license program will proceed&nbsp;only&nbsp;first 100 requests. Than you will need to restart server to reset counter.<\/p>\n\n\n\n<p>At any time you can purchase license for\u00a0unlimited usage. Our contacts: <a href=\"https:\/\/cplugin.com\/contact\/\">https:\/\/cplugin.com\/contact\/<\/a><\/p>\n\n\n\n<p>Important to know<\/p>\n\n\n\n<p>Plugin needs \"Manual only\" execution mode set up on security group you are going to use with plugin.<\/p>\n\n\n\n<p>Further more, \"StopOut\" automation in dealer's terminal might cancel plugin's logic and bypass its responses to avoid closing orders on stop out. You have to disable this automation if you have it enabled.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"HedgeHelperplugin-Detailedinformationabouteachpart\">Detailed information about each part<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"HedgeHelperplugin-ForbidStoporders\">Forbid Stop orders<\/h4>\n\n\n\n<ol class=\"wp-block-list\">\n<li>forbid&nbsp;<em>BuyStop<\/em>&nbsp;\/&nbsp;<em>SellStop<\/em>&nbsp;orders for opening new position that will be unhedged;<\/li>\n\n\n\n<li>allow&nbsp;<em>BuyStop<\/em>&nbsp;\/&nbsp;<em>SellStop<\/em>&nbsp;that will hedge other positions (which maximum volume limited to unhedged volume).<\/li>\n<\/ol>\n\n\n\n<p>simply saying, here we forbid client to increase his unhedged position using<em>&nbsp;BuyStop<\/em>&nbsp;\/&nbsp;<em>SellStop<\/em>.<br>Only hedging (making unhedged volume get lesser) allowed.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"HedgeHelperplugin-HedgeonStopOut\">Hedge on StopOut<\/h4>\n\n\n\n<p>Interrupt attempts made by MT4 to close clients\u2019 positions when&nbsp;StopOut&nbsp;happened<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>if there are unhedged trade\n<ol class=\"wp-block-list\">\n<li>clear the&nbsp;<em>StopLoss<\/em>&nbsp;\/&nbsp;<em>TakeProfit<\/em>&nbsp;on unhedged positions;<\/li>\n\n\n\n<li>open additional positions to make all unhedged positions fully hedged;<\/li>\n<\/ol>\n<\/li>\n\n\n\n<li>if all trades already hedged then close most unprofitable hedged position.<\/li>\n<\/ol>\n\n\n\n<p>Be aware entering right settings<\/p>\n\n\n\n<p>If you have enabled dealers' automation be sure that it will not intercept StopOut orders before plugin.<br>So, un-tick&nbsp;<em>Stop Out<\/em>&nbsp;field.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"HedgeHelperplugin-Unhedgemargin\">Unhedge margin<\/h4>\n\n\n\n<p>Here we calculate possible free margin if any order get executed.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>forbid client to close&nbsp;hedged&nbsp;position(-s) &nbsp;(to make position become unhedged), if (predicted) free margin would be negative;<\/li>\n\n\n\n<li>forbid updating&nbsp;<em>StopLoss<\/em>&nbsp;\/&nbsp;<em>TakeProfit<\/em>&nbsp;if possible free margin would be negative;<\/li>\n<\/ol>\n\n\n\n<p>Margin calculation formulas are:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Mode&nbsp;<\/th><th>Formula&nbsp;<\/th><\/tr><\/thead><tbody><tr><td>Forex&nbsp;<\/td><td>2 * lots_hedged * margin_hedged + lots_unhedged * (initial_margin&nbsp;&gt; 0 ? initial_margin : contract_size) \/ margin_divider \/ leverage<\/td><\/tr><tr><td>CFD Leverage<\/td><td>2 * lots_hedged * margin_hedged + lots_unhedged * (initial_margin&nbsp;&gt; 0 ? initial_margin : contract_size * open_price) \/ margin_devider \/ leverage<\/td><\/tr><tr><td>CFD<\/td><td>2 * lots_hedged * margin_hedged + lots_unhedged * (initial_margin&nbsp;&gt; 0 ? initial_margin : contract_size * open_price) \/ margin_devider<\/td><\/tr><tr><td>CFD Index<\/td><td>2 * lots_hedged * margin_hedged + lots_unhedged * (initial_margin&nbsp;&gt; 0 ? initial_margin : contract_size * open_price * tick_price \/ tick_size) \/ margin_devider<\/td><\/tr><tr><td>Futures<\/td><td>2 * lots_hedged * margin_hedged + lots_unhedged * maintenance * (percentage \/ 100)<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"HedgeHelperplugin-Manage'StopLoss'orders\">Manage 'StopLoss' orders<\/h4>\n\n\n\n<ol class=\"wp-block-list\">\n<li>forbid update of&nbsp;<em>StopLoss<\/em>&nbsp;level if after this trade getting closed unhedge margin get higher than current.<\/li>\n\n\n\n<li>forbid opening new positions&nbsp;if there is already same direction orders (as a result, allow&nbsp;opening new opposite direction positions)\n<ol class=\"wp-block-list\">\n<li>clear&nbsp;<em>StopLoss<\/em>&nbsp;on existing order (on the same symbol) when opening opposite position for hedging.<\/li>\n<\/ol>\n<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"HedgeHelperplugin-Settings\">Settings<\/h3>\n\n\n\n<p>At very first time, if you don't have settings file, plugin starts normally and generates example settings file automatically.<\/p>\n\n\n\n<p>After restarting MT4 you will notice plugin and its settings<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><code>enable=1<\/code><code>forbid stop orders=0<\/code><code>hedge on stopout=0<\/code><code>unhedge margin=1<\/code><code>manage stoploss orders=0<\/code><code>groups=*<\/code><code>symbols=*<\/code><code>news count=0<\/code><code>news time 1=01\/01\/1970 00:00, 0<\/code><code>add stop order=1<\/code><code>SO with hedged=1<\/code><code>verbose=2<\/code><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><code>enable<\/code>&nbsp;- 1|0 to enable|disable plugin entirely.<\/p>\n\n\n\n<p><code>forbid stop orders<\/code>&nbsp;- 1|0 to enable|disable blocking of Stop orders routine&nbsp;if client does not have open positions.<\/p>\n\n\n\n<p><code>hedge on stopout<\/code>&nbsp;- 1|0 to enable|disable automatic hedge positions routine when stop out happen.<\/p>\n\n\n\n<p><code>unhedge margin<\/code>&nbsp;- 1|0&nbsp;to enable|disable unhedge blocking routine, to avoid client's free margin go negative value as a possible result.<\/p>\n\n\n\n<p><code>forbid stop orders<\/code>&nbsp;- 1|0 to enable|disable managing of StopLoss routines.<\/p>\n\n\n\n<p><code>groups<\/code>&nbsp;- groups filter, standard format used, like&nbsp;<code>,!demo*,*,<\/code>&nbsp;to exclude *demo* groups.<\/p>\n\n\n\n<p><code>symbols&nbsp;<\/code>- symbols filter. Even security name can be used as well. For example: ,forex,*XAU*,XAG*, to work only for symbols under&nbsp;'forex' security group and symbols containing XAU or XAG word.<\/p>\n\n\n\n<p><code>news count<\/code>&nbsp;- count of new records below.<br><code>news time &lt;n&gt;<\/code>&nbsp;- news period definition.<\/p>\n\n\n\n<p><code>verbose<\/code>&nbsp;- verbosity of logging:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>0 - minimal logging, only errors and warning messages<\/li>\n\n\n\n<li>1 - general messages and configuration updates<\/li>\n\n\n\n<li>2 - most verbosity, for debugging of plugin<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"HedgeHelperplugin-Newsmode\">News mode<\/h4>\n\n\n\n<p>If none of news time has been set up plugin will work all the time. Or it will work only during those periods.<\/p>\n\n\n\n<p><code>news count<\/code>&nbsp;- number of news that will be defined below<\/p>\n\n\n\n<p><code>news time &lt;news index&gt;=&lt;news value&gt;<\/code>&nbsp;- each news period should use this form.<\/p>\n\n\n\n<p><code>news index<\/code>&nbsp;- index of record, counting from 1.<\/p>\n\n\n\n<p><code>news value<\/code>&nbsp;- can be one of these format:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><code>&lt;day&gt;\/&lt;month&gt;\/&lt;year&gt; &lt;hour&gt;:&lt;minute&gt; &lt;duration&gt;<\/code><\/li>\n\n\n\n<li><code>&lt;day of week&gt; &lt;hour&gt;:&lt;minute&gt; &lt;duration&gt;<\/code><\/li>\n<\/ol>\n\n\n\n<p>Use first format if you want to set exact date and time.<br>If you want to repeat every week chose second variant.<\/p>\n\n\n\n<p><code>&lt;duration&gt;<\/code>&nbsp;- how long (in minutes) plugin should work.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"HedgeHelperplugin-MT4Journalexamples\">MT4 Journal examples<\/h4>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><code>0&nbsp;&nbsp; 14:43:23.702&nbsp;&nbsp;&nbsp; CPlugin.HedgeHelper&nbsp;<\/code><code>'1003'<\/code><code>: XAUUSD buy 0.00, sell 1.00, hedged volume 0.00, unhedged volume 1.00, avg. 1.00000, hedged position 0.00, unhedged position 125157.00, total position 125157.00, margin hedged 0, contract size 100, margin divider 1.00, margin 1251.57<\/code><code>0&nbsp;&nbsp; 14:43:23.703&nbsp;&nbsp;&nbsp; CPlugin.HedgeHelper&nbsp;<\/code><code>'1003'<\/code>&nbsp;<code>close order&nbsp;<\/code><code>'buy'<\/code>&nbsp;<code>1.00 lots of&nbsp;<\/code><code>'XAUUSD'<\/code>&nbsp;<code>forbidden because free margin will be: -705.57, equity: 546.000000, margin: 0.00, freeMargin: 546.00, newMargin: 1251.57<\/code><\/td><\/tr><\/tbody><\/table><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>What is this This is a plugin for MT4 to adjust its logic to manage StopOut execution with automatic hedging. In addition it manage StopLoss \/ TakeProfit orders to avoid clients go negative free margin if order get executed. Installation Unpack and copy&nbsp;.dll&nbsp;file to your \/plugins\/ folder and restart MT4 server. Demo version limitations Without [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","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":""},"doc_category":[86],"doc_tag":[],"class_list":["post-3926","docs","type-docs","status-publish","hentry","doc_category-plugins"],"year_month":"2026-06","word_count":986,"total_views":0,"reactions":{"happy":0,"normal":0,"sad":0},"author_info":{"name":"Vladislav Sorokin","author_nicename":"cplugin","author_url":"https:\/\/cplugin.com\/blog\/author\/cplugin\/"},"doc_category_info":[{"term_name":"Plugins for MT4\/MT5","term_url":"https:\/\/cplugin.com\/docs-category\/plugins\/"}],"doc_tag_info":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>HedgeHelper - CPlugin<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cplugin.com\/docs\/plugins\/hedgehelper\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"HedgeHelper - CPlugin\" \/>\n<meta property=\"og:description\" content=\"What is this This is a plugin for MT4 to adjust its logic to manage StopOut execution with automatic hedging. In addition it manage StopLoss \/ TakeProfit orders to avoid clients go negative free margin if order get executed. Installation Unpack and copy&nbsp;.dll&nbsp;file to your \/plugins\/ folder and restart MT4 server. Demo version limitations Without [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cplugin.com\/docs\/plugins\/hedgehelper\/\" \/>\n<meta property=\"og:site_name\" content=\"CPlugin\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/cplugin\" \/>\n<meta property=\"article:modified_time\" content=\"2023-07-24T12:26:41+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@CPlugin_com\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cplugin.com\/docs\/plugins\/hedgehelper\/\",\"url\":\"https:\/\/cplugin.com\/docs\/plugins\/hedgehelper\/\",\"name\":\"HedgeHelper - CPlugin\",\"isPartOf\":{\"@id\":\"https:\/\/cplugin.com\/#website\"},\"datePublished\":\"2023-06-29T18:47:41+00:00\",\"dateModified\":\"2023-07-24T12:26:41+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/cplugin.com\/docs\/plugins\/hedgehelper\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cplugin.com\/docs\/plugins\/hedgehelper\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cplugin.com\/docs\/plugins\/hedgehelper\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cplugin.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Docs\",\"item\":\"https:\/\/cplugin.com\/wiki\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"HedgeHelper\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cplugin.com\/#website\",\"url\":\"https:\/\/cplugin.com\/\",\"name\":\"CPlugin\",\"description\":\"CPlugin offers software and services to Forex brokers who use MetaQuotes MetaTrader 4 and 5 which are most advanced and reliable trading platforms.\",\"publisher\":{\"@id\":\"https:\/\/cplugin.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cplugin.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/cplugin.com\/#organization\",\"name\":\"CPlugin Ltd.\",\"url\":\"https:\/\/cplugin.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cplugin.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.cplugin.com\/wp-content\/uploads\/2021\/07\/CPlugin-logo-1.png\",\"contentUrl\":\"https:\/\/www.cplugin.com\/wp-content\/uploads\/2021\/07\/CPlugin-logo-1.png\",\"width\":1823,\"height\":677,\"caption\":\"CPlugin Ltd.\"},\"image\":{\"@id\":\"https:\/\/cplugin.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/cplugin\",\"https:\/\/x.com\/CPlugin_com\",\"https:\/\/www.linkedin.com\/company\/cplugin\",\"https:\/\/www.youtube.com\/c\/CPlugin_com\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"HedgeHelper - CPlugin","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cplugin.com\/docs\/plugins\/hedgehelper\/","og_locale":"en_US","og_type":"article","og_title":"HedgeHelper - CPlugin","og_description":"What is this This is a plugin for MT4 to adjust its logic to manage StopOut execution with automatic hedging. In addition it manage StopLoss \/ TakeProfit orders to avoid clients go negative free margin if order get executed. Installation Unpack and copy&nbsp;.dll&nbsp;file to your \/plugins\/ folder and restart MT4 server. Demo version limitations Without [&hellip;]","og_url":"https:\/\/cplugin.com\/docs\/plugins\/hedgehelper\/","og_site_name":"CPlugin","article_publisher":"https:\/\/www.facebook.com\/cplugin","article_modified_time":"2023-07-24T12:26:41+00:00","twitter_card":"summary_large_image","twitter_site":"@CPlugin_com","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/cplugin.com\/docs\/plugins\/hedgehelper\/","url":"https:\/\/cplugin.com\/docs\/plugins\/hedgehelper\/","name":"HedgeHelper - CPlugin","isPartOf":{"@id":"https:\/\/cplugin.com\/#website"},"datePublished":"2023-06-29T18:47:41+00:00","dateModified":"2023-07-24T12:26:41+00:00","breadcrumb":{"@id":"https:\/\/cplugin.com\/docs\/plugins\/hedgehelper\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cplugin.com\/docs\/plugins\/hedgehelper\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/cplugin.com\/docs\/plugins\/hedgehelper\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cplugin.com\/"},{"@type":"ListItem","position":2,"name":"Docs","item":"https:\/\/cplugin.com\/wiki\/"},{"@type":"ListItem","position":3,"name":"HedgeHelper"}]},{"@type":"WebSite","@id":"https:\/\/cplugin.com\/#website","url":"https:\/\/cplugin.com\/","name":"CPlugin","description":"CPlugin offers software and services to Forex brokers who use MetaQuotes MetaTrader 4 and 5 which are most advanced and reliable trading platforms.","publisher":{"@id":"https:\/\/cplugin.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cplugin.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cplugin.com\/#organization","name":"CPlugin Ltd.","url":"https:\/\/cplugin.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cplugin.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.cplugin.com\/wp-content\/uploads\/2021\/07\/CPlugin-logo-1.png","contentUrl":"https:\/\/www.cplugin.com\/wp-content\/uploads\/2021\/07\/CPlugin-logo-1.png","width":1823,"height":677,"caption":"CPlugin Ltd."},"image":{"@id":"https:\/\/cplugin.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/cplugin","https:\/\/x.com\/CPlugin_com","https:\/\/www.linkedin.com\/company\/cplugin","https:\/\/www.youtube.com\/c\/CPlugin_com"]}]}},"_links":{"self":[{"href":"https:\/\/cplugin.com\/wp-json\/wp\/v2\/docs\/3926","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cplugin.com\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/cplugin.com\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/cplugin.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cplugin.com\/wp-json\/wp\/v2\/comments?post=3926"}],"version-history":[{"count":2,"href":"https:\/\/cplugin.com\/wp-json\/wp\/v2\/docs\/3926\/revisions"}],"predecessor-version":[{"id":4032,"href":"https:\/\/cplugin.com\/wp-json\/wp\/v2\/docs\/3926\/revisions\/4032"}],"wp:attachment":[{"href":"https:\/\/cplugin.com\/wp-json\/wp\/v2\/media?parent=3926"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/cplugin.com\/wp-json\/wp\/v2\/doc_category?post=3926"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/cplugin.com\/wp-json\/wp\/v2\/doc_tag?post=3926"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}