This function calls cut() to cut tiimeseries into several equal periods and plots over time.
cutAndStack(x, number, overlap = 0.1, type = "l", xlab = "Time",
ylab = deparse(substitute(x)))
A timeSeries object, single time series price.
Number of equal cut.
Percentage of overlapping across cuts.
Type of line.
Label of X axis.
Label of Y axis.
Plot
This function is within the iClick GUI, is executed within iClick.VisAssetprice().