Çok eski bir web tarayıcısı kullanıyorsunuz. Bu veya diğer siteleri görüntülemekte sorunlar yaşayabilirsiniz.. Tarayıcınızı güncellemeli veya alternatif bir tarayıcı kullanmalısınız.
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...
Here is the MetaStock code to implement the Volume-Weighted MACD Histogram from David Hawkins' article in this issue, "Volume-Weighted MACD Histogram".
Volume-Weighted MACD Histogram
PeriodS:=Input("Enter short period",1,500,12);
PeriodL:=Input("Enter long period",2,501,26)...
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...
Float Analysis
To: <metastock@xxxxxxxxxxxxx>
Subject: Float Analysis
From: "Rick Lampkin" <rlam3491@xxxxxxxxxxxxxxx>
Date: Sat, 20 Jan 2001 13:30:46 -0800
Reply-To: metastock@xxxxxxxxxxxxx
Sender: owner-metastock@xxxxxxxxxxxxx
Is there anyone on the List that uses or knows how to use Float...