quantstrat (version 0.15.6)

signal.path.plot: Visualization of Signal Path

Description

This function creates a rChart - hplot that is interactive. It displays

Usage

signal.path.plot(data, main = "Cumulative Return Paths")

Arguments

data

signal data

main

plot title

Value

plot

Examples

Run this code
# NOT RUN {
signal.plot.path(results$sigret.by.asset$RTH$paramset.1.5[1:10,])
# }

Run the code above in your browser using DataCamp Workspace