R/doc_Crossover.R

# Copyright (C) 2016 Stanislav Kovalevsky
#
# This file is part of QuantTools.
#
# QuantTools is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# QuantTools is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with QuantTools. If not, see <http://www.gnu.org/licenses/>.

#' @title C++ Crossover class
#' @description C++ class documentation
#' @section Usage: \code{Crossover}
#' @details R function \link{crossover}.
#' @family C++ indicators
#' @family C++ classes
#'
#' @section Public Members and Methods:
#' \tabular{lll}{
#'  \strong{Name}                                   \tab \strong{Return Type}        \tab \strong{Description}                   \cr
#'  \code{Add( std::pair< double, double > value )} \tab \code{void}                 \tab update indicator                       \cr
#'  \code{Reset()}                                  \tab \code{void}                 \tab reset to initial state                 \cr
#'  \code{IsFormed()}                               \tab \code{bool}                 \tab is indicator value valid?              \cr
#'  \code{IsAbove()}                                \tab \code{bool}                 \tab first just went above second?          \cr
#'  \code{IsBelow()}                                \tab \code{bool}                 \tab first just went below second?          \cr
#'  \code{GetHistory()}                             \tab \code{factor}               \tab factor vector with levels \code{UP, DN}
#' }
#'
#' @name Crossover
#' @rdname cpp_Crossover
NULL

Try the QuantTools package in your browser

Any scripts or data that you put into this service are public.

QuantTools documentation built on Oct. 23, 2020, 7:54 p.m.