|
tzutrader
A composable C++ backtesting library for trading strategies (experimental)
|
#include <defs.h>
Public Member Functions | |
| SingleValue ()=default | |
| SingleValue (int64_t ts, double v) | |
Public Attributes | |
| int64_t | timestamp |
| double | value = 0.0 |
Represents a single value data point, which includes the timestamp and a double value. This can be used for indicators or other data that does not fit into the OHLCV or Tick structures.
|
default |
|
inline |
| int64_t tzu::SingleValue::timestamp |
| double tzu::SingleValue::value = 0.0 |