1921 sonuçtan 1 ile 12 arası

Konu: Fikirler -> Sistemler

Threaded View

önceki Mesaj önceki Mesaj   sonraki Mesaj sonraki Mesaj
  1. #11
    Üyelik tarihi
    May 2009
    Mesajlar
    2
    Teşekkür Teşekkür 
    0
    Teşekkür Toplam Teşekkür 
    2
    Toplam Teşekkür
    %1$s Gönderisine

    Standart

    Alıntı teo Nickli Üyeden Alıntı Mesajı göster
    Hiç Sistemim Yok Diyenler için Zero Lag Ema Cross

    INdikator olarak

    Avg:=55; {a 55 fixed day average}
    haOpen:=(Ref((O+H+L+C)/4,-1) + PREV)/2;
    haC:=((O+H+L+C)/4+haOpen+Max(H,haOpen)+Min
    (L,haOpen))/4;
    TMA1:= Tema(haC,avg);
    TMA2:= Tema(TMA1,avg);
    Diff:= TMA1 - TMA2;
    ZlHa:= TMA1 + Diff;
    TMA1:= Tema(typ(),avg);
    TMA2:= Tema(TMA1,avg);
    Diff:= TMA1 - TMA2;
    ZlCl:= TMA1 + Diff;
    ZlCl;ZlHa

    ---------------------------------------
    Ea olarak

    Buy

    Avg:=55; {a 55 fixed day average}
    haOpen:=(Ref((O+H+L+C)/4,-1) + PREV)/2;
    haC:=((O+H+L+C)/4+haOpen+Max(H,haOpen)+Min
    (L,haOpen))/4;
    TMA1:= Tema(haC,avg);
    TMA2:= Tema(TMA1,avg);
    Diff:= TMA1 - TMA2;
    ZlHa:= TMA1 + Diff;
    TMA1:= Tema(typ(),avg);
    TMA2:= Tema(TMA1,avg);
    Diff:= TMA1 - TMA2;
    ZlCl:= TMA1 + Diff;
    cross(ZlCl,ZlHa)

    Sell

    Avg:=55; {a 55 fixed day average}
    haOpen:=(Ref((O+H+L+C)/4,-1) + PREV)/2;
    haC:=((O+H+L+C)/4+haOpen+Max(H,haOpen)+Min
    (L,haOpen))/4;
    TMA1:= Tema(haC,avg);
    TMA2:= Tema(TMA1,avg);
    Diff:= TMA1 - TMA2;
    ZlHa:= TMA1 + Diff;
    TMA1:= Tema(typ(),avg);
    TMA2:= Tema(TMA1,avg);
    Diff:= TMA1 - TMA2;
    ZlCl:= TMA1 + Diff;
    cross(ZlHa,ZlCl)

    --------------------System Tester İçin

    BUY ORDER

    Avg:=55; {a 55 fixed day average}
    haOpen:=(Ref((O+H+L+C)/4,-1) + PREV)/2;
    haC:=((O+H+L+C)/4+haOpen+Max(H,haOpen)+Min(L,haOpen))/4;
    TMA1:= Tema(haC,avg);
    TMA2:= Tema(TMA1,avg);
    Diff:= TMA1 - TMA2;
    ZlHa:= TMA1 + Diff;
    TMA1:= Tema(typ(),avg);
    TMA2:= Tema(TMA1,avg);
    Diff:= TMA1 - TMA2;
    ZlCl:= TMA1 + Diff;
    cross(ZlCl,ZlHa) {crossover of the zero-lagging TEMA on the typical price
    and the zero-lagging TEMA of the heikin-ashi closing price}

    --------------------

    SELL SHORT ORDER

    Avg:=55; {a 55 fixed day average}
    haOpen:=(Ref((O+H+L+C)/4,-1) + PREV)/2;
    haC:=((O+H+L+C)/4+haOpen+Max(H,haOpen)+Min(L,haOpen))/4;
    TMA1:= Tema(haC,avg);
    TMA2:= Tema(TMA1,avg);
    Diff:= TMA1 - TMA2;
    ZlHa:= TMA1 + Diff;
    TMA1:= Tema(typ(),avg);
    TMA2:= Tema(TMA1,avg);
    Diff:= TMA1 - TMA2;
    ZlCl:= TMA1 + Diff;
    cross(ZlHa,ZlCl) {crossover of the zero-lagging TEMA on the typical price
    and the zero-lagging TEMA of the heikin-ashi closing price}
    -----------------------


    Performansı gayet güzel



    Yukarıdaki formülde kırmızı ile yazdığım ''Min'' hata veriyor...

  2. The Following 2 Users Say Thank You to hankrearden For This Useful Post:


Konu Bilgileri

Users Browsing this Thread

Şu an 1 kullanıcı var. (0 üye ve 1 konuk)

Bu Konudaki Etiketler

Yer imleri

Yer imleri

Yetkileriniz

  • Konu Acma Yetkiniz Yok
  • Cevap Yazma Yetkiniz Yok
  • Eklenti Yükleme Yetkiniz Yok
  • Mesajınızı Değiştirme Yetkiniz Yok
  •