merhaba,
varsayılan olarak bulunmamaktadır,
ancak aşağıdaki linkten indirebilirsiniz(indikatör builderdan AL tuşuna basıp sisteme alıp kullanabilirsiniz)
https://www.algokutuphanesi.com/Sistem/Detay/Matriks/W%C4%B0LL%C4%B0AMS-V%C4%B0X-F%C4%B0X
veya aşağıdaki formülü indikatör buildera yükleyip kullanabilirsiniz
pd := input("LookBack Period Standard Deviation High",1,500,22);
bbl := input("Bolinger Band Length",1,500,20);
mult := input("Bollinger Band Standard Devaition",0,5,2);
lb := input("Look Back Period Percentile High",1,500,50);
ph := input("Highest Percentile - 0.90=90%, 0.95=95%, 0.99=99%",0,10,.85);
pl := input("Lowest Percentile - 1.10=90%, 1.05=95%, 1.01=99%",0,10,1.01);
wvf := ((hhv(c, pd)-l)/(hhv(c, pd)))*100;
rangeHigh := (hhv(wvf, lb)) * ph;
rangeLow := (llv(wvf, lb)) * pl;
kvf:=if(WVF>=RangeHigh or wvf>=bbandtop(wvf,bbl,s,mult), wvf,0);
wvf2:=if(WVF>=RangeHigh or wvf>=bbandtop(wvf,bbl,s,mult), 0,wvf);
kvf;
wvf2
bilgilerinize