xo.priceobjective.processor {rpnf} | R Documentation |
This function adds Vertical Price Objectives calculated with the Bullish Breakout and Bearish Breakdown Method (BM) to an P&F Table.
Description
Finding the appropriate price objectives has been explained very good at http://stockcharts.com/school/doku.php?id=chart_school:chart_analysis:point_and_figure_pri, but this documentation is no longer available. The function adds columns vpo_bm_boxnumber and vpo_bm_price to the given P&F Table. vpo_bm_bonumber contains the boxnumber of the price objective, while vpo_bm_price contains the real price objective.
Usage
xo.priceobjective.processor(data, reversal, boxsize, log)
Arguments
data |
Input data |
reversal |
Number of boxes for reversal |
boxsize |
Size of one box |
log |
Use logarithmic scale |
[Package rpnf version 1.0.5 Index]