Demarker indikatörü
pd:=Input("Period",1,500,14);
DeMax:=IF(H-Ref(H,-1)>0,H-Ref(H,-1),0);
DeMin:=IF(Ref(L,-1)-L>0,Ref(L,-1)-L,0);
DeMarker:=mov(DeMax,pd,s)/(mov(DeMax,pd,s)+mov(DeMin,pd,s));
DeMarker;
0.7;
0.3
Kıvanç Özbilgiç
https://drive.google.com/drive/folders/0B4PaGyTCt4lDanlDVjVwT09xa2M?resourcekey=0-mIW7MfEHOqdRN_xyGwViVA