+91-0000000000

}

Monday – Friday : 9:00 AM – 6:30 PM

CTI

Enhance your trend analysis with the CTI (Correlation Trend Indicator) AFL for Amibroker. This indicator, available for free download, incorporates correlation analysis to identify and confirm trends in the market. Backed by Amibroker data, the CTI provides traders with a reliable tool to assess the strength and direction of trends. Integrate this AFL into your trading toolkit to refine your trend-following strategies and make more informed decisions in dynamic markets.

/
_SECTION_BEGIN("CTI");
function ChandeTrendIndex( Periods )
{
 return ln(C/Ref(C,-Periods))/(StDev(ln(C/Ref(C,-1)),Periods)*sqrt(Periods));
}

Plot( ChandeTrendIndex( Param("Periods", 50, 1, 100 ) ),
		_DEFAULT_NAME(),
		ParamColor("Color", ColorCycle ) );
Plot( 1, "Trending Line", colorBlue, styleDashed|styleNoLabel );
_SECTION_END();

Open chat
1
Hi, how can I help you?