xo.processor: Determine the XO development of a given time series.

Description Usage Arguments

Description

This is the main PNF-Workhorse, which transforms a given time series into X and O's. Furthermore it provides already simple Buy/Sell signals, based on checking if the second last colum.

Usage

1
2
xo.processor(high, low = high, date, reversal = 3L, boxsize = 1,
  log = FALSE)

Arguments

high
low
date
reversal
boxsize

A single numeric value, indicating the boxsize to be considered.

log

TRUE, if logarithmic scales should be used.


rpnf documentation built on May 2, 2019, 5:49 p.m.