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.

cci

  1. algoritma

    Oscillator Inverse Fisher Transform by John Ehlers

    John Ehlers' article in this issue, "The Inverse Fisher Transform," includes the TradeStation code for two indicators. The MetaStock code for those same indicators is listed below. 📌Inverse Fisher Transform of RSI v1:= .1*(RSI(5)-50); v2:= Mov(v1,9,W); .5; -.5...
  2. algoritma

    Oscillator CCI - Donald Lambert

    Commodity Channel Index Description : The CCI is a price momentum indicator that works well for commodities,stocks, and mutual funds. Usage: CCI( Period1 ) Returns: Array where: Period1 = number of periods in the CCI calculation as shown below. Mathematically: CCI = (M - A)/(X * D) percent...