Merhabalar,
scuze momentum (lazy bear)
al
n1:=opt1;
n2:=opt2;
ap:=(H+L+C)/3;
esa:=mov(ap,n1,e);
d:=mov(abs(ap - esa),n1,e);
ci:=(ap-esa)/(0.015*d);
tci:=mov(ci,n2,e);
wt1:=tci;
wt2:=mov(wt1,4,s);
cross(wt1,wt2)
sat
n1:=opt1;
n2:=opt2;
ap:=(H+L+C)/3;
esa:=mov(ap,n1,e);
d:=mov(abs(ap - esa),n1,e);
ci:=(ap-esa)/(0.015*d);
tci:=mov(ci,n2,e);
wt1:=tci;
wt2:=mov(wt1,4,s);
cross(wt2,wt1)
ott
al
cross(OTTSup(C,OPT1,OPT2) ,OTT(C,OPT1,OPT2) )
sat
cross(OTT(C,OPT1,OPT2),OTTSup(C,OPT1,OPT2))
iyi çalışmalar