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.

cycle

  1. algoritma

    Oscillator Cycle Highlighter

    Cycle Highlighter {Periods} P0:=Input("Cycle Wavelength",3,10000,207); X:=Input("NB, periods in Tri MA = wavelength * 1.5",0,0,0); P1:=Int(P0*1.5); P1:=LastValue(If(Frac(P1/2)=0,P1+1,P1)); P2:=Int(p1/2); P2:=LastValue(If(Frac(P2/2)=0,P2+1,P2)); {Moving Averages} MA1:=Mov(P,P1,TRI)...
  2. algoritma

    İndikatör Short Cycle Indicator

    Short Cycle Indicator Francisco Lorca-Susino presents the Short Cycle Indicator. This method is expected to correct some of the difficulty in financial time series, which are said to have a long memory, obscuring some of the patterns. It is applied to intraday bars and is best interpreted over...
  3. algoritma

    İndikatör Schaff Trend Cycle Indicator by Jose Silva

    ????????: Kalon , ?? , 05 ???? 2004 ? 20:22 MSK Hello, Below is the Schaff trend Cycles Indicator for Metastok. Can someone tranfer it for Omega format (els or ela). There is a text file in tradestationworld.com forum but seems like it does not displays well on Omega 2000i. Thanks...
  4. algoritma

    Oscillator Schaff Trend Cycle Oscillator by Jose Silva

    ????????: Kalon , ?? , 05 ???? 2004 ? 20:22 MSK Hello, Below is the Schaff trend Cycles Indicator for Metastok. Can someone tranfer it for Omega format (els or ela). There is a text file in tradestationworld.com forum but seems like it does not displays well on Omega 2000i. Thanks a lot...
  5. algoritma

    Trend Kanalı Exponential Moving Average - Cycle-adaptive by Jose Silva

    Cycle-adaptive EMA - periodicity determined by historical price cycles. Exponential Moving Average - Cycle-adaptive { Cycle-adaptive Exponential Moving Avg v1.1 } { EMA periodicity determined by historical price cycle based on ZigZag cycles } { (c) Copyright 2004...
  6. algoritma

    Oscillator Cycle Indicator by Bill Irwin

    Double smoothed stochastic 10 period, denominators defined to eliminate divide by zero errors. Cycle Indicator Period:= 10; denom1:= If(HHV(H,Period)-LLV(L,Period)>0, HHV(H,Period)-LLV(L,Period), 1); P1:= Mov(((C-LLV(L,Period))/ denom1)*100,3,E); denom2 :=...