{"id":211433,"date":"2024-09-06T09:04:10","date_gmt":"2024-09-06T13:04:10","guid":{"rendered":"https:\/\/ibkrcampus.com\/campus\/?p=211433"},"modified":"2024-09-09T03:47:36","modified_gmt":"2024-09-09T07:47:36","slug":"chart-advisor-fusion-trend-indicator","status":"publish","type":"post","link":"https:\/\/www.interactivebrokers.com\/campus\/traders-insight\/securities\/macro\/chart-advisor-fusion-trend-indicator\/","title":{"rendered":"Chart Advisor: Fusion-Trend Indicator"},"content":{"rendered":"\n<p>By Vishal Dalvi, CMT<\/p>\n\n\n\n<p><strong>Fusion-Trend\u00a0Indicator<\/strong><\/p>\n\n\n\n<p><em>Investopedia is partnering with CMT Association on this newsletter. \u00a0The contents of this newsletter are for informational and educational purposes only, however, and do not constitute investing advice. The guest authors, which may sell research to investors, and may trade or hold positions in securities mentioned herein do not represent the views of CMT Association or Investopedia. Please consult a financial advisor for investment recommendations and services.<\/em><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-fusion-trend-indicator\"><strong>Fusion-Trend\u00a0Indicator<\/strong><\/h2>\n\n\n\n<p>There is no Holy Grail indicator for Trend identification, but I have tried to create an Indicator which can accurately identify Up-trending, sideways, and down trending Markets using a combination of multiple indicators as defined below. The typical time horizon of trend using these parameters is 6 months and the change of trend takes 2-3 months.<\/p>\n\n\n\n<p>The following sub section explains the functions and indicators used in Fusion Trend calculation:<\/p>\n\n\n\n<p><strong>RSI<\/strong><\/p>\n\n\n\n<p>RSI (Relative Strength Index) measures the speed and magnitude of a security&#8217;s recent price changes to evaluate momentum and also overvalued or undervalued conditions in the price of that security. I have used 28 period RSI.<\/p>\n\n\n\n<p><a><\/a><strong>ADX<\/strong><\/p>\n\n\n\n<p>ADX (Average Directional Index) measures the strength of trend over time regardless of direction. The other two output parameters PDI (Positive Direction Index) and NDI (Negative Direction Index) determine the strength of the trend in positive and negative direction. I have used 28 period ADX.<\/p>\n\n\n\n<p><a><\/a><strong>Efficiency Ratio<\/strong><\/p>\n\n\n\n<p>Efficiency Ratio measures the quality of price move between points A and B, by comparing the total distance covered from point A to point B with respect to net move between these two points. I have calculated this indicator for 28 periods.<\/p>\n\n\n\n<p><a><\/a><strong>Moving Averages<\/strong><\/p>\n\n\n\n<p>This function calculates four different simple moving averages. The idea is to assign different weightages to relative position of price and different moving averages. I have calculated 5 period, 10 period, 15 period and 30 period simple moving averages.<\/p>\n\n\n\n<p><a><\/a><strong>Ichimoku Crossovers<\/strong><\/p>\n\n\n\n<p>The Ichimoku Cloud, also known as Ichimoku Kinko Hyo, is a versatile indicator that defines support and resistance, identifies trend direction, gauges momentum and provides trading signals. In this section we have used IM to determine trend direction by comparing the relative position of Convergence and Base line and measure momentum by calculating the number of crossovers between Convergence and Base line. Standard 9-period and 26-period are used for calculation of Convergence and Base line and look back period for number of crossovers is 28.<\/p>\n\n\n\n<p><strong>Short Term Trend Indicator Calculation:<\/strong><\/p>\n\n\n\n<p>We merge the above 4 indicators to make a composite score of Trend defined as Sig1 using the following logic:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>RSI: if ( RSI &gt; 50 ) then ScoreRSI = 1\n<ul class=\"wp-block-list\">\n<li>Else ScoreRSI = -1<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>ADX: if ( (PDI \u2013 NDI &gt; 5) and (PDI &gt; 20) and (ADI &gt; 20) ) then ScoreADX = 1\n<ul class=\"wp-block-list\">\n<li>Elseif ( (NDI \u2013 PDI &gt; 5) and (NDI &gt; 20) and (ADI &gt; 20) ) then ScoreADX = -1<\/li>\n\n\n\n<li>Else ScoreADX = 0<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Efficiency Ratio: If ER &gt; 0.3 then ScoreER = 3\n<ul class=\"wp-block-list\">\n<li>Elseif ER &gt; 0.2 then ScoreER = 2<\/li>\n\n\n\n<li>Elseif ER &gt; 0.05 then ScoreER = 1<\/li>\n\n\n\n<li>Elseif ER &gt; -0.05 then ScoreER = 0<\/li>\n\n\n\n<li>Elseif ER &gt; -0.2 then ScoreER = -1<\/li>\n\n\n\n<li>Elseif ER &gt; -0.3 then ScoreER = -2<\/li>\n\n\n\n<li>Else ScoreER = -3<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Moving Averages: We start with ScoreMA = 0 then\n<ul class=\"wp-block-list\">\n<li>If PriceLast &gt; MA30 add 0.36 to score and then<\/li>\n\n\n\n<li>If PriceLast &gt; MA15 add 0.27 to score and then<\/li>\n\n\n\n<li>If PriceLast &gt; MA10 add 0.21 to score and then<\/li>\n\n\n\n<li>If PriceLast &gt; MA5 add 0.16 to score<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<p>Finally, if the ScoreMA &gt; 0.7 then round it up to 1<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\n<ul class=\"wp-block-list\">\n<li>Elseif ScoreMA &lt; 0.3 then round it down to -1<\/li>\n\n\n\n<li>Else make ScoreMA = 0<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>IchiMoku: if ( (number of Conv Base crossovers &lt; 2) and (Conv &gt; Base) ) then ScoreIM = 1\n<ul class=\"wp-block-list\">\n<li>Elseif if ( (number of Conv Base crossovers &lt; 2) and (Conv &lt; Base) ) then ScoreIM = -1<\/li>\n\n\n\n<li>Else ScoreIM = 0<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<p>Composite Score = ScoreER*( ScoreRSI + ScoreADX + ScoreMA + ScoreIM ) which could have a value between -12 to -12<\/p>\n\n\n\n<p>tempSig1 = 14-day simple moving average of Composite Score.<\/p>\n\n\n\n<p><strong>Long Term Trend Indicator Calculation<\/strong><\/p>\n\n\n\n<p>This indicator compares the Highest High and Lowest Low of last 5 days with Highest Close and Lowest Close in each of the last 12 months (20 trading days for each month) to compute relative progress of price in last 1 year.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>If ( (5 day high &gt; Highest close of month i ) and (5 day low &gt; Lowest close of month i ) ) then + 1 score to that particular month<\/li>\n\n\n\n<li>Elseif ( (5 day high &lt; Highest close of month i ) and ( 5 day low &lt; Lowest close of month i ) ) then &#8211; 1 score to that particular month<\/li>\n\n\n\n<li>Else 0 score to that particular month<\/li>\n<\/ul>\n\n\n\n<p>We add the score given to all 12 months to calculate Sig2 which can have a value between -12 and +12. As a final check, change the value of Sig2 only if price is also changing in the same directions else retain the previous day value of Sig2.<\/p>\n\n\n\n<p><a><\/a><strong>Combining Short Term and Long-Term Indicators<\/strong><\/p>\n\n\n\n<p>Based on the values of Sig1 and Sig2, we determine the change in trend according to the following logic:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>If tempSig1 &gt; 4 and Sig2 &gt; 4 and present trend = -1 (negative), then new positive\u00a0trend starts<\/li>\n\n\n\n<li>Elseif tempSig1 &lt; -4 and Sig2 &lt; -4 and present trend = 1 (positive), then new negative trend starts<\/li>\n<\/ul>\n\n\n\n<p>From the day, a new trend starts we start averaging the value of tempSig1 using exponential moving average with a maximum period of 30 days to get smoothened value of Sig1.<\/p>\n\n\n\n<p>Now Fusion-Trend = Sig1 + Sig2<\/p>\n\n\n\n<p>but if Sig1 and Sig2 are of opposite sign, we make Fusion-Trend = 0,<\/p>\n\n\n\n<p>also, if Present Trend and Sig2 are of opposite sign, we make Fusion-Trend = 0<\/p>\n\n\n\n<p><strong>Plotting the Fusion Trend Indicator \u2013 Nifty<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1100\" height=\"815\" data-src=\"https:\/\/www.interactivebrokers.com\/campus\/wp-content\/uploads\/sites\/2\/2024\/09\/906-1100x815.png\" alt=\"\" class=\"wp-image-211434 lazyload\" data-srcset=\"https:\/\/ibkrcampus.com\/campus\/wp-content\/uploads\/sites\/2\/2024\/09\/906-1100x815.png 1100w, https:\/\/ibkrcampus.com\/campus\/wp-content\/uploads\/sites\/2\/2024\/09\/906-700x519.png 700w, https:\/\/ibkrcampus.com\/campus\/wp-content\/uploads\/sites\/2\/2024\/09\/906-300x222.png 300w, https:\/\/ibkrcampus.com\/campus\/wp-content\/uploads\/sites\/2\/2024\/09\/906-768x569.png 768w, https:\/\/ibkrcampus.com\/campus\/wp-content\/uploads\/sites\/2\/2024\/09\/906-1536x1138.png 1536w, https:\/\/ibkrcampus.com\/campus\/wp-content\/uploads\/sites\/2\/2024\/09\/906.png 1860w\" data-sizes=\"(max-width: 1100px) 100vw, 1100px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1100px; aspect-ratio: 1100\/815;\" \/><\/figure>\n\n\n\n<p>The chart shows how the indicator is able to respond according to underlying trend change. A value above 0 denotes an uptrend and below 0 shows a downtrend. Also there are phases where the indicator value will persist to be 0, which signifies no trend in the market.<\/p>\n\n\n\n<p>The indicator can have several applications<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Broad Trend Filter in strategies<\/li>\n\n\n\n<li>Position sizing based high and low values<\/li>\n\n\n\n<li>Entry\/Exit signals<\/li>\n\n\n\n<li>Identifying Reversal zones \u2013 (In an uptrend, a move back to zero can be used for anticipating a reversal trade)<\/li>\n\n\n\n<li>Ranking stocks for choosing in the portfolio<\/li>\n<\/ul>\n\n\n\n<p><br>There are several variations possible in terms of designing the final indicator. One can try several changes with Data sampling period and Indicator period to suit ones time frame or also add\/delete some indicators to make it some suitable for ones style of trading, investing. The intention of the paper is not to give you a perfect indicator but to demonstrate how a composite indicator can be constructed combining several individual indicators.<\/p>\n\n\n\n<p>&#8212;<\/p>\n\n\n\n<p>Originally posted 6th September 2024<\/p>\n","protected":false},"excerpt":{"rendered":"<p>By Vishal Dalvi, CMT Fusion-Trend\u00a0Indicator Investopedia is partnering with CMT Association on this newsletter. \u00a0The contents of this newsletter are for informational and educational purposes only, however, and do not constitute investing advice. The guest authors, which may sell research to investors, and may trade or hold positions in securities mentioned herein do not represent [&hellip;]<\/p>\n","protected":false},"author":186,"featured_media":211435,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[4,18,6,8,9,22,23,26,3],"tags":[9864,11715],"contributors-categories":[13686],"class_list":{"0":"post-211433","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-asia","8":"category-macro","9":"category-north-america","10":"category-region","11":"category-securities","12":"category-stocks","13":"category-technical-analysis","14":"category-text-articles","15":"category-traders-insight","16":"tag-adx","17":"tag-nifty","18":"contributors-categories-investopedia"},"pp_statuses_selecting_workflow":false,"pp_workflow_action":"current","pp_status_selection":"publish","acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.9 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Chart Advisor: Fusion-Trend Indicator | Traders&#039; Insight<\/title>\n<meta name=\"description\" content=\"I have tried to create an Indicator which can accurately identify Up-trending, sideways, and down trending Markets using a combination of multiple...\" \/>\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.interactivebrokers.com\/campus\/wp-json\/wp\/v2\/posts\/211433\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Chart Advisor: Fusion-Trend Indicator | IBKR Campus US\" \/>\n<meta property=\"og:description\" content=\"I have tried to create an Indicator which can accurately identify Up-trending, sideways, and down trending Markets using a combination of multiple indicators as defined below. The typical time horizon of trend using parameters is 6 months and the change of trend takes 2-3 months.The following sub section explains the functions and indicators used in Fusion Trend calculation.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.interactivebrokers.com\/campus\/traders-insight\/securities\/macro\/chart-advisor-fusion-trend-indicator\/\" \/>\n<meta property=\"og:site_name\" content=\"IBKR Campus US\" \/>\n<meta property=\"article:published_time\" content=\"2024-09-06T13:04:10+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-09-09T07:47:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.interactivebrokers.com\/campus\/wp-content\/uploads\/sites\/2\/2024\/09\/906-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1860\" \/>\n\t<meta property=\"og:image:height\" content=\"1378\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Contributor Author\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Contributor Author\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\n\t    \"@context\": \"https:\\\/\\\/schema.org\",\n\t    \"@graph\": [\n\t        {\n\t            \"@type\": \"NewsArticle\",\n\t            \"@id\": \"https:\\\/\\\/www.interactivebrokers.com\\\/campus\\\/traders-insight\\\/securities\\\/macro\\\/chart-advisor-fusion-trend-indicator\\\/#article\",\n\t            \"isPartOf\": {\n\t                \"@id\": \"https:\\\/\\\/www.interactivebrokers.com\\\/campus\\\/traders-insight\\\/securities\\\/macro\\\/chart-advisor-fusion-trend-indicator\\\/\"\n\t            },\n\t            \"author\": {\n\t                \"name\": \"Contributor Author\",\n\t                \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/#\\\/schema\\\/person\\\/e823e46b42ca381080387e794318a485\"\n\t            },\n\t            \"headline\": \"Chart Advisor: Fusion-Trend Indicator\",\n\t            \"datePublished\": \"2024-09-06T13:04:10+00:00\",\n\t            \"dateModified\": \"2024-09-09T07:47:36+00:00\",\n\t            \"mainEntityOfPage\": {\n\t                \"@id\": \"https:\\\/\\\/www.interactivebrokers.com\\\/campus\\\/traders-insight\\\/securities\\\/macro\\\/chart-advisor-fusion-trend-indicator\\\/\"\n\t            },\n\t            \"wordCount\": 1052,\n\t            \"commentCount\": 0,\n\t            \"publisher\": {\n\t                \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/#organization\"\n\t            },\n\t            \"image\": {\n\t                \"@id\": \"https:\\\/\\\/www.interactivebrokers.com\\\/campus\\\/traders-insight\\\/securities\\\/macro\\\/chart-advisor-fusion-trend-indicator\\\/#primaryimage\"\n\t            },\n\t            \"thumbnailUrl\": \"https:\\\/\\\/www.interactivebrokers.com\\\/campus\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2024\\\/09\\\/906-1.png\",\n\t            \"keywords\": [\n\t                \"ADX\",\n\t                \"Nifty\"\n\t            ],\n\t            \"articleSection\": [\n\t                \"Asia Pacific\",\n\t                \"Macro\",\n\t                \"North America\",\n\t                \"Region\",\n\t                \"Securities\",\n\t                \"Stocks\",\n\t                \"Technical Analysis\",\n\t                \"Text Articles\",\n\t                \"Traders' Insight\"\n\t            ],\n\t            \"inLanguage\": \"en-US\",\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"CommentAction\",\n\t                    \"name\": \"Comment\",\n\t                    \"target\": [\n\t                        \"https:\\\/\\\/www.interactivebrokers.com\\\/campus\\\/traders-insight\\\/securities\\\/macro\\\/chart-advisor-fusion-trend-indicator\\\/#respond\"\n\t                    ]\n\t                }\n\t            ]\n\t        },\n\t        {\n\t            \"@type\": \"WebPage\",\n\t            \"@id\": \"https:\\\/\\\/www.interactivebrokers.com\\\/campus\\\/traders-insight\\\/securities\\\/macro\\\/chart-advisor-fusion-trend-indicator\\\/\",\n\t            \"url\": \"https:\\\/\\\/www.interactivebrokers.com\\\/campus\\\/traders-insight\\\/securities\\\/macro\\\/chart-advisor-fusion-trend-indicator\\\/\",\n\t            \"name\": \"Chart Advisor: Fusion-Trend Indicator | IBKR Campus US\",\n\t            \"isPartOf\": {\n\t                \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/#website\"\n\t            },\n\t            \"primaryImageOfPage\": {\n\t                \"@id\": \"https:\\\/\\\/www.interactivebrokers.com\\\/campus\\\/traders-insight\\\/securities\\\/macro\\\/chart-advisor-fusion-trend-indicator\\\/#primaryimage\"\n\t            },\n\t            \"image\": {\n\t                \"@id\": \"https:\\\/\\\/www.interactivebrokers.com\\\/campus\\\/traders-insight\\\/securities\\\/macro\\\/chart-advisor-fusion-trend-indicator\\\/#primaryimage\"\n\t            },\n\t            \"thumbnailUrl\": \"https:\\\/\\\/www.interactivebrokers.com\\\/campus\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2024\\\/09\\\/906-1.png\",\n\t            \"datePublished\": \"2024-09-06T13:04:10+00:00\",\n\t            \"dateModified\": \"2024-09-09T07:47:36+00:00\",\n\t            \"description\": \"I have tried to create an Indicator which can accurately identify Up-trending, sideways, and down trending Markets using a combination of multiple indicators as defined below. The typical time horizon of trend using parameters is 6 months and the change of trend takes 2-3 months.The following sub section explains the functions and indicators used in Fusion Trend calculation.\",\n\t            \"inLanguage\": \"en-US\",\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"ReadAction\",\n\t                    \"target\": [\n\t                        \"https:\\\/\\\/www.interactivebrokers.com\\\/campus\\\/traders-insight\\\/securities\\\/macro\\\/chart-advisor-fusion-trend-indicator\\\/\"\n\t                    ]\n\t                }\n\t            ]\n\t        },\n\t        {\n\t            \"@type\": \"ImageObject\",\n\t            \"inLanguage\": \"en-US\",\n\t            \"@id\": \"https:\\\/\\\/www.interactivebrokers.com\\\/campus\\\/traders-insight\\\/securities\\\/macro\\\/chart-advisor-fusion-trend-indicator\\\/#primaryimage\",\n\t            \"url\": \"https:\\\/\\\/www.interactivebrokers.com\\\/campus\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2024\\\/09\\\/906-1.png\",\n\t            \"contentUrl\": \"https:\\\/\\\/www.interactivebrokers.com\\\/campus\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2024\\\/09\\\/906-1.png\",\n\t            \"width\": 1860,\n\t            \"height\": 1378,\n\t            \"caption\": \"Chart Advisor: Fusion-Trend Indicator\"\n\t        },\n\t        {\n\t            \"@type\": \"WebSite\",\n\t            \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/#website\",\n\t            \"url\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/\",\n\t            \"name\": \"IBKR Campus US\",\n\t            \"description\": \"Financial Education from Interactive Brokers\",\n\t            \"publisher\": {\n\t                \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/#organization\"\n\t            },\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"SearchAction\",\n\t                    \"target\": {\n\t                        \"@type\": \"EntryPoint\",\n\t                        \"urlTemplate\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/?s={search_term_string}\"\n\t                    },\n\t                    \"query-input\": {\n\t                        \"@type\": \"PropertyValueSpecification\",\n\t                        \"valueRequired\": true,\n\t                        \"valueName\": \"search_term_string\"\n\t                    }\n\t                }\n\t            ],\n\t            \"inLanguage\": \"en-US\"\n\t        },\n\t        {\n\t            \"@type\": \"Organization\",\n\t            \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/#organization\",\n\t            \"name\": \"Interactive Brokers\",\n\t            \"alternateName\": \"IBKR\",\n\t            \"url\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/\",\n\t            \"logo\": {\n\t                \"@type\": \"ImageObject\",\n\t                \"inLanguage\": \"en-US\",\n\t                \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/#\\\/schema\\\/logo\\\/image\\\/\",\n\t                \"url\": \"https:\\\/\\\/www.interactivebrokers.com\\\/campus\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2024\\\/05\\\/ibkr-campus-logo.jpg\",\n\t                \"contentUrl\": \"https:\\\/\\\/www.interactivebrokers.com\\\/campus\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2024\\\/05\\\/ibkr-campus-logo.jpg\",\n\t                \"width\": 669,\n\t                \"height\": 669,\n\t                \"caption\": \"Interactive Brokers\"\n\t            },\n\t            \"image\": {\n\t                \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/#\\\/schema\\\/logo\\\/image\\\/\"\n\t            },\n\t            \"publishingPrinciples\": \"https:\\\/\\\/www.interactivebrokers.com\\\/campus\\\/about-ibkr-campus\\\/\",\n\t            \"ethicsPolicy\": \"https:\\\/\\\/www.interactivebrokers.com\\\/campus\\\/cyber-security-notice\\\/\"\n\t        },\n\t        {\n\t            \"@type\": \"Person\",\n\t            \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/#\\\/schema\\\/person\\\/e823e46b42ca381080387e794318a485\",\n\t            \"name\": \"Contributor Author\",\n\t            \"url\": \"https:\\\/\\\/www.interactivebrokers.com\\\/campus\\\/author\\\/contributor-author\\\/\"\n\t        }\n\t    ]\n\t}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Chart Advisor: Fusion-Trend Indicator | Traders' Insight","description":"I have tried to create an Indicator which can accurately identify Up-trending, sideways, and down trending Markets using a combination of multiple...","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.interactivebrokers.com\/campus\/wp-json\/wp\/v2\/posts\/211433\/","og_locale":"en_US","og_type":"article","og_title":"Chart Advisor: Fusion-Trend Indicator | IBKR Campus US","og_description":"I have tried to create an Indicator which can accurately identify Up-trending, sideways, and down trending Markets using a combination of multiple indicators as defined below. The typical time horizon of trend using parameters is 6 months and the change of trend takes 2-3 months.The following sub section explains the functions and indicators used in Fusion Trend calculation.","og_url":"https:\/\/www.interactivebrokers.com\/campus\/traders-insight\/securities\/macro\/chart-advisor-fusion-trend-indicator\/","og_site_name":"IBKR Campus US","article_published_time":"2024-09-06T13:04:10+00:00","article_modified_time":"2024-09-09T07:47:36+00:00","og_image":[{"width":1860,"height":1378,"url":"https:\/\/www.interactivebrokers.com\/campus\/wp-content\/uploads\/sites\/2\/2024\/09\/906-1.png","type":"image\/png"}],"author":"Contributor Author","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Contributor Author","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"NewsArticle","@id":"https:\/\/www.interactivebrokers.com\/campus\/traders-insight\/securities\/macro\/chart-advisor-fusion-trend-indicator\/#article","isPartOf":{"@id":"https:\/\/www.interactivebrokers.com\/campus\/traders-insight\/securities\/macro\/chart-advisor-fusion-trend-indicator\/"},"author":{"name":"Contributor Author","@id":"https:\/\/ibkrcampus.com\/campus\/#\/schema\/person\/e823e46b42ca381080387e794318a485"},"headline":"Chart Advisor: Fusion-Trend Indicator","datePublished":"2024-09-06T13:04:10+00:00","dateModified":"2024-09-09T07:47:36+00:00","mainEntityOfPage":{"@id":"https:\/\/www.interactivebrokers.com\/campus\/traders-insight\/securities\/macro\/chart-advisor-fusion-trend-indicator\/"},"wordCount":1052,"commentCount":0,"publisher":{"@id":"https:\/\/ibkrcampus.com\/campus\/#organization"},"image":{"@id":"https:\/\/www.interactivebrokers.com\/campus\/traders-insight\/securities\/macro\/chart-advisor-fusion-trend-indicator\/#primaryimage"},"thumbnailUrl":"https:\/\/www.interactivebrokers.com\/campus\/wp-content\/uploads\/sites\/2\/2024\/09\/906-1.png","keywords":["ADX","Nifty"],"articleSection":["Asia Pacific","Macro","North America","Region","Securities","Stocks","Technical Analysis","Text Articles","Traders' Insight"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.interactivebrokers.com\/campus\/traders-insight\/securities\/macro\/chart-advisor-fusion-trend-indicator\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.interactivebrokers.com\/campus\/traders-insight\/securities\/macro\/chart-advisor-fusion-trend-indicator\/","url":"https:\/\/www.interactivebrokers.com\/campus\/traders-insight\/securities\/macro\/chart-advisor-fusion-trend-indicator\/","name":"Chart Advisor: Fusion-Trend Indicator | IBKR Campus US","isPartOf":{"@id":"https:\/\/ibkrcampus.com\/campus\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.interactivebrokers.com\/campus\/traders-insight\/securities\/macro\/chart-advisor-fusion-trend-indicator\/#primaryimage"},"image":{"@id":"https:\/\/www.interactivebrokers.com\/campus\/traders-insight\/securities\/macro\/chart-advisor-fusion-trend-indicator\/#primaryimage"},"thumbnailUrl":"https:\/\/www.interactivebrokers.com\/campus\/wp-content\/uploads\/sites\/2\/2024\/09\/906-1.png","datePublished":"2024-09-06T13:04:10+00:00","dateModified":"2024-09-09T07:47:36+00:00","description":"I have tried to create an Indicator which can accurately identify Up-trending, sideways, and down trending Markets using a combination of multiple indicators as defined below. The typical time horizon of trend using parameters is 6 months and the change of trend takes 2-3 months.The following sub section explains the functions and indicators used in Fusion Trend calculation.","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.interactivebrokers.com\/campus\/traders-insight\/securities\/macro\/chart-advisor-fusion-trend-indicator\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.interactivebrokers.com\/campus\/traders-insight\/securities\/macro\/chart-advisor-fusion-trend-indicator\/#primaryimage","url":"https:\/\/www.interactivebrokers.com\/campus\/wp-content\/uploads\/sites\/2\/2024\/09\/906-1.png","contentUrl":"https:\/\/www.interactivebrokers.com\/campus\/wp-content\/uploads\/sites\/2\/2024\/09\/906-1.png","width":1860,"height":1378,"caption":"Chart Advisor: Fusion-Trend Indicator"},{"@type":"WebSite","@id":"https:\/\/ibkrcampus.com\/campus\/#website","url":"https:\/\/ibkrcampus.com\/campus\/","name":"IBKR Campus US","description":"Financial Education from Interactive Brokers","publisher":{"@id":"https:\/\/ibkrcampus.com\/campus\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ibkrcampus.com\/campus\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/ibkrcampus.com\/campus\/#organization","name":"Interactive Brokers","alternateName":"IBKR","url":"https:\/\/ibkrcampus.com\/campus\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ibkrcampus.com\/campus\/#\/schema\/logo\/image\/","url":"https:\/\/www.interactivebrokers.com\/campus\/wp-content\/uploads\/sites\/2\/2024\/05\/ibkr-campus-logo.jpg","contentUrl":"https:\/\/www.interactivebrokers.com\/campus\/wp-content\/uploads\/sites\/2\/2024\/05\/ibkr-campus-logo.jpg","width":669,"height":669,"caption":"Interactive Brokers"},"image":{"@id":"https:\/\/ibkrcampus.com\/campus\/#\/schema\/logo\/image\/"},"publishingPrinciples":"https:\/\/www.interactivebrokers.com\/campus\/about-ibkr-campus\/","ethicsPolicy":"https:\/\/www.interactivebrokers.com\/campus\/cyber-security-notice\/"},{"@type":"Person","@id":"https:\/\/ibkrcampus.com\/campus\/#\/schema\/person\/e823e46b42ca381080387e794318a485","name":"Contributor Author","url":"https:\/\/www.interactivebrokers.com\/campus\/author\/contributor-author\/"}]}},"jetpack_featured_media_url":"https:\/\/www.interactivebrokers.com\/campus\/wp-content\/uploads\/sites\/2\/2024\/09\/906-1.png","_links":{"self":[{"href":"https:\/\/ibkrcampus.com\/campus\/wp-json\/wp\/v2\/posts\/211433","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibkrcampus.com\/campus\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibkrcampus.com\/campus\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibkrcampus.com\/campus\/wp-json\/wp\/v2\/users\/186"}],"replies":[{"embeddable":true,"href":"https:\/\/ibkrcampus.com\/campus\/wp-json\/wp\/v2\/comments?post=211433"}],"version-history":[{"count":0,"href":"https:\/\/ibkrcampus.com\/campus\/wp-json\/wp\/v2\/posts\/211433\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ibkrcampus.com\/campus\/wp-json\/wp\/v2\/media\/211435"}],"wp:attachment":[{"href":"https:\/\/ibkrcampus.com\/campus\/wp-json\/wp\/v2\/media?parent=211433"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibkrcampus.com\/campus\/wp-json\/wp\/v2\/categories?post=211433"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibkrcampus.com\/campus\/wp-json\/wp\/v2\/tags?post=211433"},{"taxonomy":"contributors-categories","embeddable":true,"href":"https:\/\/ibkrcampus.com\/campus\/wp-json\/wp\/v2\/contributors-categories?post=211433"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}