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

A synthesized path has no retained lower feed. More...

#include <native_run_spec.hpp>

Data Fields

int samples = 4
 
MagnifierDistribution distribution = MagnifierDistribution::ENDPOINTS
 
bool volume_weighted = false
 
int volume_weighted_min_samples = 2
 
int volume_weighted_max_samples = 64
 

Detailed Description

A synthesized path has no retained lower feed.

The driver samples each script bar's own OHLC path through the generic sampler declared in include/pineforge/magnifier.hpp. Its point-only eligibility is inherent to this mode, so there is no separate SampleEligibility member.

Definition at line 406 of file native_run_spec.hpp.

Field Documentation

◆ samples

int pineforge::native_run_spec_v3::IntrabarPath::synthesized::samples = 4

Definition at line 407 of file native_run_spec.hpp.

◆ distribution

MagnifierDistribution pineforge::native_run_spec_v3::IntrabarPath::synthesized::distribution = MagnifierDistribution::ENDPOINTS

Definition at line 408 of file native_run_spec.hpp.

◆ volume_weighted

bool pineforge::native_run_spec_v3::IntrabarPath::synthesized::volume_weighted = false

Definition at line 409 of file native_run_spec.hpp.

◆ volume_weighted_min_samples

int pineforge::native_run_spec_v3::IntrabarPath::synthesized::volume_weighted_min_samples = 2

Definition at line 410 of file native_run_spec.hpp.

◆ volume_weighted_max_samples

int pineforge::native_run_spec_v3::IntrabarPath::synthesized::volume_weighted_max_samples = 64

Definition at line 411 of file native_run_spec.hpp.


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