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.

price

  1. algoritma

    İndikatör Volume Price Confirmation Indicator VPCI

    Volume Price Confirmation Indicator VPCI Between Price and Volume Buff Dormeier’s article, “Between Price and Volume” describes the calculation and use of the Volume Price Confirmation Indicator (or VPCI). The formula for this indicator and the instructions on adding it to MetaStock are...
  2. algoritma

    Teknik Analiz Price Rate Of Change (PROC)

    Price Rate Of Change (PROC) fiyatlardaki yüzde değişim göstergesi, fiyatların belirli bir süre önceye göre % kaç değiştiğini gösterir. Kısaca bugünkü kapanışla x gün önceki kapanış farkının x gün önceki kapanışa oranıdır diye de tanımlanabilir. Momentum göstergesindeki oransal endeks değeri...
  3. algoritma

    Oscillator Price Momentum Oscillator (PMO) DecisionPoint

    Price Momentum Oscillator (PMO) ilk kaynak' da DecisionPoint Price Momentum Oscillator [LazyBear] olarak geçiyor. AL: cross(PMO(35,20,10),mov(PMO(35,20,10),10,e)) SAT: cross(mov(PMO(35,20,10),10,e),PMO(35,20,10)) kaynak @kivancyedek
  4. 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...
  5. algoritma

    Tarama Price and Volume Breakout

    Shows stocks where the price increased 5% and the volume is 50% above a 50-day moving average. Rank results by % change in price, then check the volume. Price and Volume Breakout Column A CLOSE Column B Ref(CLOSE,-1) Column C ROC(CLOSE,1,percent) Column D VOLUME Column E...
  6. algoritma

    Oscillator Price Volume Trend Normalized

    Re: PVT Normalized * To: metastock@xxxxxxxxxxxxx * Subject: Re: PVT Normalized * From: "Dan Harels" <harelsdb@xxxxxxxxxxx> * Date: Sun, 29 Jul 2001 05:47:54 +0000 * Reply-To: metastock@xxxxxxxxxxxxx * Sender: owner-metastock@xxxxxxxxxxxxx From: Mikey <mtg1021@xxxxxxxxxxxxx> Reply-To...
  7. algoritma

    Oscillator Price Volume Trend Stochastic

    Price Volume Trend Stochastic {Fast line} ;Mov((PVT()-LLV(PVT(),19)) / (HHV(PVT(),19)-LLV(PVT(),19)), 5, S) {Slow Line} ;Mov(Mov((PVT()-LLV(PVT(),19)) / (HHV(PVT(),19)-LLV(PVT(),19)), 5, S),3,S) Source / From: http://www.paritech.com
  8. algoritma

    İndikatör On Balance Price

    On Balance Price Cum(If(C>Ref(C,-1),1,If(C<Ref(C,-1),-1,0))) Source / From: ???
  9. algoritma

    İndikatör Median Price

    Median Price (hhv(H,10)-C)-(C-llv(L,10))/(hhv(H,10)-llv(L,10)) Source / From: http://www.guppytraders.com
  10. 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...