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.

İndikatör Average True Range Trailing Stops by Sylvain Vervoort

Teknik analizde fiyatın yönü veya trendin devamıyla ilgili fikir veren matematiksel modellerdir. İndikatörlerin Türkçe karşılığı göstergedir.

algoritma

eiπ + 1 = 0
Algorithmist
Algoritma
Katılım
23 Eki 2020
Mesajlar
1,797
In this second of a three-part series we will compare trailing-stop methods using an average true range (Atr) trailing stop.

The average true range (Atr) was developed by J. Welles Wilder and introduced in his book New Concepts In Technical Trading Systems. The Atr indicator measures a security’s volatility. Wilder defined the true range concept as the greatest value of the:

  • Current high less the current low
  • Absolute value of the current high less the previous close
  • Absolute value of the current low less the previous close.
Wilder then calculated an average of this value for creating the average true range.

Like most technical analysis programs, MetaStock has a predefined Atr indicator (Atr (period)). But if you need to calculate it yourself, it can be created as follows:

{Get the required ATR period;}
period:=Input(“ATR Period :”,1,100,5);
{Calculate the biggest difference based on the true range concept;}
diff1:=Max(H-L,Abs(H-Ref(C,-1)));
diff2:=Max(diff1,Abs(L-Ref(C,-1)));
{Use Wilders’ moving average method to calculate the Average True Range;}
Mov(diff2,period*2-1,E)

With this formula you could create an Atr value based on something other than the close, such as an average price.

To create a trailing stop based on the Atr value, you need to calculate the maximum-allowed loss based on the Atr value multiplied by a factor. In Figure 1 you can see the 14% fixed trailing-stop value plotted in red on the chart of Amd. The blue line is the Atr trailing stop based on a five-day Atr average multiplied by a factor of 3.5. Note the Atr trailing buy & sell points on the chart. You would buy (green arrow) when the closing price moves above the trailing stop of the previous day and sell when the closing price falls below the previous trailing-stop value (red Exit sign).

source:
http://traders.com/Documentation/FEEDbk_docs/2009/06/Vervoort.html
 

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 A 5
algoritma A 0
algoritma S 0
algoritma A 0
algoritma T 0
algoritma H 0
algoritma T 0
algoritma A 0
algoritma P 0
algoritma W 0
algoritma Kurgusal Stratejiler - Beyin Fırtanası 0
A V 0
algoritma Matriks 0
Bogac S 0
Bogac A 0
algoritma Matriks 0
algoritma V 0
algoritma Teknik Analizde Göstergelerin Matematiksel Açıklamaları 0
algoritma T 0
algoritma T 0