{"id":1023842,"date":"2024-01-18T00:14:24","date_gmt":"2024-01-18T07:14:24","guid":{"rendered":"https:\/\/www.tradingheroes.com\/?p=1023842"},"modified":"2024-01-18T21:32:50","modified_gmt":"2024-01-19T04:32:50","slug":"mt4-strategy-tester-fix-zero-trades","status":"publish","type":"post","link":"https:\/\/www.tradingheroes.com\/mt4-strategy-tester-fix-zero-trades\/","title":{"rendered":"Why MT4 Strategy Tester Shows Zero Trades (and how to fix it)"},"content":{"rendered":"\n<p>It can be frustrating to run a backtest in <strong>MetaTrader 4 Strategy Tester<\/strong> and have it stop immediately with no trades. <\/p>\n\n\n\n<p>This has happened to me many times and I had to figure out what was going wrong. So in this tutorial, I'll show you why this happens and what you can do to troubleshoot each cause. <\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"630\" src=\"https:\/\/www.tradingheroes.com\/wp-content\/uploads\/zero-trades-mt4.jpg\" alt=\"Zero trades in MT4\" class=\"wp-image-1023848\" srcset=\"https:\/\/www.tradingheroes.com\/wp-content\/uploads\/zero-trades-mt4.jpg 1200w, https:\/\/www.tradingheroes.com\/wp-content\/uploads\/zero-trades-mt4-768x403.jpg 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/><\/figure>\n\n\n\n<p><strong>MetaTrader 4 Strategy Tester will not show any trades for one of the following reasons: <\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>The settings are incorrect<\/strong><\/li>\n\n\n\n<li>I<strong>t's not a good market to use that EA with<\/strong><\/li>\n\n\n\n<li>T<strong>here were no valid setups<\/strong><\/li>\n\n\n\n<li>T<strong>he coding logic is faulty<\/strong><\/li>\n\n\n\n<li>T<strong>he strategy doesn't work on the timeframe you're backtesting on<\/strong><\/li>\n\n\n\n<li><strong>The EA isn't fully automated or doesn't execute trades <\/strong><\/li>\n\n\n\n<li><strong>The EA is made for MT5<\/strong><\/li>\n<\/ol>\n\n\n\n<p>Now I'll get into the details of each scenario and what you can possibly do to fix each problem. <\/p>\n\n\n\n<p>If that doesn't work, then I'll give you one final thing that you can do that is guaranteed to give you an answer to your issue. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to Properly Setup an Automated Backtest in MT4<\/h2>\n\n\n\n<p>First, be sure that you're following the correct procedure for setting up a backtest in MT4 Strategy Tester. <\/p>\n\n\n\n<p>The EA has to be in your MT4 <strong>experts<\/strong> folder so the platform can use it in a backtest. Once the file is in there, restart MT4 so <strong>Strategy Tester<\/strong> has access to it. <\/p>\n\n\n\n<p>If you want to get a complete tutorial on how to run your first backtest in the MT4 Strategy Tester, <a href=\"https:\/\/www.tradingheroes.com\/how-to-backtest-on-mt4\/\" target=\"_blank\" rel=\"noreferrer noopener\">read this tutorial<\/a>. <\/p>\n\n\n\n<p>This tutorial is about how to troubleshoot issues. So after you know how to set things up, come back here if you're running into any roadblocks. <\/p>\n\n\n\n<p>Alright, let's get into it&#8230;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The Settings are Wrong <\/h2>\n\n\n\n<p>The most common reason why a backtest doesn't work is because the settings in the EA are not set correctly. <\/p>\n\n\n\n<p>Many times, this is an oversight of the developer. If a developer doesn't put in the best EA settings as the default, then this can lead to a lot of confusion. <\/p>\n\n\n\n<p>So double check with the developer what the best settings for the EA are. <\/p>\n\n\n\n<p>They will usually be available on the website where you downloaded the EA.<\/p>\n\n\n\n<p>Then click the <strong>Expert Properties<\/strong> button in the <strong>Strategy Tester<\/strong> to change the settings of the EAs.  <\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"158\" src=\"https:\/\/www.tradingheroes.com\/wp-content\/uploads\/ea-properties.jpg\" alt=\"\" class=\"wp-image-1023851\"\/><\/figure>\n<\/div>\n\n\n<h2 class=\"wp-block-heading\">Backtesting in the Wrong Market <\/h2>\n\n\n\n<p><strong>Not all trading strategies will work in all markets. <\/strong><\/p>\n\n\n\n<p><em>In fact, there's a good chance that a strategy won't work in multiple markets. <\/em><\/p>\n\n\n\n<p>Some strategies only work in stocks. Others will only work on crypto. <\/p>\n\n\n\n<p>So you have to understand which market the strategy was designed for and <strong>only use it in that market. <\/strong><\/p>\n\n\n\n<p>For example, <a href=\"https:\/\/store.tradingheroes.com\/product\/thesnap-report\/\" target=\"_blank\" rel=\"noreferrer noopener\">this trading strategy<\/a> only works with one Forex pair. If you use it with other pairs, you'll lose money. <\/p>\n\n\n\n<p>Many people who are new to trading are under the impression that a trading strategy should work well in all markets. <\/p>\n\n\n\n<p><em>Trading doesn't work like that. <\/em><\/p>\n\n\n\n<p>Thinking that a strategy will work in all markets is like saying that since a V8 engine works well in a Ford F150 truck, it should work well on a Ducati Superleggera motorcycle too. <\/p>\n\n\n\n<p>Now, you <em>can<\/em> (and probably should) test the strategy in multiple markets.<\/p>\n\n\n\n<p>You never know, it might work. <\/p>\n\n\n\n<p>But don't be surprised if it doesn't. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">No Valid Trade Setups<\/h2>\n\n\n\n<p><strong>Everything could be setup properly in the EA, but maybe there are just no trades. <\/strong><\/p>\n\n\n\n<p><em>This doesn't happen often, but it can. <\/em><\/p>\n\n\n\n<p>It's more likely that the logic or settings of the EA are not correct. <\/p>\n\n\n\n<p>But if you don't get any trades, try running a backtest on another Forex pair, or on another timeframe. <\/p>\n\n\n\n<p>If you get trades on another pair or timeframe, then it could be that there were simply no trades. <\/p>\n\n\n\n<p>Also check to see if you have <a href=\"https:\/\/www.tradingheroes.com\/download-mt4-historical-data\/\" target=\"_blank\" rel=\"noreferrer noopener\">downloaded all of the available historical data<\/a> for that market. <\/p>\n\n\n\n<p>You might only have a few months of data and that's why your test is ending so quickly. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The Logic of the EA is Broken<\/h2>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1629\" height=\"915\" src=\"https:\/\/www.tradingheroes.com\/wp-content\/uploads\/GBPUSDH1.png\" alt=\"\" class=\"wp-image-1023856\" srcset=\"https:\/\/www.tradingheroes.com\/wp-content\/uploads\/GBPUSDH1.png 1629w, https:\/\/www.tradingheroes.com\/wp-content\/uploads\/GBPUSDH1-768x431.png 768w, https:\/\/www.tradingheroes.com\/wp-content\/uploads\/GBPUSDH1-1536x863.png 1536w, https:\/\/www.tradingheroes.com\/wp-content\/uploads\/GBPUSDH1-1280x720.png 1280w\" sizes=\"auto, (max-width: 1629px) 100vw, 1629px\" \/><\/figure>\n<\/div>\n\n\n<p>In some cases, the coding of the EA simply doesn't work. <\/p>\n\n\n\n<p>The developer may have missed an important piece of code or they didn't test the EA properly. <\/p>\n\n\n\n<p>This happens a lot with EAs in the <a href=\"https:\/\/www.mql5.com\/en\/code\/mt4\" target=\"_blank\" rel=\"noreferrer noopener\">MT4 Code Base<\/a>. Many of them are half-baked. <\/p>\n\n\n\n<p>So if you aren't getting any trades when you run a Strategy Tester backtest, then see if you can find out how the EA works and why it might not be executing trades. <\/p>\n\n\n\n<p><strong>Many times <em>automated backtesting<\/em> makes it hard to see what is going wrong. That's why in most cases, I highly recommend starting with manual or partially automated backtesting first. <\/strong><\/p>\n\n\n\n<p><em>Then when you find something that works, you can turn that into a fully automated system. <\/em><\/p>\n\n\n\n<p>If you want to get into manual or partially automated backtesting, I recommend using <a href=\"https:\/\/www.tradingheroes.com\/naked-markets-software-review\/\" target=\"_blank\" rel=\"noreferrer noopener\">NakedMarkets<\/a>. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Backtesting on the Wrong Timeframe <\/h2>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"alignright size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"600\" src=\"https:\/\/www.tradingheroes.com\/wp-content\/uploads\/clock-side.jpg\" alt=\"\" class=\"wp-image-1023853\"\/><\/figure>\n<\/div>\n\n\n<p><strong>Some trading strategies won't work on higher or lower timeframes because of how they are built. <\/strong><\/p>\n\n\n\n<p>For example, let's say that you created a trading strategy that only enters trades on the open of the London Session. <\/p>\n\n\n\n<p>If you try to use that strategy on the daily chart, it probably won't execute trades because the daily candles don't close at the right time of day. <\/p>\n\n\n\n<p>On the other end of the spectrum, if you use a daily chart trading strategy on the 1-hour chart, it may trade too frequently and the spread will probably take a large chunk out of your profits. <\/p>\n\n\n\n<p>So make sure that you know how your EA works and if it's meant to be used on a specific chart timeframe. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The EA Isn't Fully Automated or Doesn't Execute Trades<\/h2>\n\n\n\n<p>There are some EAs that only handle entries or only handle exits. <\/p>\n\n\n\n<p>The don't do both. <\/p>\n\n\n\n<p>Other EAs only provide information, they don't execute any trades. <\/p>\n\n\n\n<p>I've also seen EAs that require input from the user during the backtesting process. <\/p>\n\n\n\n<p>I actually prefer EAs that aren't fully automated. In my opinion, it's best if an EA handles the entry or exit, but not both. <\/p>\n\n\n\n<p>You can find our <a href=\"https:\/\/store.tradingheroes.com\/product-category\/metatrader-4-expert-advisor\/\" target=\"_blank\" rel=\"noreferrer noopener\">MT4 trade management and informational EAs here<\/a>. <\/p>\n\n\n\n<p>So be sure that the EA you want to backtest is actually built to execute trades. <\/p>\n\n\n\n<p>Some are not. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The EA is Made for MT5<\/h2>\n\n\n\n<p>Finally, if you're trying to use a MT5 EA in MT4, it won't work. <\/p>\n\n\n\n<p><strong>MT5 uses a totally different programming language. <\/strong><\/p>\n\n\n\n<p>I know how it is though. It's easy to download a bunch of EAs from the internet and forget which platform they are for. <\/p>\n\n\n\n<p><strong>In order to figure out which EAs work with MT4, look at the file type. MT4 files will end with .mq4 or .ex4. <\/strong><\/p>\n\n\n\n<p>If your file has .mq5 or .ex5 at the end, it's for MT5 and won't work in MT4. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The Best Solution for No Trades in MT4 Strategy Tester <\/h2>\n\n\n\n<p>If none of the solutions above work for you, then <strong>the best thing to do in ALL situations is to contact the developer of the Expert Adviser (EA). <\/strong><\/p>\n\n\n\n<p>They will usually know why you are not getting trades and can help you understand their EA better. <\/p>\n\n\n\n<p>I gave you a few ideas on why a strategy may not be working, but the reality is that I don't know how every single EA works. <\/p>\n\n\n\n<p><em>The only person who knows that is the developer. <\/em><\/p>\n\n\n\n<p><strong>So again, if you're still having problems after trying all of the above, then <em>contact the creator<\/em> of the EA. <\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>So those are some reasons why your <strong>MetaTrader 4 Strategy Tester<\/strong> backtest may not be showing any trades.<\/p>\n\n\n\n<p>It can be very frustrating to run a test and have it stop immediately. <\/p>\n\n\n\n<p>But now that you know why this happens and what to do, you'll never get stuck again. <\/p>\n\n\n\n<p>Get <a href=\"https:\/\/www.tradingheroes.com\/tag\/metatrader-4-tutorials\/\" target=\"_blank\" rel=\"noreferrer noopener\">more MT4 tutorials here<\/a>. <\/p>\n","protected":false},"excerpt":{"rendered":"<p>Here are all of the reasons why Strategy Tester in MetaTrader 4 is showing zero trades. Learn how to fix each issue in this tutorial. <\/p>\n","protected":false},"author":2022,"featured_media":1023848,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[201007],"tags":[201637],"class_list":["post-1023842","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>Why MT4 Strategy Tester Shows Zero Trades (and how to fix it) - Trading Heroes<\/title>\n<meta name=\"description\" content=\"Here are all of the reasons why Strategy Tester in MetaTrader 4 is showing zero trades. Learn how to fix each issue in this tutorial.\" \/>\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\/mt4-strategy-tester-fix-zero-trades\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Why MT4 Strategy Tester Shows Zero Trades (and how to fix it) - Trading Heroes\" \/>\n<meta property=\"og:description\" content=\"Here are all of the reasons why Strategy Tester in MetaTrader 4 is showing zero trades. Learn how to fix each issue in this tutorial.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.tradingheroes.com\/mt4-strategy-tester-fix-zero-trades\/\" \/>\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=\"2024-01-18T07:14:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-19T04:32:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.tradingheroes.com\/wp-content\/uploads\/zero-trades-mt4.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\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":"Why MT4 Strategy Tester Shows Zero Trades (and how to fix it) - Trading Heroes","description":"Here are all of the reasons why Strategy Tester in MetaTrader 4 is showing zero trades. Learn how to fix each issue in this tutorial.","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\/mt4-strategy-tester-fix-zero-trades\/","og_locale":"en_US","og_type":"article","og_title":"Why MT4 Strategy Tester Shows Zero Trades (and how to fix it) - Trading Heroes","og_description":"Here are all of the reasons why Strategy Tester in MetaTrader 4 is showing zero trades. Learn how to fix each issue in this tutorial.","og_url":"https:\/\/www.tradingheroes.com\/mt4-strategy-tester-fix-zero-trades\/","og_site_name":"Trading Heroes","article_publisher":"https:\/\/www.facebook.com\/tradingheroes","article_published_time":"2024-01-18T07:14:24+00:00","article_modified_time":"2024-01-19T04:32:50+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/www.tradingheroes.com\/wp-content\/uploads\/zero-trades-mt4.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\/mt4-strategy-tester-fix-zero-trades\/#article","isPartOf":{"@id":"https:\/\/www.tradingheroes.com\/mt4-strategy-tester-fix-zero-trades\/"},"author":{"name":"Hugh Kimura","@id":"https:\/\/www.tradingheroes.com\/#\/schema\/person\/7224f1a7b68144f87391c62a49d7890a"},"headline":"Why MT4 Strategy Tester Shows Zero Trades (and how to fix it)","datePublished":"2024-01-18T07:14:24+00:00","dateModified":"2024-01-19T04:32:50+00:00","mainEntityOfPage":{"@id":"https:\/\/www.tradingheroes.com\/mt4-strategy-tester-fix-zero-trades\/"},"wordCount":1350,"publisher":{"@id":"https:\/\/www.tradingheroes.com\/#organization"},"image":{"@id":"https:\/\/www.tradingheroes.com\/mt4-strategy-tester-fix-zero-trades\/#primaryimage"},"thumbnailUrl":"https:\/\/www.tradingheroes.com\/wp-content\/uploads\/zero-trades-mt4.jpg","keywords":["MetaTrader 4 Tutorials"],"articleSection":["Trading Software Tutorials"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.tradingheroes.com\/mt4-strategy-tester-fix-zero-trades\/","url":"https:\/\/www.tradingheroes.com\/mt4-strategy-tester-fix-zero-trades\/","name":"Why MT4 Strategy Tester Shows Zero Trades (and how to fix it) - Trading Heroes","isPartOf":{"@id":"https:\/\/www.tradingheroes.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.tradingheroes.com\/mt4-strategy-tester-fix-zero-trades\/#primaryimage"},"image":{"@id":"https:\/\/www.tradingheroes.com\/mt4-strategy-tester-fix-zero-trades\/#primaryimage"},"thumbnailUrl":"https:\/\/www.tradingheroes.com\/wp-content\/uploads\/zero-trades-mt4.jpg","datePublished":"2024-01-18T07:14:24+00:00","dateModified":"2024-01-19T04:32:50+00:00","description":"Here are all of the reasons why Strategy Tester in MetaTrader 4 is showing zero trades. Learn how to fix each issue in this tutorial.","breadcrumb":{"@id":"https:\/\/www.tradingheroes.com\/mt4-strategy-tester-fix-zero-trades\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.tradingheroes.com\/mt4-strategy-tester-fix-zero-trades\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.tradingheroes.com\/mt4-strategy-tester-fix-zero-trades\/#primaryimage","url":"https:\/\/www.tradingheroes.com\/wp-content\/uploads\/zero-trades-mt4.jpg","contentUrl":"https:\/\/www.tradingheroes.com\/wp-content\/uploads\/zero-trades-mt4.jpg","width":1200,"height":630,"caption":"Zero trades in MT4"},{"@type":"BreadcrumbList","@id":"https:\/\/www.tradingheroes.com\/mt4-strategy-tester-fix-zero-trades\/#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":"Why MT4 Strategy Tester Shows Zero Trades (and how to fix it)"}]},{"@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\/1023842","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=1023842"}],"version-history":[{"count":2,"href":"https:\/\/www.tradingheroes.com\/wp-json\/wp\/v2\/posts\/1023842\/revisions"}],"predecessor-version":[{"id":1023880,"href":"https:\/\/www.tradingheroes.com\/wp-json\/wp\/v2\/posts\/1023842\/revisions\/1023880"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.tradingheroes.com\/wp-json\/wp\/v2\/media\/1023848"}],"wp:attachment":[{"href":"https:\/\/www.tradingheroes.com\/wp-json\/wp\/v2\/media?parent=1023842"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.tradingheroes.com\/wp-json\/wp\/v2\/categories?post=1023842"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.tradingheroes.com\/wp-json\/wp\/v2\/tags?post=1023842"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}