_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