PineForge v0.1.2-11-ga87241d
Deterministic PineScript v6 backtest runtime — C ABI reference
Loading...
Searching...
No Matches
pf_bar_t Struct 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.
 

Detailed Description

Single OHLCV bar pushed into the engine.

Layout-compatible with the internal C++ pineforge::Bar struct.

Definition at line 95 of file pineforge.h.

Field Documentation

◆ open

double pf_bar_t::open

Open price.

Definition at line 96 of file pineforge.h.

◆ high

double pf_bar_t::high

High price.

Definition at line 97 of file pineforge.h.

◆ low

double pf_bar_t::low

Low price.

Definition at line 98 of file pineforge.h.

◆ close

double pf_bar_t::close

Close price.

Definition at line 99 of file pineforge.h.

◆ volume

double pf_bar_t::volume

Bar volume.

Definition at line 100 of file pineforge.h.

◆ timestamp

int64_t pf_bar_t::timestamp

Bar open time, Unix milliseconds.

Definition at line 101 of file pineforge.h.


The documentation for this struct was generated from the following file: