PineForge v0.10.1-13-gd771a78
Deterministic PineScript v6 backtest runtime — C ABI reference
Loading...
Searching...
No Matches
pf_metrics_t Struct Reference

Composite metrics container: trade stats (all / long / short) + equity-curve stats. More...

#include <pineforge.h>

Data Fields

pf_trade_stats_t all
 
pf_trade_stats_t longs
 
pf_trade_stats_t shorts
 
pf_equity_stats_t equity
 

Detailed Description

Composite metrics container: trade stats (all / long / short) + equity-curve stats.

Definition at line 248 of file pineforge.h.

Field Documentation

◆ all

pf_trade_stats_t pf_metrics_t::all

Definition at line 249 of file pineforge.h.

◆ longs

pf_trade_stats_t pf_metrics_t::longs

Definition at line 249 of file pineforge.h.

◆ shorts

pf_trade_stats_t pf_metrics_t::shorts

Definition at line 249 of file pineforge.h.

◆ equity

pf_equity_stats_t pf_metrics_t::equity

Definition at line 250 of file pineforge.h.


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