Learn R Programming

rpnf (version 1.0.5)

Point and Figure Package

Description

A set of functions to analyze and print the development of a commodity using the Point and Figure (P&F) approach. A P&F processor can be used to calculate daily statistics for the time series. These statistics can be used for deeper investigations as well as to create plots. Plots can be generated as well known X/O Plots in plain text format, and additionally in a more graphical format.

Copy Link

Version

Install

install.packages('rpnf')

Monthly Downloads

123

Version

1.0.5

License

GPL-3

Maintainer

Sascha Herrmann

Last Published

August 26th, 2016

Functions in rpnf (1.0.5)

minBox

Returns the minimum box number in given column
nextBox

Determine the next box frontier for current quote(s) given a recent XO-status.
pnfprocessor

Generate all point and figure informations for a given time series.
fallingBottom

Returns true if given column c drops below prevois column of same type (this is always column c-2)
xo.processor

Determine the XO development of a given time series.
fallingTop

returns true if given column c drops below previous column of same type (this is always column c-2)
pnfplottxt

Generate a classical TXT point and figure plot.
xo.signalprocessor

Analyzes a given PNF time-series for Buy&Sell patterns
signalanalyzer

analyze transitions of signal states
xo.priceobjective.processor

This function adds Vertical Price Objectives calculated with the Bullish Breakout and Bearish Breakdown Method (BM) to an P&F Table.
nextReversal

Determine the next reversal frontier for current quote(s) given a recent XO-status.
pnfplot

Generate a modern point and figure plot
rs.signal.processor

This function analyzes a (preliminary) P&F Chart for Bullish Support Line and Bearish Resistance Line
scaleToQuote

Rescales a scaled quote to original scale.
doubleTop

Returns true if given column c matches exactly previous column of same type (this is always column c-2)
DOW

This is some free available quote data for the DOW Chemical Company.
getLogBoxsize

Determine an appropriate boxsize, if you want to use logarithmic scale.
maxBox

Returns the maximum box number in given column
currentVPOReversalMethod

Identifiy for a given P&F Table the current vertical price objective triggered by the last signal reversal.
doubleBottom

returns true if given column c matches exactly previous column of same type (this is always column c-2)
quote2box

Converts a single or a vector of quotes into integer boxnumbers for P&F-Analysis.
quoteToBoxnumber

Determines the boxnumber for a given tuple of quotes,status,boxsize and log.
raisingTop

Returns true if given column c exceeds previous column of same type (this is always column c-2)
bp.signalprocessor

This function identifies chart signals in an [0,100]-Points Bullish Percent Chart
rpnf-package

rpnf - The R Point & Figure Package
currentVPOBreakoutMethod

Identifiy for a given P&F Table the current vertical price objective triggered by the last signal reversal.
raisingBottom

returns true if given column c exceeds prevois column of same type (this is always column c-2)
quoteToScale

Scales a quote. In case log==TRUE this is logarithmic scale, original scale otherwise.
box2lower

Returns the lower bound value for a given boxnumber
box2upper

Returns the upper bound value for a given boxnumber