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.

trix

  1. algoritma

    Oscillator Triple Exponential Moving Average (TRIX)

    Triple Exponential Moving Average (TRIX) p:=12; x1:=Mov(c,p,e); x2:=Mov(x1,p,e); x3:=Mov(x2,p,e); Trix:=ROC(x3,1,%); Trig:=mov(ROC(x3,1,%),9,s); Trix;Trig
  2. algoritma

    Al Sat Sistemi TRIX Trading System by Jongseon Kim

    In his article "Trading In Tempo With TRIX," Jongseon Kim presents a trading system based on the TRIX indicator. This indicator is built into MetaStock and does not need to be defined in a custom formula. The formulas that follow create an exploration and a system test based on his conditions...
  3. algoritma

    Oscillator Special TRIX by Eddie Kwong

    This is my own version of the well-known indicator, TRIX. I have had much better results with this than the canned version thatcomes with every charting program. Special TRIX trix(12)-ref((trix(12)),-1) created by Eddie Kwong Source /...