MSR | R Documentation |
Computes David Varadi's MSR – a percent rank of a normalized differnce of median and max
MSR(HLC, nMed = 10, nMax = nMed * 2, pctLookBack = 100)
HLC |
an HLC xts |
nMed |
a lookback period for taking the median of the HLC series; i.e. the median of the concatenated HLC series, using a parameter of 3*nMed for the 3 series in the concatenation |
nMax |
a lookback period for the max of the HLC series – should be greater than the median lookback |
pctLookBack |
a period over which to do a percent ranking |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.