908 sonuçtan 1 ile 12 arası

Konu: Metastock Ogreniyoruz

Threaded View

önceki Mesaj önceki Mesaj   sonraki Mesaj sonraki Mesaj
  1. #11
    Üyelik tarihi
    May 2008
    Yer
    VOBiX.NET
    Mesajlar
    6.393
    Teşekkür Teşekkür 
    668
    Teşekkür Toplam Teşekkür 
    8.033
    Toplam Teşekkür
    3.523 Yazısı Teşekkür aldı

    Standart

    Alıntı temese Nickli Üyeden Alıntı Mesajı göster
    sn vobix tactical trader ı kırdınız mı?

    Tactical "D" Retracement
    AL :
    PDI(14) > MDI(14) AND (Cross(80,Stoch(5,3) ))
    SAT : MDI(14) > PDI(14) AND Cross(Stoch(5,3),20 )


    Tactical "V " Power
    AL :
    (Cross(Mov(VHF(C,15),2,W),Mov(VHF(C,15),30,W)) AND
    (Mov(VHF(C,15),9,W)>Mov(VHF(C,15),30,W)) OR
    Mov(VHF(C,15),2,W)>Mov(VHF(C,15),30,W) AND
    Cross(Mov(VHF(C,15),9,W),Mov(VHF(C,15),30,W)) AND
    C>Mov(C,30,W) )AND Ref(CLOSE,-1)>Ref(Mov(C,30,W),-1)
    SAT: (Cross(Mov(VHF(C,15),2,W),Mov(VHF(C,15),30,W)) AND
    (Mov(VHF(C,15),9,W)>Mov(VHF(C,15),30,W)) OR
    Mov(VHF(C,15),2,W)>Mov(VHF(C,15),30,W) AND
    Cross(Mov(VHF(C,15),9,W),Mov(VHF(C,15),30,W)) )
    AND
    C<Mov(C,30,W) AND Ref(CLOSE,-1)<Ref(Mov(C,30,W),-1)




    Tactical Geometric Vector System 1
    Swing Buy :
    sb:=Cross(Fml("Vector1.SwingTrend"),0);
    Vector1.SwingTrend:=If((({R2}(Zig((((HIGH+LOW+CLOS E)/3)
    -(Abs(2*(HIGH+LOW+CLOSE)/3)-HIGH)
    +(Abs(2*(HIGH+LOW+CLOSE)/3)-LOW)
    ),3,%)< Ref(Zig((((HIGH+LOW+CLOSE)/3)
    -(Abs(2*(HIGH+LOW+CLOSE)/3)-HIGH)
    +(Abs(2*(HIGH+LOW+CLOSE)/3)-LOW)
    ),3,%),-1) ) AND {S2}Zig(((HIGH+LOW+CLOSE)/3-(((Abs(2*(HIGH+LOW+CLOSE)/3))-LOW)-(Abs(2*(HIGH+LOW+CLOSE)/3)-HIGH))),3,%) < Ref(Zig(((HIGH+LOW+CLOSE)/3-(((Abs(2*(HIGH+LOW+CLOSE)/3))-LOW)-(Abs(2*(HIGH+LOW+CLOSE)/3)-HIGH))),3,%),-1))=1),-1,1);
    Cross(Fml("Vector1.SwingTrend") ,0);
    Swing SEll :
    sb:=Cross(0,Fml("Vector1.SwingTrend"));
    Vector1.SwingTrend:=If((({R2}(Zig((((HIGH+LOW+CLOS E)/3)
    -(Abs(2*(HIGH+LOW+CLOSE)/3)-HIGH)
    +(Abs(2*(HIGH+LOW+CLOSE)/3)-LOW)
    ),3,%)< Ref(Zig((((HIGH+LOW+CLOSE)/3)
    -(Abs(2*(HIGH+LOW+CLOSE)/3)-HIGH)
    +(Abs(2*(HIGH+LOW+CLOSE)/3)-LOW)
    ),3,%),-1) ) AND {S2}Zig(((HIGH+LOW+CLOSE)/3-(((Abs(2*(HIGH+LOW+CLOSE)/3))-LOW)-(Abs(2*(HIGH+LOW+CLOSE)/3)-HIGH))),3,%) < Ref(Zig(((HIGH+LOW+CLOSE)/3-(((Abs(2*(HIGH+LOW+CLOSE)/3))-LOW)-(Abs(2*(HIGH+LOW+CLOSE)/3)-HIGH))),3,%),-1))=1),-1,1);
    Cross(0,Fml("Vector1.SwingTrend"));

    Buy deviation : (Fml("tactical.vector1.SwingTrend")>0 AND Fml("tactical.vector1.Swing.R")< Ref(Fml("tactical.vector1.Swing.R"),-1)) OR
    (Fml("tactical.vector1.SwingTrend")>0 AND Fml("tactical.vector1.Swing.S")< Ref(Fml("tactical.vector1.Swing.S"),-1))

    Sell Deviation : (Fml("tactical.vector1.SwingTrend")<0 AND Fml("tactical.vector1.Swing.R")> Ref(Fml("tactical.vector1.Swing.R"),-1)) OR
    Fml("tactical.vector1.SwingTrend")<0 AND Fml("tactical.vector1.Swing.S")> Ref(Fml("tactical.vector1.Swing.S"),-1)

    Tactical Geometric VectorSystem LT
    LT Buy : Cross(Fml("Tactical.Vector1.LTTrend") ,0)
    LT Sell : Cross(0,Fml("Tactical.Vector1.LTTrend"))
    Buy Deviation : (Fml("tactical.vector1.LTTrend")>0 AND Fml("tactical.vector1.LT.R")< Ref(Fml("tactical.vector1.LT.R"),-1)) OR
    (Fml("tactical.vector1.LTTrend")>0 AND Fml("tactical.vector1.LT.S")< Ref(Fml("tactical.vector1.LT.S"),-1))
    Sell deviation : (Fml("tactical.vector1.LTTrend")<0 AND Fml("tactical.vector1.LT.R")> Ref(Fml("tactical.vector1.LT.R"),-1)) OR
    Fml("tactical.vector1.LTTrend")<0 AND Fml("tactical.vector1.LT.S")> Ref(Fml("tactical.vector1.LT.S"),-1)


    İndikatörler :

    Tactical.Vector1.LT.R :
    Zig((((HIGH+LOW+CLOSE)/3)
    -(Abs(2*(HIGH+LOW+CLOSE)/3)-HIGH)
    +(Abs(2*(HIGH+LOW+CLOSE)/3)-LOW)
    ),5,%)
    {main Trend Vectortop}

    Tactical.Vector1.LT.S : Zig(((HIGH+LOW+CLOSE)/3-(((Abs(2*(HIGH+LOW+CLOSE)/3))-LOW)-(Abs(2*(HIGH+LOW+CLOSE)/3)-HIGH))),5,%)

    {main trend vectorbottom}

    Tactical.Vector1.LTTrend : If((({R2}Zig((((HIGH+LOW+CLOSE)/3)
    -(Abs(2*(HIGH+LOW+CLOSE)/3)-HIGH)
    +(Abs(2*(HIGH+LOW+CLOSE)/3)-LOW)
    ),5,%)< Ref(Zig((((HIGH+LOW+CLOSE)/3)
    -(Abs(2*(HIGH+LOW+CLOSE)/3)-HIGH)
    +(Abs(2*(HIGH+LOW+CLOSE)/3)-LOW)
    ),5,%),-1) ) AND {S2}Zig(((HIGH+LOW+CLOSE)/3-(((Abs(2*(HIGH+LOW+CLOSE)/3))-LOW)-(Abs(2*(HIGH+LOW+CLOSE)/3)-HIGH))),5,%) < Ref(Zig(((HIGH+LOW+CLOSE)/3-(((Abs(2*(HIGH+LOW+CLOSE)/3))-LOW)-(Abs(2*(HIGH+LOW+CLOSE)/3)-HIGH))),5,%),-1))=1,-1,1)

    Tactical.Vector1.Swing.R : Zig((((HIGH+LOW+CLOSE)/3)
    -(Abs(2*(HIGH+LOW+CLOSE)/3)-HIGH)
    +(Abs(2*(HIGH+LOW+CLOSE)/3)-LOW)
    ),3,%)
    {swing Trend Vectortop}


    Tactical.Vector1.Swing.S :
    Zig(((HIGH+LOW+CLOSE)/3-(((Abs(2*(HIGH+LOW+CLOSE)/3))-LOW)-(Abs(2*(HIGH+LOW+CLOSE)/3)-HIGH))),3,%)

    {swing trend vectorbottom}


    Tactical.Vector1.SwingTrend : If((({R2}(Zig((((HIGH+LOW+CLOSE)/3)
    -(Abs(2*(HIGH+LOW+CLOSE)/3)-HIGH)
    +(Abs(2*(HIGH+LOW+CLOSE)/3)-LOW)
    ),3,%)< Ref(Zig((((HIGH+LOW+CLOSE)/3)
    -(Abs(2*(HIGH+LOW+CLOSE)/3)-HIGH)
    +(Abs(2*(HIGH+LOW+CLOSE)/3)-LOW)
    ),3,%),-1) ) AND {S2}Zig(((HIGH+LOW+CLOSE)/3-(((Abs(2*(HIGH+LOW+CLOSE)/3))-LOW)-(Abs(2*(HIGH+LOW+CLOSE)/3)-HIGH))),3,%) < Ref(Zig(((HIGH+LOW+CLOSE)/3-(((Abs(2*(HIGH+LOW+CLOSE)/3))-LOW)-(Abs(2*(HIGH+LOW+CLOSE)/3)-HIGH))),3,%),-1))=1),-1,1)
    İlk iki expert advisor harici zig zag fonksiyonunu kullandığı için beş para emeyen kandırıkçı bir sistemdir.
    Pozsiyon yok ama ruh halim kısa ve orta vade vade beklentimi gösterir.
    AL SAT tavsiyesi olarak algılamayın. Ben ki 3-4 yıllık bir amatörüm. Siz üstadlara bakın!
    Bir hatam olursa affola, sizi rahatsız eden bir mesajım olursa özel mesaj atın sileyim.

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


Konu Bilgileri

Users Browsing this Thread

Şu an 2 kullanıcı var. (0 üye ve 2 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
  •