xo.processor: Determine the XO development of a given time series.
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
xo.processor(high, low = high, date, reversal = 3L, boxsize = 1,
log = FALSE)
Arguments
boxsize
A single numeric value, indicating the boxsize to be considered.
log
TRUE, if logarithmic scales should be used.