|
PineForge v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI reference
|
#include <timeframe.hpp>
Public Member Functions | |
| bool | empty () const |
Data Fields | |
| std::string | tz |
| std::string | session |
| std::vector< int64_t > | stamps |
| std::vector< int64_t > | trade_day |
| std::vector< int64_t > | week_open |
| std::vector< int64_t > | month_open |
| int64_t | last_bound = 0 |
Definition at line 234 of file timeframe.hpp.
|
inline |
Definition at line 242 of file timeframe.hpp.
References stamps.
| std::string pineforge::NativeDayPartition::tz |
Definition at line 235 of file timeframe.hpp.
| std::string pineforge::NativeDayPartition::session |
Definition at line 236 of file timeframe.hpp.
| std::vector<int64_t> pineforge::NativeDayPartition::stamps |
Definition at line 237 of file timeframe.hpp.
Referenced by empty().
| std::vector<int64_t> pineforge::NativeDayPartition::trade_day |
Definition at line 238 of file timeframe.hpp.
| std::vector<int64_t> pineforge::NativeDayPartition::week_open |
Definition at line 239 of file timeframe.hpp.
| std::vector<int64_t> pineforge::NativeDayPartition::month_open |
Definition at line 240 of file timeframe.hpp.
| int64_t pineforge::NativeDayPartition::last_bound = 0 |
Definition at line 241 of file timeframe.hpp.