Any help

casoni

Well-Known Member
#2
check this..
Hope this helps

Periods = Param("Periods", 21, 2, 300, 1 );
tf=Param("Time Frame (min)",60,1,1440,1);
tfrm=in1Minute*tf;
TimeFrameSet(tfrm);
xx=MA(C,Periods);
TimeFrameRestore();
ma21=TimeFrameExpand(xx,tfrm,expandFirst);
Plot(ma21,"Ma [ "+tf+"Min ]",colorRed,styleThick);

Thank you
 

Similar threads