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.

keltner

  1. Bogac

    Trend Kanalı KELTNER CHANNELS

    pd:=Input("Period",1,500,20); MLT:=Input("Multiplier",0,20,1); EMA:=MOV(C,PD,E); UPCH:=EMA+MLT*ATR(pd); DWNCH:=EMA-MLT*ATR(pd); upch; ema; dwnch
  2. algoritma

    Trend Kanalı Keltner & Bollinger Bands by Jose Silva

    Keltner & Bollinger Bands, fully adjustable with multiple output choice. Keltner & Bollinger Bands { (c) Copyright 2004~2005 Jose Silva } { For personal use only } { http://www.metastocktools.com } { User inputs } pds:=Input("Keltner/Bollinger Bands periods", 1,252,10)...
  3. algoritma

    Trend Kanalı Keltner Channel's by Chester W. Keltner

    rev. 01/06/97 Keltner Channels are explained in the book The New Commodity Trading System and Methods by Perry Kaufman and were first introduced in the book How To Make Money in Commodities, by Chester W. Keltner. The syntax for the formulas in MetaStock are: Formula#1: The 10-Day Moving Average...