merhaba ıyı calısmalar
asagıdakı formulu -50 degerıne degdıkten sonra yukarı donusunu tarama foemulu seklınde nasıl yazabılırız .sımdıden tesekkurler
n:=Input("PSAR periods",1,254,9); Nw:=HOUR()<>ref(HOUR(),-1);
c1:=valuewhen(1,nw,ref(c,-1));
c2:=valuewhen(2,nw,ref(c,-1));
po:=if(nw and (c1-c2)>0,c1-c2,0);
neg:=if(nw and (c1-c2)<0,c2-c1,0);
np:=cum(po)-valuewhen(n+1,nw,cum(po));
nn:=cum(neg)-valuewhen(n+1,nw,cum(neg));
100*(np-nn)/(np+nn):-60:60