I am giving and explorer formula. It works well but the problem is that it only shows Mutual Funds. What's wrong in it? I am a DSE trader in bangladesh.
function T3(price,periods)
{
s = 0.84;
e1=EMA(price,periods);
e2=EMA(e1,Periods);
e3=EMA(e2,Periods);
e4=EMA(e3,Periods)...