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.

divergence

  1. algoritma

    İndikatör Volume/Price Divergence Indicator by Pablo Bozzolo

    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= From: Paolo <italoarg76__at__yahoo.it> To: <> Date: Saturday, May 20, 2006, 11:25:58 PM Subject: [EquisMetaStock Group] A Metastock Price Oscilator Hi everyone! My name is Pablo Bozzolo, italo-argentinean. I'd like...
  2. algoritma

    Al Sat Sistemi RSI Divergence Trading System

    RSI Divergence Trading System Buy: If(RSI(9) >= HHV(RSI(9),19) AND CLOSE <HHV(CLOSE,19), 1,0) OR If(CLOSE <= LLV(CLOSE,19) AND RSI(9) > LLV(RSI(9),19), 1,0) Sell: If(CLOSE >= HHV(CLOSE,19) AND RSI(9)<HHV(RSI(9),19),1,0) OR If(RSI(9) <= LLV(RSI(9),19) AND CLOSE > LLV(CLOSE,19),1,0)...
  3. algoritma

    İndikatör RSI Divergence

    RSI(9) Divergence Buy If(RSI(9) >= HHV(RSI(9),19) AND CLOSE <HHV(CLOSE,19),1,0) OR If(CLOSE <= LLV(CLOSE,19) AND RSI(9) >LLV(RSI(9),19), 1,0) RSI(9) Divergence Sell If(CLOSE >= HHV(CLOSE,19) AND RSI(9)<HHV(RSI(9),19),1,0) OR If(RSI(9) <= LLV(RSI(9),19) AND CLOSE >LLV(CLOSE,19),1,0) RSI...
  4. algoritma

    İndikatör Divergence Formulas by Siannas Christos (2 f.)

    I've seen many divergence formulas written for MetaStock, but in my opinion, none of them work well. Here, I'll present a divergence formula for MetaStock using RSI(14) and the close. I'll also introduce another divergence formula, which I call double successive divergence (DSD)...
  5. algoritma

    İndikatör Divergence Indicator

    Divergence Indicator Mov(Mov((Abs(C-Ref(C,-1))),15,E),5,E) Source / From: ???
  6. algoritma

    İndikatör Divergence - Volume / Price by Jose Silva

    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= From: Paolo <italoarg76__at__yahoo.it> To: <> Date: Saturday, May 20, 2006, 11:25:58 PM Subject: [EquisMetaStock Group] A Metastock Price Oscilator Hi everyone! My name is...