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

A RETAINED finer feed: the host's own lower-timeframe bars, the literal they are at, and the sampling policy over them. More...

#include <native_run_spec.hpp>

Data Fields

std::vector< Barbars
 
std::string tf
 
int samples = 4
 
MagnifierDistribution distribution = MagnifierDistribution::ENDPOINTS
 
bool volume_weighted = false
 
int volume_weighted_min_samples = 2
 
int volume_weighted_max_samples = 64
 
SampleEligibility sample_eligibility = SampleEligibility::ContinuousSegments
 

Detailed Description

A RETAINED finer feed: the host's own lower-timeframe bars, the literal they are at, and the sampling policy over them.

It is the only alternative that has sub-bars of its own, so it is what makes on_native_sub_bar reachable, and it is what gives the margin model a delivered sample to re-evaluate at instead of a whole-bar waypoint. C spelling: PF_NATIVE_INTRABAR_LOWER_TF.

Definition at line 392 of file native_run_spec.hpp.

Field Documentation

◆ bars

std::vector<Bar> pineforge::native_run_spec_v3::IntrabarPath::lower_tf::bars

Definition at line 393 of file native_run_spec.hpp.

◆ tf

std::string pineforge::native_run_spec_v3::IntrabarPath::lower_tf::tf

Definition at line 394 of file native_run_spec.hpp.

◆ samples

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

Definition at line 395 of file native_run_spec.hpp.

◆ distribution

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

Definition at line 396 of file native_run_spec.hpp.

◆ volume_weighted

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

Definition at line 397 of file native_run_spec.hpp.

◆ volume_weighted_min_samples

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

Definition at line 398 of file native_run_spec.hpp.

◆ volume_weighted_max_samples

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

Definition at line 399 of file native_run_spec.hpp.

◆ sample_eligibility

SampleEligibility pineforge::native_run_spec_v3::IntrabarPath::lower_tf::sample_eligibility = SampleEligibility::ContinuousSegments

Definition at line 400 of file native_run_spec.hpp.


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