Description Arguments Usage Public Members and Methods See Also
C++ class documentation
InputType |
input type |
ValueType |
output type |
HistoryType |
history type |
class AnyIndicator : public Indicator< InputType, ValueType, HistoryType > { }
Following methods must be specified for AnyIndicator
Name | Return Type | Description |
Add( InputType input ) | void | update indicator |
Reset() | void | reset to initial state |
IsFormed() | bool | is indicator value valid? |
GetHistory() | HistoryType | return values history |
Other backtesting classes: Candle
,
Cost
, Order
,
Processor
, Tick
Other C++ indicators: BBands
,
Crossover
, Ema
,
RollLinReg
, RollPercentRank
,
RollRange
, RollSd
,
RollVolumeProfile
, Rsi
,
Sma
, Stochastic
Other C++ classes: BBands
,
Candle
, Cost
,
Crossover
, Ema
,
Order
, Processor
,
RollLinReg
, RollPercentRank
,
RollRange
, RollSd
,
RollVolumeProfile
, Rsi
,
Sma
, Stochastic
,
Tick
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.