https://github.com/cran/machQA
Raw File
Tip revision: a22a063b0a5ce9275a71251d3eb3fce7e3de26dc authored by Norton Tim on 06 June 2016, 20:36:29 UTC
version 0.1.1
Tip revision: a22a063
machina.QA.Rd
\name{mach.QA}
\alias{mach.QA}
\title{
    mach.QA
}
\description{
    This performs the bulk of the QA operations.
}
\usage{
    mach.QA(
    ticker = NULL,
    day = NULL
	)
}
\arguments{
	\item{ticker}{
	    Required, the ticker you want to QA, either ibm or spy
	}
    \item{day}{
        Required, the date to perform QA on. Choose a trading day between 1/1/2014 through 4/30/2014 in YYYYMMDD format.
	}
}
\details{
    This performs the bulk of the QA operations.
}
\value{
    This performs the bulk of the QA operations.
}
\author{
    Tim Norton
}
\examples{
   # mach.QA(ticker = "ibm", day = "20140221")
}
\keyword{mach}
back to top