0 beğenilme 0 beğenilmeme
2,174 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,174 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,139 puan) tarafından
7,590 soru
7,597 cevap
4,441 yorum
10,433 kullanıcı