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.

fisher

  1. Bogac

    Al Sat Sistemi Tillson T3 İnverse Fisher StochRsi And ATR Strategy

    Merhaba yeni stratejimiz tanıdık gelebilir. Sevgili Kıvanç Özbilgiç'in Algoritma Dünyası programında önerdiği setuptur. Kendisi CCI kullanmıştır fakat ben biraz daha hız istediğim için STOCHRSİ ekledim. ATR bölümüne her zaman olduğu gibi (?) koydum. Kullandığınız enstrümana göre ayarlama...
  2. 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...
  3. algoritma

    Oscillator Fisher Transform by John Ehlers

    The indicator described in "Using The Fisher Transform" by John Ehlers in this issue can be easily recreated in MetaStock 6.52 or higher. To create a formula in MetaStock, select Indicator Builder from the Tools menu, click New, enter the code for the formula, and then click OK. Repeat for the...