Teknik Analiz Dünyasına Hoşgeldiniz. Paylaşmak Güzeldir.

Yayından kaldırmak istediğiniz formüller için algoritmabul@gmail.com ile iletişime geçebilirsiniz... 

  • DİKKAT: Formüller, Sistemler sadece eğitim amaçlıdır. Alım satım, olası anapara kaybı ve diğer kayıplar dahil olmak üzere "YÜKSEK RİSK" içerir.
  • Mucize teknik gösterge yoktur, sadece doğru veya yanlış kullanılan göstergeler vardır.

Trend Kanalı ATR Based Stops by Rajat K. Bose

Trend Kanalı Modern teknik analizin kurucusu olan Charles Dow’da piyasa hareketlerinin belirgin bir yönü olduğunu saptayarak trend kavramını ortaya atmıștır. Bu teorinin amacı,piyasadaki fiyat trendini tahmin etmek ve söz konusu olan trende sadık kalarak yatırım yapmaktır

algoritma

eiπ + 1 = 0
Algorithmist
Algoritma
Katılım
23 Eki 2020
Mesajlar
1,797
ATR Based Stops
* To: RealTraders Discussion Group <realtraders@xxxxxxxxxxxxxx>
* Subject: ATR based stops
* From: "Rajat K. Bose" <rajatkbose@xxxxxxxxxxx>
* Date: Mon, 03 May 1999 22:44:00 PDT
* Reply-To: rajatkbose@xxxxxxxxxxx
* Sender: owner-realtraders@xxxxxxxxxxxxxx
Hello RTs,

If any of you could find time, could you just test the efficacy of this Upper and Lower Band based on ATR. The MetaStock formulas are given at the end.
Using the default values used in the formulas, I have found that they provide effective risk control while trading. the upper band can be used as the extreme point to get rid of shorts and vice versa.
In fact, prices tend to remain above both the bands while the market is in a strong uptrend, and prices remain below the bands in a downtrend. During short-term range-bound markets, they tend move between the bands.
I have found this idea in Tushar Chande's "New Technical Trader". It would be be very nice if any of you could comment on them.
Thanks in advance.
Regards,
Rajat K Bose

Rajat K Bose
MetaStock Formulas:
Upper Band
Prd1:=Input("ATR Period",5,20,5);
Prd2:=Input("Period for Highest High Value",5,20,10);
(HHV(LLV(L,Prd1)+ATR(Prd1),Prd2))
Lower Band
Prd1:=Input("ATR Period",5,20,5);
Prd2:=Input("Period for Lowest Low Value",5,20,10);
(LLV(HHV(H,Prd1)-ATR(Prd1),Prd2))
{HHV = Highest High Value;
LLV = Lowest Low Value;
Prd1 is a variable that takes the ATR period as well as Lowest Low value period in Upper Band while it takes the Highest High Value for the lower band, Prd2 variable is self explanatory.}​

ATR Based Stops

Prd1:=Input("ATR Period",5,20,5);
Prd2:=Input("Period for Highest High Value",5,20,10);
Prd3:=Input("Period for Lowest Low Value",5,20,10);

{Upper Band}
(HHV(LLV(L,Prd1)+ATR(Prd1),Prd2));
{Lower Band}
(LLV(HHV(H,Prd1)-ATR(Prd1),Prd3));

{HHV = Highest High Value;
LLV = Lowest Low Value;
Prd1 is a variable that takes the ATR period as well as Lowest Low value
period in Upper Band while it takes the Highest High Value for the lower
band, Prd2 variable is self explanatory.}



 

Forumdan daha fazla yararlanmak için giriş yapın yada üye olun!

Forumdan daha fazla yararlanmak için giriş yapın veya kayıt olun!

Kayıt ol

Forumda bir hesap oluşturmak tamamen ücretsizdir.

Şimdi kayıt ol
Giriş yap

Eğer bir hesabınız var ise lütfen giriş yapın

Giriş yap
Başlatan Benzer Konular Forum Cevap Tarih
algoritma K 0
O Metastock Matriks 0
D # 1
Bogac Kurgusal Stratejiler - Beyin Fırtanası 3
algoritma ideal 8
algoritma A 5
algoritma Matriks 29
algoritma A 0
algoritma A 6
algoritma T 0
algoritma Matriks 0
algoritma A 0
algoritma Metastock Matriks 1
algoritma Matriks 4
algoritma W 0
algoritma Matriks 1
algoritma Matriks 0
algoritma Metastock Matriks 2
A F 0
algoritma Algoritma 0