0 beğenilme 0 beğenilmeme
2,364 kez görüntülendi

WAVE TREND OSCILLATOR AL VERENLER FORMÜLÜ VE DEGERLERİ

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)

 

 

NASIL OPT  DEGGERLERİNİ BULABİLİRİM . 

TESEKURLER

İndikatör Pozisyonları ve Değerleri kategorisinde (53 puan) tarafından | 2,364 kez görüntülendi

1 cevap

0 beğenilme 0 beğenilmeme

merhaba,

 

aşağıdaki şekliyle system testerda deneyebilirsiniz

 

bilgilerinize

 

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)

 

 

(40,149 puan) tarafından
8,137 soru
8,107 cevap
4,601 yorum
14,986 kullanıcı