|
Crypto backtesting
|
#include "core.h"#include "ohlc.h"#include "trade.h"#include <algorithm>#include <array>#include <benchmark/benchmark.h>#include <numeric>Go to the source code of this file.
Namespaces | |
| namespace | anonymous_namespace{main.cxx} |
| namespace | fx |
| Core routines that don't depend on any other fx routines. | |
Variables | |
| const std::vector< std::vector< double > > | anonymous_namespace{main.cxx}::xs |
| An example of a full set of price data. | |
| constexpr auto | anonymous_namespace{main.cxx}::xs2 = std::array{1, 2, 3, 4, 5, 6} |
| A single row of price data. | |
| constexpr auto | anonymous_namespace{main.cxx}::xs3 |
| A single column of price data. | |