|
Crypto backtesting
|
Go to the source code of this file.
Functions | |
| std::string | to_csv (std::span< const trade_t >) |
| Convert summary of trades to CSV string. | |
| std::string | to_markdown (std::span< const trade_t >) |
| Convert summary of trades to markdown string. | |
| std::string to_csv | ( | std::span< const trade_t > | summary | ) |
Convert summary of trades to CSV string.
Definition at line 8 of file summary.cxx.
| std::string to_markdown | ( | std::span< const trade_t > | summary | ) |
Convert summary of trades to markdown string.
Definition at line 39 of file summary.cxx.