Description Usage Author(s) Examples
is st stock
is st stock
| 1 2 3 | is_st(TS, datelist, stockID, drop, datasrc = defaultDataSRC())
is_st(TS, datelist, stockID, drop, datasrc = defaultDataSRC())
 | 
Ruifei.yin
Ruifei.yin
| 1 2 3 4 5 6 | RebDates <- getRebDates(as.Date('2013-03-17'),as.Date('2016-04-17'),'month')
TS <- getTS(RebDates,'EI000985')
re <- is_st(TS)
RebDates <- getRebDates(as.Date('2013-03-17'),as.Date('2016-04-17'),'month')
TS <- getTS(RebDates,'EI000985')
re <- is_st(TS)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.