Chuu-Hsiang Hung
Chuu-Hsiang Hung
Refactor addCLV to use skeleton_TA structure. chartCLV function is given to create Close Location Value indicator based on skeleton_TA structure as following: ``` addTA
chartSeries() function is now a wrapper for chart_Series() function so S4 method and objects, `chob` and `chobTA`, are deprecated. That means chartSeries.chob() function and chartTA() function are no longer available...
Since chart_Series() function is now a wrapper for xts::plot.xts, there is no need to call new.replot() to recreate the framework that is closer to plot.xts. The main change is matching...
The plot object created by plot.xts throws "Error in xy.coords(x, y) : 'x' and 'y' lengths differ" if I call `plot_object$subset` to get the subset series and it returns an...