|
Crypto backtesting
|
Variables | |
| const std::vector< std::vector< double > > | xs |
| An example of a full set of price data. | |
| constexpr auto | xs2 = std::array{1, 2, 3, 4, 5, 6} |
| A single row of price data. | |
| constexpr auto | xs3 |
| A single column of price data. | |
| const std::vector<std::vector<double> > anonymous_namespace{main.cxx}::xs |
An example of a full set of price data.
|
constexpr |
|
constexpr |
A single column of price data.