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.
  • “Hiç zengin olan bir teknik analist görmedim” diyenlere hep gülmüşümdür. Bu kadar saçma ve küstahça bir şey daha duymadım. Dokuz yıl boyunca temel analiz kullandıktan sonra, teknik analizci olarak zengin oldum. “ (Marty Schwartz)

Al Sat Sistemi MetaStock System Test 05 - Tema StochRSI_13 & 55

Bir ticaret sistemi, finansal piyasalarda alım satımla ilgili belirli kurallara sahip belirli ayarlara dayanır. Bir dizi işlemin istatistiksel bir analizini alır ve ondan kar sağlayan geçmiş performansları içerir. Bu stratejiyi bir ticaret sistemi olarak adlandırmadan önce, başarısını ve bir süre başarılı kalma yeteneğini garanti altına almak için bir dizi teste tabi tutulur. Bir ticaret stratejisi asla sabit bir karı garanti etmez. Kısa sürede kar etmek için "al" ve "sat" sinyalleri sağlayacak belirli algoritmalardan veya ayarlamalardan oluşur. Pazar her zaman değiştiği ve algoritmalarda veya ticaret sisteminde yapılan yeni ayarlamaların da değişmesi gerektiğinden, asla sabit bir kar oranını garanti etmez. Alım satım sistemleri genellikle zaman içinde görülür, hisse senetleri ve forex piyasaları sürekli alım veya satım sinyalleri verir.

algoritma

eiπ + 1 = 0
Algorithmist
Algoritma
Katılım
23 Eki 2020
Mesajlar
1,797
For my last MetaStock system test, (05_StochRSI_13 & 55) I used the StochRSI formula described at the Equis site then modified it slightly. The original formula was:​

StochRSI
((RSI(14)-LLV(RSI(14),14))/((HHV(RSI(14),14))-LLV(RSI(14 ),14)))
I didn't want to use a specific number such as 14 for my formula, but want to be able to use my favorite Fibonacci numbers. I also wanted to smooththe formula with Tema smoothing. I finally settled on the Fibonacci numbersof 13 and 55 for my formulas. I also subtracted 0.5 from the result so Icould plot the formula as a histogram. Therefore my formulas became:​

Tema StochRSI_13
Periods := Input("Enter Tema Smoothing Periods",5,233,13);
Tema(((RSI(Periods) - LLV(RSI(Periods),Periods)) /
((0.0001 + HHV(RSI(Periods),Periods)) - LLV(RSI(Periods),Periods))) -0.5,Periods)

Tema StochRSI_55
Periods := Input("Enter Tema Smoothing Periods",5,233,55);
Tema(((RSI(Periods) - LLV(RSI(Periods),Periods)) /
((0.0001+HHV(RSI(Periods),Periods)) - LLV(RSI(Periods),Periods))) -0.5,Periods)
After I decided on the formulas, the next step was how to use them in a system test. I plotted the two formulas above several of my favorite stocks andlooked at them for buying patterns. Since they are plotted as a histogramI looked at zero crossovers to the upside as buys and to the downside assells. Then instead of a zero crossover, I used an optimized value crossover.After some experimenting, I found that the shorter length crossover gavebetter signals if I also required the longer length one to be negative, andconfirmed an up move by also requiring that a short term moving average wasmoving up. Finally I saw that there was usually a good buy signal when thelonger term formula crossed the optimized value and the shorter term formulawas above zero. Therefore my open long signal became:​

MetaStock System Test 05 - Tema StochRSI_13 & 55
Open Long :
(Alert(Cross(Fml("Tema StochRSI_13"),opt1),21) AND
Fml("Tema StochRSI_55") < 0 AND Mov(C,21,VAR) > Ref(Mov(C,21,VAR),-8)) OR
Alert(Cross(Fml("Tema StochRSI_55"),opt1),13) AND
Fml("Tema StochRSI_13") > 0
I couldn't find a good close long signal, but did find that a reverse toa short on the longer term StochRSI crossing an optimized value confirmedby a falling moving average seemed to work well. Therefore my Open Short became:​

Open Short :
Alert(Cross(opt2,Fml("Tema StochRSI_55")),13) AND
Mov(C,21,VAR) < Ref(Mov(C,21,VAR),-8)
The optimization valiues are:
opt1: Min = -0.3 Max = 0 Step = 0.1
opt2: Min = -0.3 Max = 0 Step = 0.1​

That's all there is to the StochRSI test, but it seems to work very wellfor some stocks. Try it and let me know what you think.

from Jim Greening​
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
Başlatan Benzer Konular Forum Cevap Tarih
N Metastock Matriks 1
algoritma Metastock 6
algoritma K 0
algoritma W 0
algoritma M 0
algoritma F 0
algoritma Metastock 5
algoritma E 0
algoritma Metastock Matriks 2
algoritma D 0
algoritma E 0
S Metastock Matriks 3
algoritma Matriks 0
algoritma Matriks mi iDeal mi Metastock mu Amibroker mu❓ 0
algoritma Metastock 0
algoritma M 0
algoritma M 1
algoritma M 0
algoritma M 0
algoritma A 0