PineForge v0.12.2-6-g3cdcd36
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 262 of file pineforge.h.

Field Documentation

◆ all

pf_trade_stats_t pf_metrics_t::all

Definition at line 263 of file pineforge.h.

◆ longs

pf_trade_stats_t pf_metrics_t::longs

Definition at line 263 of file pineforge.h.

◆ shorts

pf_trade_stats_t pf_metrics_t::shorts

Definition at line 263 of file pineforge.h.

◆ equity

pf_equity_stats_t pf_metrics_t::equity

Definition at line 264 of file pineforge.h.


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