{"id":236,"date":"2026-01-15T02:00:03","date_gmt":"2026-01-15T02:00:03","guid":{"rendered":"https:\/\/virtualserversvps.com\/blog\/?p=236"},"modified":"2026-07-09T22:13:43","modified_gmt":"2026-07-09T22:13:43","slug":"mastering-mt4-virtual-private-server-vps-hosting-for-seamless-forex-trading","status":"publish","type":"post","link":"https:\/\/virtualserversvps.com\/blog\/mastering-mt4-virtual-private-server-vps-hosting-for-seamless-forex-trading\/","title":{"rendered":"MT4 VPS Hosting Performance Guide: Reducing Latency for Automated Forex Trading"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">For forex traders running MetaTrader 4 Expert Advisors (EAs), every millisecond counts. A poorly configured VPS introduces latency that can mean the difference between a profitable fill and a slippage loss. This guide covers the technical aspects of <a href=\"https:\/\/virtualserversvps.com\/\">MT4 VPS hosting<\/a> \u2014 from server selection and network tuning to software optimization \u2014 so your automated strategies execute exactly as intended.<\/p>\n\n\n\n<h2 class=\"\\&quot;wp-block-heading\\&quot; wp-block-heading\">Why Latency Matters for MT4 Trading<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">MT4 EAs rely on tick-by-tick data streams. A latency spike of even 200 ms can cause your EA to miss a price level, resulting in a different entry or exit. In high-frequency strategies like scalping or news trading, your VPS must maintain sub-10 ms ping to your broker&#8217;s trade server. When evaluating hosting options, <a href=\"https:\/\/virtualserversvps.com\/#providers\">compare VPS providers<\/a> that offer colocation near major liquidity centers (LD4, NY4, TY3) for the lowest possible round-trip times.<\/p>\n\n\n\n<h2 class=\"\\&quot;wp-block-heading\\&quot; wp-block-heading\">Choosing the Right Server Location<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Physical distance directly impacts latency. Use <code>ping<\/code> and <code>traceroute<\/code> to measure latency between candidate data centers and your broker&#8217;s server IP. Run the test over 24 hours to see peak vs. off-peak variance. Aim for under 5 ms average ping. If your broker&#8217;s servers are in London (LD5), choose a VPS in Equinix LD4 or Telehouse North \u2014 many premium VPS providers offer direct peering to these financial hubs.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Also verify that your chosen provider uses BGP anycast or has dedicated transit agreements for financial traffic. Avoid providers that route through general-purpose internet exchanges where congestion is common during market opens.<\/p>\n\n\n\n<h2 class=\"\\&quot;wp-block-heading\\&quot; wp-block-heading\">VPS Resource Allocation for MT4<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">MT4 itself is lightweight, but EAs can be resource-intensive. A single EA performing complex calculations on multiple currency pairs may need 1-2 GB RAM. If you&#8217;re running multiple MT4 instances or accounts, plan accordingly:<\/p>\n\n\n\n<ul class=\"\\&quot;wp-block-list\\&quot; wp-block-list\">\n<li><strong>Minimum:<\/strong> 1 vCPU, 1 GB RAM, 20 GB SSD \u2014 for 1-2 simple EAs<\/li>\n<li><strong>Recommended:<\/strong> 2 vCPUs, 2 GB RAM, 40 GB SSD \u2014 for 3-5 EAs or multi-account setups<\/li>\n<li><strong>Advanced:<\/strong> 4+ vCPUs, 4+ GB RAM \u2014 for tick data recording, backtesting, or running MT5 alongside MT4<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">CPU selection matters: choose providers offering AMD EPYC or Intel Xeon Scalable processors with high clock speeds (3.0 GHz+) for EA computations. Avoid burstable CPU plans that throttle during sustained usage \u2014 your EAs run 24\/7 and need consistent performance.<\/p>\n\n\n\n<h2 class=\"\\&quot;wp-block-heading\\&quot; wp-block-heading\">Network Tuning for Maximum Throughput<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Apply these low-level network optimizations on your MT4 VPS to minimize jitter and packet loss:<\/p>\n\n\n\n<ul class=\"\\&quot;wp-block-list\\&quot; wp-block-list\">\n<li>Set TCP congestion control to <code>bbr<\/code> via <code>net.core.default_qdisc=fq<\/code> and <code>net.ipv4.tcp_congestion_control=bbr<\/code> \u2014 significantly improves throughput on long-distance connections<\/li>\n<li>Increase <code>net.core.rmem_max<\/code> and <code>net.core.wmem_max<\/code> to 134217728 to prevent buffer drops under high tick volumes<\/li>\n<li>Enable <code>tcp_sack<\/code> and <code>tcp_timestamps<\/code> for better packet recovery<\/li>\n<li>Disable IPv6 if your broker only supports IPv4 \u2014 eliminates unnecessary DNS lookups<\/li>\n<\/ul>\n\n\n\n<h2 class=\"\\&quot;wp-block-heading\\&quot; wp-block-heading\">Software Configuration Best Practices<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Once your VPS is provisioned, optimize the OS:<\/p>\n\n\n\n<ul class=\"\\&quot;wp-block-list\\&quot; wp-block-list\">\n<li>Use a minimal Linux distribution \u2014 Ubuntu Server LTS or Debian \u2014 without a GUI. Remove unnecessary services (<code>snapd<\/code>, <code>cups<\/code>, <code>avahi-daemon<\/code>) to free CPU cycles<\/li>\n<li>Install Wine or use a native Linux-compatible broker if available. For MT4 via Wine, enable CSMT (Commmand Stream Multi-Threading) for better rendering performance<\/li>\n<li>Configure your EA logging to write to <code>tmpfs<\/code> (RAM disk) rather than disk to reduce I\/O latency<\/li>\n<li>Set MT4 to run with high priority: <code>nice -n -10 wine mt4.exe<\/code><\/li>\n<\/ul>\n\n\n\n<h2 class=\"\\&quot;wp-block-heading\\&quot; wp-block-heading\">Monitoring and Benchmarking<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">After setup, benchmark your VPS performance with tools like <code>iperf3<\/code> (network throughput), <code>ping<\/code> (latency to broker), and <code>sysbench<\/code> (CPU\/memory). Log tick arrival times within your EA to spot latency patterns. Set up monitoring with <code>netdata<\/code> to track CPU usage, network jitter, and process health \u2014 and configure alerts so you know immediately if something degrades.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">MT4 VPS hosting done right means your strategies run 24\/7 with consistent, low-latency execution. By selecting the right provider, tuning your network stack, and optimizing your software configuration, you eliminate infrastructure as a variable in your trading results. For detailed provider specs, <a href=\"https:\/\/virtualserversvps.com\/#providers\">see performance specs<\/a> on our comparison page.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you are serious about forex trading using MetaTrader 4, understanding\u00a0mt4 virtual private server vps hosting\u00a0can give you a huge advantage. A VPS designed for MT4 creates a stable online environment where your trading platform runs 24\/7 without interruption. For secure and high\u2011performance solutions that suit both beginners and professional traders, you can explore\u00a0Virtual Servers VPS\u00a0which offers specialized hosting optimized for trading applications and constant connectivity.<\/p>\n","protected":false},"author":1,"featured_media":237,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":0,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-236","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-vps-guides-tutorials"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.1 (Yoast SEO v26.1) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>MT4 VPS Hosting Performance Guide: Reducing Latency for Automated Forex Trading - Virtual Servers VPS Blog<\/title>\n<meta name=\"description\" content=\"If you are serious about forex trading using MetaTrader 4, understanding\u00a0mt4 virtual private server vps hosting\u00a0can give you a huge advantage. A VPS designed for MT4 creates a stable online environment where your trading platform runs 24\/7 without interruption. For secure and high\u2011performance solutions that suit both beginners and professional traders, you can explore\u00a0Virtual Servers VPS\u00a0which offers specialized hosting optimized for trading applications and constant connectivity.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/virtualserversvps.com\/blog\/mastering-mt4-virtual-private-server-vps-hosting-for-seamless-forex-trading\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"MT4 VPS Hosting Performance Guide: Reducing Latency for Automated Forex Trading\" \/>\n<meta property=\"og:description\" content=\"MT4 VPS Hosting Performance Guide: Reducing Latency for Automated Forex Trading\" \/>\n<meta property=\"og:url\" content=\"https:\/\/virtualserversvps.com\/blog\/mastering-mt4-virtual-private-server-vps-hosting-for-seamless-forex-trading\/\" \/>\n<meta property=\"og:site_name\" content=\"Virtual Servers VPS Blog\" \/>\n<meta property=\"article:published_time\" content=\"2026-01-15T02:00:03+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-09T22:13:43+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/virtualserversvps.com\/blog\/wp-content\/uploads\/2026\/01\/1188.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"640\" \/>\n\t<meta property=\"og:image:height\" content=\"427\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Virtual-Servers-Vps-Editor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Virtual-Servers-Vps-Editor\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/virtualserversvps.com\/blog\/mastering-mt4-virtual-private-server-vps-hosting-for-seamless-forex-trading\/\",\"url\":\"https:\/\/virtualserversvps.com\/blog\/mastering-mt4-virtual-private-server-vps-hosting-for-seamless-forex-trading\/\",\"name\":\"MT4 VPS Hosting Performance Guide: Reducing Latency for Automated Forex Trading - Virtual Servers VPS Blog\",\"isPartOf\":{\"@id\":\"https:\/\/virtualserversvps.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/virtualserversvps.com\/blog\/mastering-mt4-virtual-private-server-vps-hosting-for-seamless-forex-trading\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/virtualserversvps.com\/blog\/mastering-mt4-virtual-private-server-vps-hosting-for-seamless-forex-trading\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/virtualserversvps.com\/blog\/wp-content\/uploads\/2026\/01\/1188.jpg\",\"datePublished\":\"2026-01-15T02:00:03+00:00\",\"dateModified\":\"2026-07-09T22:13:43+00:00\",\"author\":{\"@id\":\"https:\/\/virtualserversvps.com\/blog\/#\/schema\/person\/82a299a8284a66ff49f97c74684724a0\"},\"description\":\"If you are serious about forex trading using MetaTrader 4, understanding\u00a0mt4 virtual private server vps hosting\u00a0can give you a huge advantage. A VPS designed for MT4 creates a stable online environment where your trading platform runs 24\/7 without interruption. For secure and high\u2011performance solutions that suit both beginners and professional traders, you can explore\u00a0Virtual Servers VPS\u00a0which offers specialized hosting optimized for trading applications and constant connectivity.\",\"breadcrumb\":{\"@id\":\"https:\/\/virtualserversvps.com\/blog\/mastering-mt4-virtual-private-server-vps-hosting-for-seamless-forex-trading\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/virtualserversvps.com\/blog\/mastering-mt4-virtual-private-server-vps-hosting-for-seamless-forex-trading\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/virtualserversvps.com\/blog\/mastering-mt4-virtual-private-server-vps-hosting-for-seamless-forex-trading\/#primaryimage\",\"url\":\"https:\/\/virtualserversvps.com\/blog\/wp-content\/uploads\/2026\/01\/1188.jpg\",\"contentUrl\":\"https:\/\/virtualserversvps.com\/blog\/wp-content\/uploads\/2026\/01\/1188.jpg\",\"width\":640,\"height\":427},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/virtualserversvps.com\/blog\/mastering-mt4-virtual-private-server-vps-hosting-for-seamless-forex-trading\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/virtualserversvps.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"MT4 VPS Hosting Performance Guide: Reducing Latency for Automated Forex Trading\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/virtualserversvps.com\/blog\/#website\",\"url\":\"https:\/\/virtualserversvps.com\/blog\/\",\"name\":\"Virtual Servers VPS Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/virtualserversvps.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/virtualserversvps.com\/blog\/#\/schema\/person\/82a299a8284a66ff49f97c74684724a0\",\"name\":\"Virtual-Servers-Vps-Editor\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/virtualserversvps.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/d820b15f1cd028e97610d9adf536df7be5cb6423869967037d468d5355fa003f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/d820b15f1cd028e97610d9adf536df7be5cb6423869967037d468d5355fa003f?s=96&d=mm&r=g\",\"caption\":\"Virtual-Servers-Vps-Editor\"},\"sameAs\":[\"https:\/\/virtualserversvps.com\/blog\"],\"url\":\"https:\/\/virtualserversvps.com\/blog\/author\/virtualserversvps\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"MT4 VPS Hosting Performance Guide: Reducing Latency for Automated Forex Trading - Virtual Servers VPS Blog","description":"If you are serious about forex trading using MetaTrader 4, understanding\u00a0mt4 virtual private server vps hosting\u00a0can give you a huge advantage. A VPS designed for MT4 creates a stable online environment where your trading platform runs 24\/7 without interruption. For secure and high\u2011performance solutions that suit both beginners and professional traders, you can explore\u00a0Virtual Servers VPS\u00a0which offers specialized hosting optimized for trading applications and constant connectivity.","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:\/\/virtualserversvps.com\/blog\/mastering-mt4-virtual-private-server-vps-hosting-for-seamless-forex-trading\/","og_locale":"en_US","og_type":"article","og_title":"MT4 VPS Hosting Performance Guide: Reducing Latency for Automated Forex Trading","og_description":"MT4 VPS Hosting Performance Guide: Reducing Latency for Automated Forex Trading","og_url":"https:\/\/virtualserversvps.com\/blog\/mastering-mt4-virtual-private-server-vps-hosting-for-seamless-forex-trading\/","og_site_name":"Virtual Servers VPS Blog","article_published_time":"2026-01-15T02:00:03+00:00","article_modified_time":"2026-07-09T22:13:43+00:00","og_image":[{"width":640,"height":427,"url":"https:\/\/virtualserversvps.com\/blog\/wp-content\/uploads\/2026\/01\/1188.jpg","type":"image\/jpeg"}],"author":"Virtual-Servers-Vps-Editor","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Virtual-Servers-Vps-Editor","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/virtualserversvps.com\/blog\/mastering-mt4-virtual-private-server-vps-hosting-for-seamless-forex-trading\/","url":"https:\/\/virtualserversvps.com\/blog\/mastering-mt4-virtual-private-server-vps-hosting-for-seamless-forex-trading\/","name":"MT4 VPS Hosting Performance Guide: Reducing Latency for Automated Forex Trading - Virtual Servers VPS Blog","isPartOf":{"@id":"https:\/\/virtualserversvps.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/virtualserversvps.com\/blog\/mastering-mt4-virtual-private-server-vps-hosting-for-seamless-forex-trading\/#primaryimage"},"image":{"@id":"https:\/\/virtualserversvps.com\/blog\/mastering-mt4-virtual-private-server-vps-hosting-for-seamless-forex-trading\/#primaryimage"},"thumbnailUrl":"https:\/\/virtualserversvps.com\/blog\/wp-content\/uploads\/2026\/01\/1188.jpg","datePublished":"2026-01-15T02:00:03+00:00","dateModified":"2026-07-09T22:13:43+00:00","author":{"@id":"https:\/\/virtualserversvps.com\/blog\/#\/schema\/person\/82a299a8284a66ff49f97c74684724a0"},"description":"If you are serious about forex trading using MetaTrader 4, understanding\u00a0mt4 virtual private server vps hosting\u00a0can give you a huge advantage. A VPS designed for MT4 creates a stable online environment where your trading platform runs 24\/7 without interruption. For secure and high\u2011performance solutions that suit both beginners and professional traders, you can explore\u00a0Virtual Servers VPS\u00a0which offers specialized hosting optimized for trading applications and constant connectivity.","breadcrumb":{"@id":"https:\/\/virtualserversvps.com\/blog\/mastering-mt4-virtual-private-server-vps-hosting-for-seamless-forex-trading\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/virtualserversvps.com\/blog\/mastering-mt4-virtual-private-server-vps-hosting-for-seamless-forex-trading\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/virtualserversvps.com\/blog\/mastering-mt4-virtual-private-server-vps-hosting-for-seamless-forex-trading\/#primaryimage","url":"https:\/\/virtualserversvps.com\/blog\/wp-content\/uploads\/2026\/01\/1188.jpg","contentUrl":"https:\/\/virtualserversvps.com\/blog\/wp-content\/uploads\/2026\/01\/1188.jpg","width":640,"height":427},{"@type":"BreadcrumbList","@id":"https:\/\/virtualserversvps.com\/blog\/mastering-mt4-virtual-private-server-vps-hosting-for-seamless-forex-trading\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/virtualserversvps.com\/blog\/"},{"@type":"ListItem","position":2,"name":"MT4 VPS Hosting Performance Guide: Reducing Latency for Automated Forex Trading"}]},{"@type":"WebSite","@id":"https:\/\/virtualserversvps.com\/blog\/#website","url":"https:\/\/virtualserversvps.com\/blog\/","name":"Virtual Servers VPS Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/virtualserversvps.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/virtualserversvps.com\/blog\/#\/schema\/person\/82a299a8284a66ff49f97c74684724a0","name":"Virtual-Servers-Vps-Editor","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/virtualserversvps.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/d820b15f1cd028e97610d9adf536df7be5cb6423869967037d468d5355fa003f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d820b15f1cd028e97610d9adf536df7be5cb6423869967037d468d5355fa003f?s=96&d=mm&r=g","caption":"Virtual-Servers-Vps-Editor"},"sameAs":["https:\/\/virtualserversvps.com\/blog"],"url":"https:\/\/virtualserversvps.com\/blog\/author\/virtualserversvps\/"}]}},"_links":{"self":[{"href":"https:\/\/virtualserversvps.com\/blog\/wp-json\/wp\/v2\/posts\/236","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/virtualserversvps.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/virtualserversvps.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/virtualserversvps.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/virtualserversvps.com\/blog\/wp-json\/wp\/v2\/comments?post=236"}],"version-history":[{"count":3,"href":"https:\/\/virtualserversvps.com\/blog\/wp-json\/wp\/v2\/posts\/236\/revisions"}],"predecessor-version":[{"id":605,"href":"https:\/\/virtualserversvps.com\/blog\/wp-json\/wp\/v2\/posts\/236\/revisions\/605"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/virtualserversvps.com\/blog\/wp-json\/wp\/v2\/media\/237"}],"wp:attachment":[{"href":"https:\/\/virtualserversvps.com\/blog\/wp-json\/wp\/v2\/media?parent=236"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/virtualserversvps.com\/blog\/wp-json\/wp\/v2\/categories?post=236"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/virtualserversvps.com\/blog\/wp-json\/wp\/v2\/tags?post=236"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}