#include "core.h"
#include <cassert>
Go to the source code of this file.
|
| namespace | fx |
| | Core routines that don't depend on any other fx routines.
|
|
| constexpr auto | fx::to_time (std::ranges::range auto &&xs) |
| | Get time of a data point.
|
| constexpr auto | fx::to_open (std::ranges::range auto &&xs) |
| | Get open price for a data point.
|
| constexpr auto | fx::to_high (std::ranges::range auto &&xs) |
| | Get high price for a data point.
|
| constexpr auto | fx::to_low (std::ranges::range auto &&xs) |
| | Get low price for a data point.
|
| constexpr auto | fx::to_close (std::ranges::range auto &&xs) |
| | Get close price for a data point.
|