Description Arguments Details Usage Public Members and Methods See Also
C++ class documentation
n |
indicator period |
R function sma.
Sma( int n )
Name | Return Type | Description |
Add( double value ) | void | update indicator |
GetValue() | double | return value |
Reset() | void | reset to initial state |
IsFormed() | bool | is indicator value valid? |
GetHistory() | std::vector<double> | return values history |
Other C++ indicators: BBands
,
Crossover
, Ema
,
Indicator
, RollLinReg
,
RollPercentRank
, RollRange
,
RollSd
, RollVolumeProfile
,
Rsi
, Stochastic
Other C++ classes: BBands
,
Candle
, Cost
,
Crossover
, Ema
,
Indicator
, Order
,
Processor
, RollLinReg
,
RollPercentRank
, RollRange
,
RollSd
, RollVolumeProfile
,
Rsi
, Stochastic
,
Tick
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.