Description Usage Author(s) Examples
remove price limits
1 2 | rmPriceLimit(TS, dateType = c("nextday", "today"), priceType = c("upLimit",
"downLimit"))
|
Andrew Dow
1 2 3 | RebDates <- getRebDates(as.Date('2013-03-17'),as.Date('2016-04-17'),'month')
TS <- getTS(RebDates,'EI000985')
TSnew <- rmPriceLimit(TS,dateType='today',priceType='downLimit')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.