|
PineForge v0.1.2-7-ga095e36
Deterministic PineScript v6 backtest runtime — C ABI 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. | |
Per-request.security() site diagnostic counters.
Layout-compatible with internal pineforge::SecurityDiagC.
Definition at line 123 of file pineforge.h.
| int pf_security_diag_t::sec_id |
Stable id for the request.security site.
Definition at line 124 of file pineforge.h.
| int64_t pf_security_diag_t::feed_count |
Higher-TF feed bars consumed.
Definition at line 125 of file pineforge.h.
| int64_t pf_security_diag_t::complete_count |
Evaluations on completed parent bars.
Definition at line 126 of file pineforge.h.
| int64_t pf_security_diag_t::partial_count |
Evaluations on still-forming parent bars.
Definition at line 127 of file pineforge.h.