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 Random Entry Generator for Systems Testing

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
To: "MetaStock Listserver" <metastock@xxxxxxxxxxxxx>
Subject: Random Entry Generator for Systems Testing
From: "Dave Nadeau" <dave_nadeau@xxxxxxxxx>
Date: Sun, 18 Mar 2001 21:00:07 -0700
Importance: Normal
Reply-To: metastock@xxxxxxxxxxxxx
Sender: owner-metastock@xxxxxxxxxxxxx

Here's just a suggestion for writing systems. Many successful systems writers suggest that you build a system in parts. Find a high probability entry and work on exits independently before you combine the two and study the results.

Here's one way to generate a random entry system that you can use to test your exits in a market or to compare with your entries to see if they are truly better than random.

I'm using an uncorrelated value to base my entries on: the volume. Not the relative change in volume or it's value in an absolute sense, but rather as a test to see if it's divisible by a number, actually a prime number. Based on the data available in Metastock (OHLCV) this seems to be the most independent that I could find (without the use of a random number generator which would have to be built in a .dll).

For example,​

Random Entry Generator for Systems Testing
ENTER LONG
Mod(Volume,23)=0
{will open a long position if the volume is an even number Please note, if you have large volumes (x100) then you'll need to substitute Volume/10000 or some other appropriate denominator to get rid of the zeros}

EXIT LONG
{Enter your exit for testing}
{na wykresie jest c < ref(c,-1)}
ENTER SHORT
Mod(Volume,31)=1
{Same note as above}

EXIT SHORT
{Enter your exit for testing}
{na wykresie jest c > ref(c,-1)}​

For those with MetaStock Pro, you can put Optimization parameters in the stops dialogue to see the systems behaviour across a range of parameters. For EOD, you can change the stops manually to see the results.

Please note: choose the prime number depending on the "normal" length of trade that you are interested in studying. Because the system tester will close your LONG and enter SHORT when the short condition is hit, your random entries might be experiencing more random exits than you think. To test this out on your data, just create a function like CUM(Mod(Volume,31))/Cum(1) where a lower number like 0.2 or 0.3 gives you lots of room between entries on average.

Dave Nadeau
Fort Collins, CO

[1183]​
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