Expert Advisor yani Türkçesi ile Uzman Danışman, terminalin içinde bulunan ve alım-satım işlemlerini otomatik olarak programlamaya izin veren araçtır. Fiyatlar üzerinden teknik analiz geliştiren, yöneltilmiş alım-satım faaliyetleri gerçekleştiren ve bu faaliyetleri yönetebilen bu programlar, otomatik işleme girmenin yanı sıra, bir sinyal sağlayıcı olarak da kullanılabilir. Bir uzman, ilgili grafik o anda aktif olsa da olmasa da çalışabilir.
Expert Advisor Ne İşe Yarar?
Yani uzman danışmanlar ister AL- SAT sinyali üretirler istenirse de AL-SAT sinyali ürettikleri noktalardan alım-satım yaparlar.
eiπ + 1 = 0
Algorithmist
Algoritma
TACS Traders' Tips August 2000. |
|
Hilbert cycle period - final-a
c1:= Fml("H cycle count 1a") + Fml("H cycle count 2a") + Fml("H cycle count 3a");
c2:=If(c1=0,PREV,c1);
(0.25*c2) + (0.75*PREV)
|
|
To create the indicator as a highlight, select Expert Advisor from the Tools menu. Click New, enter "Squelch Indicator" for the name, and select the Highlights page. Click New and enter the following formula: |
|
Squelch Threshold
Squelch:=20;
Fml("Hilbert cycle period - final-a") < Squelch
|
To apply the Indicator, open the Expert Advisor, select the Squelch Indicator expert, then click the Attach button.
The formulas can also be downloaded from http://www.equis.com/customer/support/formulas/.
-- Cheryl C. Abram, Equis International, Inc.
www.equis.com
| | | | Source / From: | |
|