Description Arguments Usage See Also
C++ class documentation
id |
id |
time |
seconds since epoch |
price |
price |
volume |
volume |
bid |
best bid |
ask |
best offer |
system |
|
Tick{ int id, double time, double price, int volume, double bid, double ask, bool system }
Other backtesting classes: Candle
,
Cost
, Indicator
,
Order
, Processor
Other C++ classes: BBands
,
Candle
, Cost
,
Crossover
, Ema
,
Indicator
, Order
,
Processor
, RollLinReg
,
RollPercentRank
, RollRange
,
RollSd
, RollVolumeProfile
,
Rsi
, Sma
,
Stochastic
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.