|
PineForge v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI 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< Bar > | bars |
| 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 |
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.
| std::vector<Bar> pineforge::native_run_spec_v3::IntrabarPath::lower_tf::bars |
Definition at line 393 of file native_run_spec.hpp.
| std::string pineforge::native_run_spec_v3::IntrabarPath::lower_tf::tf |
Definition at line 394 of file native_run_spec.hpp.
| int pineforge::native_run_spec_v3::IntrabarPath::lower_tf::samples = 4 |
Definition at line 395 of file native_run_spec.hpp.
| MagnifierDistribution pineforge::native_run_spec_v3::IntrabarPath::lower_tf::distribution = MagnifierDistribution::ENDPOINTS |
Definition at line 396 of file native_run_spec.hpp.
| bool pineforge::native_run_spec_v3::IntrabarPath::lower_tf::volume_weighted = false |
Definition at line 397 of file native_run_spec.hpp.
| int pineforge::native_run_spec_v3::IntrabarPath::lower_tf::volume_weighted_min_samples = 2 |
Definition at line 398 of file native_run_spec.hpp.
| int pineforge::native_run_spec_v3::IntrabarPath::lower_tf::volume_weighted_max_samples = 64 |
Definition at line 399 of file native_run_spec.hpp.
| SampleEligibility pineforge::native_run_spec_v3::IntrabarPath::lower_tf::sample_eligibility = SampleEligibility::ContinuousSegments |
Definition at line 400 of file native_run_spec.hpp.