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

Where on the modeled path a failure happened: the driver point's coordinate and its interpolation position t. More...

#include <native_host.hpp>

Data Fields

NativeCoordinate point {}
 
double t = 0.0
 

Detailed Description

Where on the modeled path a failure happened: the driver point's coordinate and its interpolation position t.

Populated only when native_failure_has_cursor() is true.

Definition at line 123 of file native_host.hpp.

Field Documentation

◆ point

NativeCoordinate pineforge::engine_script_run_v18::NativeInRunCursor::point {}

Definition at line 124 of file native_host.hpp.

◆ t

double pineforge::engine_script_run_v18::NativeInRunCursor::t = 0.0

Definition at line 125 of file native_host.hpp.


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