|
PineForge v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI reference
|
#include <native_run_spec.hpp>
Data Fields | |
| std::string | tf |
| std::vector< Bar > | authoritative_bars |
| bool | lookahead = false |
| bool | gaps = false |
| NativeSeriesSource | source = NativeSeriesSource::Input |
Definition at line 481 of file native_run_spec.hpp.
| std::string pineforge::native_run_spec_v3::NativeTimeframeSubscription::tf |
Definition at line 482 of file native_run_spec.hpp.
| std::vector<Bar> pineforge::native_run_spec_v3::NativeTimeframeSubscription::authoritative_bars |
Definition at line 483 of file native_run_spec.hpp.
| bool pineforge::native_run_spec_v3::NativeTimeframeSubscription::lookahead = false |
Definition at line 484 of file native_run_spec.hpp.
| bool pineforge::native_run_spec_v3::NativeTimeframeSubscription::gaps = false |
Definition at line 485 of file native_run_spec.hpp.
| NativeSeriesSource pineforge::native_run_spec_v3::NativeTimeframeSubscription::source = NativeSeriesSource::Input |
Definition at line 486 of file native_run_spec.hpp.