|
PineForge v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI 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 |
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.
| int pineforge::native_run_spec_v3::IntrabarPath::synthesized::samples = 4 |
Definition at line 407 of file native_run_spec.hpp.
| MagnifierDistribution pineforge::native_run_spec_v3::IntrabarPath::synthesized::distribution = MagnifierDistribution::ENDPOINTS |
Definition at line 408 of file native_run_spec.hpp.
| bool pineforge::native_run_spec_v3::IntrabarPath::synthesized::volume_weighted = false |
Definition at line 409 of file native_run_spec.hpp.
| int pineforge::native_run_spec_v3::IntrabarPath::synthesized::volume_weighted_min_samples = 2 |
Definition at line 410 of file native_run_spec.hpp.
| int pineforge::native_run_spec_v3::IntrabarPath::synthesized::volume_weighted_max_samples = 64 |
Definition at line 411 of file native_run_spec.hpp.