After calling or invoking the default print method for ichimoku objects, the
console output will display -- omitted x rows if the entire data
does not fit on-screen. Use more() to display more rows.
Usage
more(rows)
Value
The ichimoku object contained in .Last.value (invisibly)
or else invisible NULL (if .Last.value is not an ichimoku object).
The ichimoku object data is printed to the console.
Arguments
rows
(optional) specify the number of rows to print; defaults to all
rows if not supplied or non-numeric.