PineForge v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI reference
Loading...
Searching...
No Matches
pineforge::execution::PhysicalExecutionContext Struct Reference

#include <execution.hpp>

Data Fields

int64_t effective_time_ms = 0
 
int interval_index = 0
 
std::optional< bool > preceding_exit_path_prefix
 
std::optional< double > preceding_exit_trail_peak
 

Detailed Description

Definition at line 83 of file execution.hpp.

Field Documentation

◆ effective_time_ms

int64_t pineforge::execution::PhysicalExecutionContext::effective_time_ms = 0

Definition at line 84 of file execution.hpp.

◆ interval_index

int pineforge::execution::PhysicalExecutionContext::interval_index = 0

Definition at line 85 of file execution.hpp.

◆ preceding_exit_path_prefix

std::optional<bool> pineforge::execution::PhysicalExecutionContext::preceding_exit_path_prefix

Definition at line 86 of file execution.hpp.

◆ preceding_exit_trail_peak

std::optional<double> pineforge::execution::PhysicalExecutionContext::preceding_exit_trail_peak

Definition at line 87 of file execution.hpp.


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