PineForge HPO 0.1.0
Native hyperparameter optimization for PineForge strategies
Loading...
Searching...
No Matches
pineforge::hpo::AccountEquityPoint Struct Reference

One timestamped point on an account-level equity curve. More...

#include <pineforge/hpo/portfolio.hpp>

Public Attributes

std::int64_t timestamp_ms = 0
 Unix timestamp in milliseconds.
 
double equity = 0.0
 Total account equity at the timestamp.
 

Detailed Description

One timestamped point on an account-level equity curve.

Definition at line 13 of file portfolio.hpp.

Member Data Documentation

◆ equity

double pineforge::hpo::AccountEquityPoint::equity = 0.0

Total account equity at the timestamp.

Definition at line 17 of file portfolio.hpp.

◆ timestamp_ms

std::int64_t pineforge::hpo::AccountEquityPoint::timestamp_ms = 0

Unix timestamp in milliseconds.

Definition at line 15 of file portfolio.hpp.


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