Hello Guys, I am using following code for intraday scanning , it works fine. But when I want to use it for Daily , I am unable to code this please help.
function MyMTFfunc( timeframe, expandmode )
{
TimeFrameSet( timeframe );
a = StochK( periods = 14, ksmooth = 3 );
b =...