PineForge v0.1.2-7-ga095e36
Deterministic PineScript v6 backtest runtime — C ABI reference
Loading...
Searching...
No Matches
pf_security_diag_t Struct Reference

Per-request.security() site diagnostic counters. More...

#include <pineforge.h>

Data Fields

int sec_id
 Stable id for the request.security site.
 
int64_t feed_count
 Higher-TF feed bars consumed.
 
int64_t complete_count
 Evaluations on completed parent bars.
 
int64_t partial_count
 Evaluations on still-forming parent bars.
 

Detailed Description

Per-request.security() site diagnostic counters.

Layout-compatible with internal pineforge::SecurityDiagC.

Definition at line 123 of file pineforge.h.

Field Documentation

◆ sec_id

int pf_security_diag_t::sec_id

Stable id for the request.security site.

Definition at line 124 of file pineforge.h.

◆ feed_count

int64_t pf_security_diag_t::feed_count

Higher-TF feed bars consumed.

Definition at line 125 of file pineforge.h.

◆ complete_count

int64_t pf_security_diag_t::complete_count

Evaluations on completed parent bars.

Definition at line 126 of file pineforge.h.

◆ partial_count

int64_t pf_security_diag_t::partial_count

Evaluations on still-forming parent bars.

Definition at line 127 of file pineforge.h.


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