Raw File
DESCRIPTION
Package: machQA
Type: Package
Title: QA Machina Indicators
Version: 0.1.4
Authors@R: c(
    person("Norton", "Tim", email = "tnorton@machi.na", role = c("aut", "cre")))
Description: Performs Quality Analysis on Machina algebraic indicators 'sma' (simple moving average), 'wavg' (weighted average),'xavg' (exponential moving average), 'hma' (Hull moving average), 'adma' (adaptive moving average), 'tsi' (true strength index), 'rsi' (relative strength index), 'gauss' (Gaussian elimination), 'momo' (momentum), 't3' (triple exponential moving average), 'macd' (moving average convergence divergence). Machina is a strategy creation and backtesting engine for quants and financial professionals (see <https://machi.na/> for more information).
Imports: machina, plyr
License: GPL
LazyData: TRUE
NeedsCompilation: no
Packaged: 2016-08-10 19:48:41 UTC; techcyclist
Author: Norton Tim [aut, cre]
Maintainer: Norton Tim <tnorton@machi.na>
Repository: CRAN
Date/Publication: 2016-08-10 22:25:30
back to top