| post.signal.returns | R Documentation | 
This function collects and aggregates post signal price changes for N days forward.
post.signal.returns(
  signals,
  sigval,
  on = NULL,
  forward.days,
  cum.sum = TRUE,
  include.day.of.signal = FALSE,
  mktdata = NULL
)
| signals | xts object with signals, one column | 
| sigval | signal value to match against | 
| on | the periods endpoints to find as a character string | 
| forward.days | number of days to look forward after signal (days to exit post signal) | 
| cum.sum | 
 | 
| include.day.of.signal | whether to analyze the return on signal day | 
| mktdata | market data | 
matrix of post signal price changes; rows = nth signal, column = nth period since signal
Michael Guan
apply.paramset.signal.analysis
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.