Çok eski bir web tarayıcısı kullanıyorsunuz. Bu veya diğer siteleri görüntülemekte sorunlar yaşayabilirsiniz.. Tarayıcınızı güncellemeli veya alternatif bir tarayıcı kullanmalısınız.
Welles Wilder's ATR ve Moving Average Formülü açık kodu
P2:=14;
TH:=If(Ref(C,-1)>H,Ref(C,-1),H);
TL:=If(Ref(C,-1)<L,Ref(C,-1),L);
TR:=TH-TL;
wlders:=Mov( TR,P2,ww);
wlders
wilders ortalama yazmak için
n1:=14;
p1:=1/n1;
pe:=2/(2*n1);
metod1:=(c+(n1-1)*prev)/n1;
metod2:=pe*c+(1-pe)*prev...
rev. 6/06/98
In his book New Concepts in Technical Trading Systems,J. Welles Wilder Jr. talks about volatility and describes his Volatility Index and Volatility System.Both of these can be performed in MetaStock for Windows.This document describes how to construct boththe indexand the system...
rev. 6/06/98
In his book New Concepts in Technical Trading Systems,J. Welles Wilder Jr. talks about volatility and describes his Volatility Index and Volatility System. Both of these can be performed in MetaStock for Windows.This document describes how to construct both the index and the...