|
tzutrader
A composable C++ backtesting library for trading strategies (experimental)
|
#include <cstdint>#include <cmath>#include <iostream>#include <vector>#include <iomanip>#include "defs.h"#include "stats.h"Go to the source code of this file.
Classes | |
| class | tzu::Portfolio< T > |
| class | tzu::BasicPortfolio |
Namespaces | |
| namespace | tzu |
Functions | |
| std::ostream & | tzu::operator<< (std::ostream &os, const BasicPortfolio &portfolio) |