IndicatorClass: Indicator constructor

IndicatorR Documentation

Indicator constructor

Description

Indicators serves for calculating rules

Usage

Indicator(lookforward = Inf, vars = NULL, ...)

Arguments

lookforward

numeric / expression. If it is numeric then after that number of points all indicators will be recalculated. If it is expression then it should return logical. It will indicate recalculate indicators or not.

vars

character vector, which names are defined in expr. This field is necessary for definition of indicators dependencies. Update of one indicator trigger another indicators for update.

...

args passed to Signal


Vitalic57/stratbuilder3gen documentation built on March 30, 2022, 6:58 a.m.