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ı Adjustable Trading Bands by Tushar Chande

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
Using the default values used in the formulas, I have found that theseupper and lower bands provide effective risk control while trading. The upper band can be used as the extreme point to get rid of shortsand viceversa. In fact, prices tend to remain above both the bands while the market is in a strong uptrend, and prices remain below thebands in a downtrend. During short-term range-bound markets, they tend move between the bands. I have found this idea in TusharChande's"New Technical Trader". Since you have studied ATR so thoroughly, it would be be very nice if you could comment on them.Canbe made into a template for easier usage.​
from Rajat K Bose
Upper Band

Prd1a:=Input("ATR Period",5,20,5);
Prd2a:=Input("Period for Highest High Value",5,20,10);
(HHV(LLV(L,Prd1a)+ATR(Prd1a),Prd2a))


Lower Band

Prd1b:=Input("ATR Period",5,20,5);
Prd2b:=Input("Period for Lowest Low Value",5,20,10);
(LLV(HHV(H,Prd1b)-ATR(Prd1b),Prd2b))
Lub w ca這軼i dla MS 6.52​

Adjustable Trading Bands
{Upper Band}
Prd1a:=Input("ATR Period",5,20,5);
Prd2a:=Input("Period for Highest High Value",5,20,10);
(HHV(LLV(L,Prd1a)+ATR(Prd1a),Prd2a));
{Lower Band}
Prd2b:=Input("Period for Lowest Low Value",5,20,10);
(LLV(HHV(H,Prd1a)-ATR(Prd1a),Prd2b));​

Source / From:
 

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