Custom Formula Collection
Price Volume Rank
Taken from Stocks &
Commodities, V. 12:6 (235-239): Price-Volume Rank by Anthony J. Macek
"Imagine receiving a warning when the market was likely to collapse or being alerted when one of your favorite stocks was about to rally. What if these signals came from analysis that was simple enough to do without a computer and took only a few minutes a day to update, using just two pieces of information found in virtually any newspaper? Is this a dream? Maybe not. Anthony Macek explains.
The old adage about keeping things simple applies even to the investment world. Methods of analysis such as polarized fractal efficiency and price oscillator divergences do a great job, but for those with neither the time nor the inclination to master the techniques necessary to monitor every blip and sputter that the market produces may be served just as well by noting only two very important market variables: price and volume."
For interpretation refer to the June 94 issue of Technical Analysis of Stocks &
Commodities.
You need to create all of the following custom formulas in order for the PV Rank to calculate properly:
P-V Rank:
Fml( "PV1" ) + Fml( "PV2" )
PV1:
If( C ,>
,Ref( C ,-1 ) ,If( V ,>
,Ref( V ,-1 ) ,1 ,If( V ,<
,Ref(V ,-1 ) ,2 ,0 ) ) ,0 )
PV2:
If( C ,<
,Ref( C ,-1 ) ,If( V ,<
,Ref( V ,-1 ) ,3 ,If( V ,>
,Ref( V ,-1 ) ,4 ,0 ) ) ,0 )
PV Biggie: (This combines all formulas into one formula)
If( C ,>
,Ref( C ,-1 ) ,If( V ,>
,Ref( V ,-1 ) ,1 ,If( V ,<
,Ref( V ,-1 ) ,2 ,0 ) ) ,If( C ,<
,Ref( C ,-1 ),If( V ,<
,Ref( V ,-1 ) ,3 ,If( V ,>
,Ref( V ,-1 ) ,4 ,0 ) ) ,0 ) )
For additional help with formulas, please see the Formula Primer.
Can't find the custom formula you need? MetaStock can create formulas for you.
- Creating Custom Formulas
- Absolute Breadth Index
- Advance / Decline Line with Negative Volume
- ADX/ADXR Custom (without rounding)
- Alpha and Beta
- Arms Index (TRIN)
- Average-Modified Method
- Breadth Thrust
- CCI Moving Average Crossover System Test
- Chande's Momentum Oscillator
- Combining Trend and Oscillator Signals System Test
- Commodity Channel Index Buy and Sell Signals
- Comparative Relative Strength
- Comparative Relative Strength Exploration
- Coppock Curve
- Derivative Moving Average
- Detrended Price Oscillator
- Disparity Index
- Displaying the Price of a Security in 32nds and 64ths
- Divergence between the Close and an Indicator
- Dynamic Momentum Oscillator
- Elder Ray and The Force Index
- End Point Moving Average
- Genesis of a Simple Futures Trading System
- Historical Volatility Daily
- Historical Volatility System, Connors and Raschke's
- Historical Volatility Weekly
- InSync Index
- Investor Preference Index
- Keltner Channels
- Ken Roberts' Formulas
- Kurtosis Indicator
- MACD Histogram
- Market Facilitation Index
- Market Facilitation Index Expert Advisor
- Market Thrust Oscillator
- Martin Pring's KST Formulas
- Mass Index
- McClellan Oscillator
- McClellan Summation Index
- Modified VIX Indicator
- Money Flow Index
- Moving Average of Only One Day of a the Week
- Natenberg's Volatility
- New Advance Decline Line
- Pathfinder Trading System
- Polarized Fractal Efficiency
- Price Action Indicator (PAIN)
- Price Volume Rank
- Random Walk Index
- Rate of Change Since a Specific Date
- Regression Oscillator and the Slope/Close Indicator
- Relative Strength Index, Custom (RSI)
- Relative Volatility Index (RVI)
- Slope of a Line
- Slope of a Linear Regression Line
- Standard Error Bands
- STIX Oscillator
- Stochastic %D
- Stochastic Relative Strength Index
- Tick Line Momentum Oscillator
- Trading Channel Index
- Wilder's Volatility
- WillSpread by Larry Williams