|
PineForge v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI reference
|
Accepted input facts presented before the generic consumer aggregates the bar into its script interval or evaluates any matching point. More...
#include <native_host.hpp>
Data Fields | |
| native_calendar::NativeInterval | input_interval {} |
| native_calendar::NativeInterval | script_interval {} |
| int | input_index = 0 |
| bool | completes_script_interval = false |
Accepted input facts presented before the generic consumer aggregates the bar into its script interval or evaluates any matching point.
This is not a source-language callback: native hosts may observe raw input cadence through it without taking ownership of matching or aggregation.
Definition at line 708 of file native_host.hpp.
| native_calendar::NativeInterval pineforge::engine_script_run_v18::NativeInputContext::input_interval {} |
Definition at line 709 of file native_host.hpp.
| native_calendar::NativeInterval pineforge::engine_script_run_v18::NativeInputContext::script_interval {} |
Definition at line 710 of file native_host.hpp.
Referenced by pineforge::source::PineScheduler::input().
| int pineforge::engine_script_run_v18::NativeInputContext::input_index = 0 |
Definition at line 711 of file native_host.hpp.
Referenced by pineforge::source::PineScheduler::input().
| bool pineforge::engine_script_run_v18::NativeInputContext::completes_script_interval = false |
Definition at line 712 of file native_host.hpp.
Referenced by pineforge::source::PineScheduler::input().