PineForge v0.13.1-379-g9b50973
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 334 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 335 of file pineforge.h.

◆ feed_count

int64_t pf_security_diag_t::feed_count

Higher-TF feed bars consumed.

Definition at line 336 of file pineforge.h.

◆ complete_count

int64_t pf_security_diag_t::complete_count

Evaluations on completed parent bars.

Definition at line 337 of file pineforge.h.

◆ partial_count

int64_t pf_security_diag_t::partial_count

Evaluations on still-forming parent bars.

Definition at line 338 of file pineforge.h.


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