{"id":1026193,"date":"2025-05-06T18:15:25","date_gmt":"2025-05-07T01:15:25","guid":{"rendered":"https:\/\/www.tradingheroes.com\/?p=1026193"},"modified":"2025-05-29T15:02:14","modified_gmt":"2025-05-29T22:02:14","slug":"no-code-mt4-ea-chatgpt","status":"publish","type":"post","link":"https:\/\/www.tradingheroes.com\/no-code-mt4-ea-chatgpt\/","title":{"rendered":"How to Build No-Code MT4 Expert Advisors with ChatGPT"},"content":{"rendered":"<p>Artificial Intelligence is still in its early days and there are a lot of bugs to be worked out.<\/p>\n<p>However, <strong>one area that I have found it tremendously useful is in the area of creating automated trading robots for trading platforms like MetaTrader 4.<\/strong><\/p>\n<p>So in this tutorial, I'll show you how I'm using ChatGPT to create custom MT4 EAs. This process can be very fast and for simple EAs, you don't even know how to code.<\/p>\n<p>If you prefer the text version, it's provided below the video.<\/p>\n<h2>Tutorial Video<\/h2>\n<p><iframe loading=\"lazy\" title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/Dx_aVBMkgwY?si=x7LcvsOlATLwu0qs\" width=\"840\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><\/iframe><\/p>\n<h2>How to Create an EA with ChatGPT<\/h2>\n<p><strong>All of these steps should be done in a demo account.\u00a0<\/strong><\/p>\n<p><em>Never use an EA with real money until you're absolutely sure that it's working properly.\u00a0<\/em><\/p>\n<h3>Step 1: Have a Trading Strategy<\/h3>\n<p>You can get a trading strategy from almost anywhere&#8230;books, websites, YouTube or something you just made up.<\/p>\n<p>Ideally, you should have a trading strategy that you've already <a href=\"https:\/\/www.tradingheroes.com\/backtest-in-tradingview\/\" target=\"_blank\" rel=\"noopener\">backtested<\/a>.<\/p>\n<p>But if you just want to go through the process to see how it works, then just use the example code in the section below.<\/p>\n<h3>Step 2: Describe it to ChatGPT<\/h3>\n<p>Ask it to create an EA for MT4.<\/p>\n<p>Then explain the rules as clearly as you can to ChatGPT. Write as if you were writing to a friend.<\/p>\n<p>It will generate the code that you need for MT4.<\/p>\n<p>Copy this code from ChatGPT<\/p>\n<h4>Step 3: Copy and Paste the Code into MT4<\/h4>\n<p>Then open the <em>MetaQuotes Language Editor<\/em> via the tool bar at the top.<\/p>\n<p>Click the <em>New<\/em> button to create a new EA.<\/p>\n<p>Select <em>Expert Advisor<\/em>, give it a name, then leave the rest of the settings blank. Keep hitting the <em>Next<\/em> button until you get to the end of the wizard.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-1026200 aligncenter\" src=\"https:\/\/www.tradingheroes.com\/wp-content\/uploads\/ea.png\" alt=\"mql4 EA wizard\" width=\"716\" height=\"556\" \/><\/p>\n<p>That will give you a blank EA template.<\/p>\n<p>Click anywhere in the code, then use <em>Control + A<\/em> to select all of the text. Then hit <em>Backspace<\/em> to delete all of the default code, then <em>Control + V<\/em> on your keyboard to paste in the ChatGPT code.<\/p>\n<p>Click on the <em>Compile<\/em> button to generate the EA.<\/p>\n<h3>Step 4: Check for Errors<\/h3>\n<p>If there are any errors or warnings in the code, go back and ask ChatGPT to fix them.<\/p>\n<p>It will generate new code.<\/p>\n<p>Repeat step 3 above to start using the new code.<\/p>\n<h3>Step 5: Add the EA to a Chart and Start Testing<\/h3>\n<p>Once all the errors and warnings are gone, then you're ready to start using the EA.<\/p>\n<p>Go to the main MT4 screen and look for the EA in the <em>Navigator<\/em> window.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-1026201 aligncenter\" src=\"https:\/\/www.tradingheroes.com\/wp-content\/uploads\/nav.png\" alt=\"MT4 Navigator window\" width=\"936\" height=\"644\" srcset=\"https:\/\/www.tradingheroes.com\/wp-content\/uploads\/nav.png 936w, https:\/\/www.tradingheroes.com\/wp-content\/uploads\/nav-768x528.png 768w\" sizes=\"auto, (max-width: 936px) 100vw, 936px\" \/><\/p>\n<p>Click and drag your new EA onto the chart.<\/p>\n<p>There should be the name of your EA in the upper right corner of the chart you added it to, next to a happy face.<\/p>\n<p>If the face is sad, click on the <em>AutoTrading<\/em> button at the top to activate the EA. The happy face shows that the EA is activated.<\/p>\n<p>Now test the EA to see if it's working properly.<\/p>\n<p>Test all of the regular features AND try to &#8220;break&#8221; the EA by doing things that it might not expect. This will show you how robust it is and will give you confidence in it.<\/p>\n<p>If you have any issues, go back to ChatGPT and work on fixing them.<\/p>\n<p>This may take several tries, but keep at it.<\/p>\n<h2>Example Code<\/h2>\n<p>If you want to give this a try, here's the example code. Simply copy and paste this prompt into <a href=\"https:\/\/chatgpt.com\" target=\"_blank\" rel=\"noopener\">ChatGPT<\/a> and it will generate the code for this EA.<\/p>\n<p><span style=\"color: #ff0000;\"><strong>Important:<\/strong><\/span> This is for <strong>educational purposes only<\/strong> and <strong>should NOT be used in live trading<\/strong>. It's only provided to help you understand how to EA creation process works. There's a <strong>very high probability<\/strong> that this strategy will lose money.<\/p>\n<p>&#8220;Please create an Expert Advisor for MetaTrader 4 that executes these rules:<\/p>\n<ol data-start=\"136\" data-end=\"1055\">\n<li class=\"\" data-start=\"136\" data-end=\"279\">\n<p class=\"\" data-start=\"139\" data-end=\"155\"><strong data-start=\"139\" data-end=\"153\">Indicators<\/strong><\/p>\n<ul data-start=\"159\" data-end=\"279\">\n<li class=\"\" data-start=\"159\" data-end=\"217\">\n<p class=\"\" data-start=\"161\" data-end=\"217\"><strong data-start=\"161\" data-end=\"175\">Short SMA:<\/strong> 2?period simple moving average of Close<\/p>\n<\/li>\n<li class=\"\" data-start=\"221\" data-end=\"279\">\n<p class=\"\" data-start=\"223\" data-end=\"279\"><strong data-start=\"223\" data-end=\"236\">Long SMA:<\/strong> 36?period simple moving average of Close<\/p>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"\" data-start=\"281\" data-end=\"455\">\n<p class=\"\" data-start=\"284\" data-end=\"300\"><strong data-start=\"284\" data-end=\"298\">Long Entry<\/strong><\/p>\n<ul data-start=\"304\" data-end=\"455\">\n<li class=\"\" data-start=\"304\" data-end=\"348\">\n<p class=\"\" data-start=\"306\" data-end=\"348\">Condition: Short SMA (2) &gt; Long SMA (36)<\/p>\n<\/li>\n<li class=\"\" data-start=\"352\" data-end=\"396\">\n<p class=\"\" data-start=\"354\" data-end=\"396\">AND price closes <strong data-start=\"371\" data-end=\"380\">below<\/strong> the Short SMA<\/p>\n<\/li>\n<li class=\"\" data-start=\"400\" data-end=\"455\">\n<p class=\"\" data-start=\"402\" data-end=\"455\"><strong data-start=\"402\" data-end=\"413\">Action:<\/strong> Open a <strong data-start=\"421\" data-end=\"428\">buy<\/strong> at the close of that bar<\/p>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"\" data-start=\"457\" data-end=\"564\">\n<p class=\"\" data-start=\"460\" data-end=\"475\"><strong data-start=\"460\" data-end=\"473\">Long Exit<\/strong><\/p>\n<ul data-start=\"479\" data-end=\"564\">\n<li class=\"\" data-start=\"479\" data-end=\"530\">\n<p class=\"\" data-start=\"481\" data-end=\"530\">Condition: price closes <strong data-start=\"505\" data-end=\"514\">above<\/strong> the Short SMA<\/p>\n<\/li>\n<li class=\"\" data-start=\"534\" data-end=\"564\">\n<p class=\"\" data-start=\"536\" data-end=\"564\"><strong data-start=\"536\" data-end=\"547\">Action:<\/strong> Close the long<\/p>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"\" data-start=\"566\" data-end=\"742\">\n<p class=\"\" data-start=\"569\" data-end=\"586\"><strong data-start=\"569\" data-end=\"584\">Short Entry<\/strong><\/p>\n<ul data-start=\"590\" data-end=\"742\">\n<li class=\"\" data-start=\"590\" data-end=\"634\">\n<p class=\"\" data-start=\"592\" data-end=\"634\">Condition: Short SMA (2) &lt; Long SMA (36)<\/p>\n<\/li>\n<li class=\"\" data-start=\"638\" data-end=\"682\">\n<p class=\"\" data-start=\"640\" data-end=\"682\">AND price closes <strong data-start=\"657\" data-end=\"666\">above<\/strong> the Short SMA<\/p>\n<\/li>\n<li class=\"\" data-start=\"686\" data-end=\"742\">\n<p class=\"\" data-start=\"688\" data-end=\"742\"><strong data-start=\"688\" data-end=\"699\">Action:<\/strong> Open a <strong data-start=\"707\" data-end=\"715\">sell<\/strong> at the close of that bar<\/p>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"\" data-start=\"744\" data-end=\"853\">\n<p class=\"\" data-start=\"747\" data-end=\"763\"><strong data-start=\"747\" data-end=\"761\">Short Exit<\/strong><\/p>\n<ul data-start=\"767\" data-end=\"853\">\n<li class=\"\" data-start=\"767\" data-end=\"818\">\n<p class=\"\" data-start=\"769\" data-end=\"818\">Condition: price closes <strong data-start=\"793\" data-end=\"802\">below<\/strong> the Short SMA<\/p>\n<\/li>\n<li class=\"\" data-start=\"822\" data-end=\"853\">\n<p class=\"\" data-start=\"824\" data-end=\"853\"><strong data-start=\"824\" data-end=\"835\">Action:<\/strong> Close the short<\/p>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"\" data-start=\"855\" data-end=\"1055\">\n<p class=\"\" data-start=\"858\" data-end=\"890\"><strong data-start=\"858\" data-end=\"888\">Position Sizing & Settings<\/strong><\/p>\n<ul data-start=\"894\" data-end=\"1055\">\n<li class=\"\" data-start=\"894\" data-end=\"932\">\n<p class=\"\" data-start=\"896\" data-end=\"932\">Fixed size: <strong data-start=\"908\" data-end=\"920\">0.1 lots<\/strong> per trade<\/p>\n<\/li>\n<li class=\"\" data-start=\"936\" data-end=\"987\">\n<p class=\"\" data-start=\"938\" data-end=\"987\">No stop?loss, no take?profit, no trailing stops&#8221;<\/p>\n<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n<h2>Words of Warning<\/h2>\n<p>Remember that this is just step 1 in the process of creating a fully or partially automated trading strategy.<\/p>\n<p>If you backtested with AI, you really, really have to double check the results.<\/p>\n<p>Even if you didn't, you still have to check that the code is doing what you expected.<\/p>\n<p>AI can hallucinate, so you have to be extra sure that the EA is doing what you expected before you risk real money.<\/p>\n<p><strong>Never trade the EA live until you're absolutely sure that it's working properly.\u00a0<\/strong><\/p>\n<h2>Final Tips<\/h2>\n<p>I hope that this tutorial will help you create you own tools that improve your trading results.<\/p>\n<p>At the time that this is being written, backtesting with AI is not mature yet.<\/p>\n<p>However, creating EAs for MT4 is very usable, so I would highly recommend learning how to do it.<\/p>\n<p>If you want an awesome example that you can start using right now, <a href=\"https:\/\/www.tradingheroes.com\/one-cancels-the-other-oco-mt5\/\" target=\"_blank\" rel=\"noopener\">check out this EA tutorial<\/a>.<\/p>\n<p>Even if you never build an EA, you can also build very useful custom indicators that can help you spot trading opportunities and manage parts of your trades.<\/p>\n<p>Have fun!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Learn how to create EAs for MetaTrader 4 without knowing how to code. With the help of ChatGPT, you can create them fast and backtest them.<\/p>\n","protected":false},"author":2022,"featured_media":1026198,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[201007],"tags":[201637],"class_list":["post-1026193","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-trading-software-tutorials","tag-metatrader-4-tutorials","generate-columns","tablet-grid-50","mobile-grid-100","grid-parent","grid-33"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Build No-Code MT4 Expert Advisors with ChatGPT - Trading Heroes<\/title>\n<meta name=\"description\" content=\"Learn how to create EAs for MetaTrader 4 without knowing how to code. With the help of ChatGPT, you can create them fast and backtest them.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.tradingheroes.com\/no-code-mt4-ea-chatgpt\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Build No-Code MT4 Expert Advisors with ChatGPT - Trading Heroes\" \/>\n<meta property=\"og:description\" content=\"Learn how to create EAs for MetaTrader 4 without knowing how to code. With the help of ChatGPT, you can create them fast and backtest them.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.tradingheroes.com\/no-code-mt4-ea-chatgpt\/\" \/>\n<meta property=\"og:site_name\" content=\"Trading Heroes\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/tradingheroes\" \/>\n<meta property=\"article:published_time\" content=\"2025-05-07T01:15:25+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-05-29T22:02:14+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.tradingheroes.com\/wp-content\/uploads\/mt4-robot.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Hugh Kimura\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@tradingheroes\" \/>\n<meta name=\"twitter:site\" content=\"@tradingheroes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Build No-Code MT4 Expert Advisors with ChatGPT - Trading Heroes","description":"Learn how to create EAs for MetaTrader 4 without knowing how to code. With the help of ChatGPT, you can create them fast and backtest them.","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:\/\/www.tradingheroes.com\/no-code-mt4-ea-chatgpt\/","og_locale":"en_US","og_type":"article","og_title":"How to Build No-Code MT4 Expert Advisors with ChatGPT - Trading Heroes","og_description":"Learn how to create EAs for MetaTrader 4 without knowing how to code. With the help of ChatGPT, you can create them fast and backtest them.","og_url":"https:\/\/www.tradingheroes.com\/no-code-mt4-ea-chatgpt\/","og_site_name":"Trading Heroes","article_publisher":"https:\/\/www.facebook.com\/tradingheroes","article_published_time":"2025-05-07T01:15:25+00:00","article_modified_time":"2025-05-29T22:02:14+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/www.tradingheroes.com\/wp-content\/uploads\/mt4-robot.jpg","type":"image\/jpeg"}],"author":"Hugh Kimura","twitter_card":"summary_large_image","twitter_creator":"@tradingheroes","twitter_site":"@tradingheroes","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.tradingheroes.com\/no-code-mt4-ea-chatgpt\/#article","isPartOf":{"@id":"https:\/\/www.tradingheroes.com\/no-code-mt4-ea-chatgpt\/"},"author":{"name":"Hugh Kimura","@id":"https:\/\/www.tradingheroes.com\/#\/schema\/person\/7224f1a7b68144f87391c62a49d7890a"},"headline":"How to Build No-Code MT4 Expert Advisors with ChatGPT","datePublished":"2025-05-07T01:15:25+00:00","dateModified":"2025-05-29T22:02:14+00:00","mainEntityOfPage":{"@id":"https:\/\/www.tradingheroes.com\/no-code-mt4-ea-chatgpt\/"},"wordCount":951,"publisher":{"@id":"https:\/\/www.tradingheroes.com\/#organization"},"image":{"@id":"https:\/\/www.tradingheroes.com\/no-code-mt4-ea-chatgpt\/#primaryimage"},"thumbnailUrl":"https:\/\/www.tradingheroes.com\/wp-content\/uploads\/mt4-robot.jpg","keywords":["MetaTrader 4 Tutorials"],"articleSection":["Trading Software Tutorials"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.tradingheroes.com\/no-code-mt4-ea-chatgpt\/","url":"https:\/\/www.tradingheroes.com\/no-code-mt4-ea-chatgpt\/","name":"How to Build No-Code MT4 Expert Advisors with ChatGPT - Trading Heroes","isPartOf":{"@id":"https:\/\/www.tradingheroes.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.tradingheroes.com\/no-code-mt4-ea-chatgpt\/#primaryimage"},"image":{"@id":"https:\/\/www.tradingheroes.com\/no-code-mt4-ea-chatgpt\/#primaryimage"},"thumbnailUrl":"https:\/\/www.tradingheroes.com\/wp-content\/uploads\/mt4-robot.jpg","datePublished":"2025-05-07T01:15:25+00:00","dateModified":"2025-05-29T22:02:14+00:00","description":"Learn how to create EAs for MetaTrader 4 without knowing how to code. With the help of ChatGPT, you can create them fast and backtest them.","breadcrumb":{"@id":"https:\/\/www.tradingheroes.com\/no-code-mt4-ea-chatgpt\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.tradingheroes.com\/no-code-mt4-ea-chatgpt\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.tradingheroes.com\/no-code-mt4-ea-chatgpt\/#primaryimage","url":"https:\/\/www.tradingheroes.com\/wp-content\/uploads\/mt4-robot.jpg","contentUrl":"https:\/\/www.tradingheroes.com\/wp-content\/uploads\/mt4-robot.jpg","width":1920,"height":1080,"caption":"Build your own MT4 robot without coding"},{"@type":"BreadcrumbList","@id":"https:\/\/www.tradingheroes.com\/no-code-mt4-ea-chatgpt\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.tradingheroes.com\/"},{"@type":"ListItem","position":2,"name":"Trading Software Tutorials","item":"https:\/\/www.tradingheroes.com\/category\/trading-software-tutorials\/"},{"@type":"ListItem","position":3,"name":"How to Build No-Code MT4 Expert Advisors with ChatGPT"}]},{"@type":"WebSite","@id":"https:\/\/www.tradingheroes.com\/#website","url":"https:\/\/www.tradingheroes.com\/","name":"Trading Heroes","description":"Discover Your Grail Trading Strategy","publisher":{"@id":"https:\/\/www.tradingheroes.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.tradingheroes.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.tradingheroes.com\/#organization","name":"Trading Heroes","url":"https:\/\/www.tradingheroes.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.tradingheroes.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.tradingheroes.com\/wp-content\/uploads\/login-logo.png","contentUrl":"https:\/\/www.tradingheroes.com\/wp-content\/uploads\/login-logo.png","width":300,"height":150,"caption":"Trading Heroes"},"image":{"@id":"https:\/\/www.tradingheroes.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/tradingheroes","https:\/\/x.com\/tradingheroes","https:\/\/www.instagram.com\/tradingheroes\/","https:\/\/www.linkedin.com\/company\/tradingheroes\/"]},{"@type":"Person","@id":"https:\/\/www.tradingheroes.com\/#\/schema\/person\/7224f1a7b68144f87391c62a49d7890a","name":"Hugh Kimura","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.tradingheroes.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/15cd48e3c506e09e7a3b4edf8b221373f1e4e1a9148bbce44c77ff5db1e86693?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/15cd48e3c506e09e7a3b4edf8b221373f1e4e1a9148bbce44c77ff5db1e86693?s=96&d=mm&r=g","caption":"Hugh Kimura"},"description":"Hi, I'm Hugh and I'm an independent trader. Before starting Trading Heroes in 2007, I used to work at the trading desk of a hedge fund, for one of the largest banks in the world and at an IBM Premier Business Partner. Learn more about me here and read more of my articles here.","sameAs":["https:\/\/www.tradingheroes.com\/"],"url":"https:\/\/www.tradingheroes.com\/author\/hughkimura\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/www.tradingheroes.com\/wp-json\/wp\/v2\/posts\/1026193","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.tradingheroes.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.tradingheroes.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.tradingheroes.com\/wp-json\/wp\/v2\/users\/2022"}],"replies":[{"embeddable":true,"href":"https:\/\/www.tradingheroes.com\/wp-json\/wp\/v2\/comments?post=1026193"}],"version-history":[{"count":2,"href":"https:\/\/www.tradingheroes.com\/wp-json\/wp\/v2\/posts\/1026193\/revisions"}],"predecessor-version":[{"id":1026255,"href":"https:\/\/www.tradingheroes.com\/wp-json\/wp\/v2\/posts\/1026193\/revisions\/1026255"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.tradingheroes.com\/wp-json\/wp\/v2\/media\/1026198"}],"wp:attachment":[{"href":"https:\/\/www.tradingheroes.com\/wp-json\/wp\/v2\/media?parent=1026193"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.tradingheroes.com\/wp-json\/wp\/v2\/categories?post=1026193"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.tradingheroes.com\/wp-json\/wp\/v2\/tags?post=1026193"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}