0 beğenilme 0 beğenilmeme
207 kez görüntülendi
WAVE TREND AL VE SAT VERENLER TARAMASINDA AŞAĞIDAKİ FORMÜLÜ DENİYORUM ANCAK YAZIM HATASI VERİYOR. SİZCE NEREDE HATA YAPIYORUM

AL VERENLER

n1:=10;
n2:=21;
ap:=(H+L+C)/3;
hex:=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 VERENLER

n1:=10;
n2:=21;
ap:=(H+L+C)/3;
hex:=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)
Grafik kategorisinde (60 puan) tarafından | 207 kez görüntülendi

1 cevap

0 beğenilme 0 beğenilmeme
Merhabalar,

Aşağıdaki şekilde deneyiniz,

WAVE TREND OSCILLATOR AL VERENLER:

n1:=10;
n2:=21;
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)

WAVE TREND OSCILLATOR SAT VERENLER:

n1:=10;
n2:=21;
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)

 

ek olarak

 

WAVE TREND OSCILLATOR DİPTE AL VERENLER:

n1:=10;
n2:=21;
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) and valuewhen(1.,cross(wt1,wt2),wt2)<-53

 

 

 

WAVE TREND OSCILLATOR TEPEDE AL VERENLER:

n1:=10;
n2:=21;
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) and valuewhen(1.,cross(wt2,wt1),wt2)>53

iyi çalışmalar
(23,308 puan) tarafından
7,774 soru
7,757 cevap
4,487 yorum
12,060 kullanıcı