سرفصل های دوره
کد معرفی شده در این جلسه را کپی کنید و در قسمت فیلترنویسی سایت www.tsetmc.com وارد کنید.
true==function()
{
var VolumeOf20Days=function()
{
var V20D=[ih][0].QTotTran5J;
var n;
for(n=1; n<20; n++)
V20D=(V20D+[ih][n].QTotTran5J);
return V20D/20;
};
if(
(tvol)>2*VolumeOf20Days()
&& (plp)>2
&& (pf)>=1.01*(py)
&& (tno)>500
&& ((ct).Buy_I_Volume/(ct).Buy_CountI) > 2*((ct).Sell_I_Volume/(ct).Sell_CountI)
)
{
return true;
}
else
{
return false;
}
}()