|
PineForge v0.1.2-11-ga87241d
Deterministic PineScript v6 backtest runtime — C ABI reference
|
Single OHLCV bar pushed into the engine. More...
#include <pineforge.h>
Data Fields | |
| double | open |
| Open price. | |
| double | high |
| High price. | |
| double | low |
| Low price. | |
| double | close |
| Close price. | |
| double | volume |
| Bar volume. | |
| int64_t | timestamp |
| Bar open time, Unix milliseconds. | |
Single OHLCV bar pushed into the engine.
Layout-compatible with the internal C++ pineforge::Bar struct.
Definition at line 95 of file pineforge.h.
| double pf_bar_t::open |
Open price.
Definition at line 96 of file pineforge.h.
| double pf_bar_t::high |
High price.
Definition at line 97 of file pineforge.h.
| double pf_bar_t::low |
Low price.
Definition at line 98 of file pineforge.h.
| double pf_bar_t::close |
Close price.
Definition at line 99 of file pineforge.h.
| double pf_bar_t::volume |
Bar volume.
Definition at line 100 of file pineforge.h.
| int64_t pf_bar_t::timestamp |
Bar open time, Unix milliseconds.
Definition at line 101 of file pineforge.h.