ش | ی | د | س | چ | پ | ج |
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 |
فیلتر اندیکاتور Stoch Astic 14
true == function ()
{
var max = [ih][0].PriceMax;
var min = [ih][0].PriceMin;
for (var ipos = 0; ipos < 14; ipos++
{ if (max < [ih][ipos].PriceMax) max = [ih][ipos].PriceMax; }
for (var ipos = 0; ipos < 14; ipos++)
{ if (min > [ih][ipos].PriceMin) min = [ih][ipos].PriceMin; }
K = ((((pc)-min) / (max - min)) * 100;
D=(K +((([ih][0].PClosing-min)/(max - min))*100)+((([ih][1].PClosing
min)/(max-min))*100/3
(cfield1)= AdvRoundColor(K,1)
(cfield2)= AdvRoundColor(D,2)
return true;} ()
---------------------------------------------------------
-----------------------------------------
-------------------------