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

What configure_native_fx_curve answers: the status and, on refusal, the curve validation with the index of the first bad point. More...

#include <native_host.hpp>

Data Fields

NativeSetupStatus status = NativeSetupStatus::Failed
 
NativeFxCurveValidation validation {}
 

Detailed Description

What configure_native_fx_curve answers: the status and, on refusal, the curve validation with the index of the first bad point.

A refusal leaves the staged curve as it was.

Definition at line 393 of file native_host.hpp.

Field Documentation

◆ status

NativeSetupStatus pineforge::engine_script_run_v18::NativeFxCurveSetupResult::status = NativeSetupStatus::Failed

Definition at line 394 of file native_host.hpp.

◆ validation

NativeFxCurveValidation pineforge::engine_script_run_v18::NativeFxCurveSetupResult::validation {}

Definition at line 395 of file native_host.hpp.


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