Customized RSI Multi Time Frame 6 Months

_SECTION_BEGIN("6 MONTHS RSI");
TimeFrameSet(2*inQuarterly);
	CC = RSI(14);
TimeFrameRestore();
ZRSI = TimeFrameExpand(Cc,2*inQuarterly);
Plot(ZRSI, "ZRSI", ParamColor( "Color7",  colorCycle ), ParamStyle("Style7")  );
_SECTION_END();

I trying to create a custom time frame for half yearly. Please correct me...Thanks

Unfortunately your question isn't clear enough and does not provide all necessary details to give you an answer. Please follow this advice: How to ask a good question