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

Replacement behaviour that is not expressible in the successor request. More...

#include <native_order.hpp>

Data Fields

bool retain_trigger_state = false
 

Detailed Description

Replacement behaviour that is not expressible in the successor request.

retain_trigger_state carries the predecessor's live trigger state (a tracking trail's best, an already active stop) into the successor instead of restarting it; predecessor and successor must hold the same trigger alternative.

Definition at line 318 of file native_order.hpp.

Field Documentation

◆ retain_trigger_state

bool pineforge::native_order::native_order_v6::ReplaceOptions::retain_trigger_state = false

Definition at line 319 of file native_order.hpp.


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