|
PineForge HPO 0.1.0
Native hyperparameter optimization for PineForge strategies
|
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. | |
One timestamped point on an account-level equity curve.
Definition at line 13 of file portfolio.hpp.
| double pineforge::hpo::AccountEquityPoint::equity = 0.0 |
Total account equity at the timestamp.
Definition at line 17 of file portfolio.hpp.
| std::int64_t pineforge::hpo::AccountEquityPoint::timestamp_ms = 0 |
Unix timestamp in milliseconds.
Definition at line 15 of file portfolio.hpp.