Teknik Analiz Dünyasına Hoşgeldiniz. Paylaşmak Güzeldir.

Üye Olma ve Üyelik Sorunlarınız için İletişim algoritmabul@gmail.com

Ne Aradığını Bilmeyen Bulduğunu da Anlayamaz

  • 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.

filter

  1. algoritma

    Oscillator Predictive And Successful Indicators

    Predictive And Successful Indicators John Ehlers’ article in this issue, “Predictive And Successful Indicators,” presents the reader with three new indicators. The MetaStock formulas for these indicators are given here: a1:= Exp(-1.414 * 3.14159 / 10); b1:= 2*a1 * Cos(1.414*180 /10); c2:= b1...
  2. algoritma

    Oscillator Vertical Horizontal Filter (VHF)

    Vertical Horizontal Filter (VHF) Pds:=Input("Periods",3,55,28); Hlvl:=Input("Upper Level",.5,.9,.6); Llvl:=Input("Lower Level",.2,.49,.3); Diff:=Abs(Ref(C,-1)-C); HiLo:=(HHV(C,Pds)-LLV(C,Pds)); VHFVal:=HiLo/Sum(Diff,Pds); red:=If(VHFVal<Llvl,VHFVal,Llvl); green:=If(VHFVal>LLvl,VHFVal,LLvl)...
  3. algoritma

    Hareketli Ortalama Kalman Filter

    Kalman Filter PRICEE:=C; Smooth:=.13785*(2*PriceE - Ref(PriceE,-1)) + .0007*(2*Ref(PriceE,-1) - Ref(PriceE,-2)) + .13785*(2*Ref(PriceE,-2) -Ref(PriceE,-3)) + 1.2103*PREV - .4867*Ref(PREV,-1); SMOOTH; kaynak purebytes
  4. Bogac

    Hareketli Ortalama Laguerre Filter (John Ehlers)

    John Ehler's Laguerre Filter .Sevdiğim bir hareketli ortalamadır. Renk değişimi al ve sat koşullarını yaratır. Eğer opt etmek isterseniz (alpha:=0.2) değişkenine (0.2) yerine (opt1) yazılmalı. 0 ve 1 arası bir değer alır opt ederken 0,01 adımla opt edebilirsiniz. INDICATOR BUİLDER FORMÜLÜ...
  5. algoritma

    Uzman Danışman Ehlers Distant Coefficient Filter

    Hallo Piotr, somewhere in the web I found the Ehlers Expert: Ehlers Distant Coefficient Filter ti:=Input("Input Filter Period",1,500,27); pr:=MP(); coef:=Sum(Power(Ref(LastValue(pr+PREV-PREV)-pr,-1),2),ti); Sum(coef*pr,ti)/Sum(coef,ti) Ehlers Distant...
  6. algoritma

    Oscillator Ehlers Distance Coefficient Filter by John Ehlers

    More PREV Stuff To: "MetaStock List" <metastock@xxxxxxxxxxxxx> Subject: More PREV Stuff From: "C.S." <csaxe@xxxxxxxxxxx> Date: Fri, 23 Mar 2001 10:11:37 -0800 Reply-To: metastock@xxxxxxxxxxxxx Sender: owner-metastock@xxxxxxxxxxxxx Just when I thought that I was...
  7. algoritma

    İndikatör Date Filter Indicator by Roy Larsen

    ----- Original Message ----- From: "Chris Montgomery" <chrismontgomery1966@yahoo.com> To: <metastock@metastock.com> Sent: Friday, August 16, 2002 10:42 AM I am trying to use the system tester comparing multiple systems. I want to enter a historical date, ie 3 months...