|
PineForge v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI reference
|
Defer a level to the owner's fill: at the arm the level becomes fill + offset, with offset signed (adverse is negative) and spelled in price ticks when ticks is set, then rounded by rounding.
More...
#include <native_order.hpp>
Data Fields | |
| double | offset = 0.0 |
| bool | ticks = false |
| NativeAnchorRounding | rounding = NativeAnchorRounding::Raw |
Defer a level to the owner's fill: at the arm the level becomes fill + offset, with offset signed (adverse is negative) and spelled in price ticks when ticks is set, then rounded by rounding.
Legal on Limit and Stop prices and on a Trail arm threshold, and only under a WaitForApplied owner, which is the one relation that arms. The anchored field carries the placeholder 0.0 until then, and the ArmedEvent carries the materialized definition — from then on the request reads as the absolute level it now is.
Definition at line 306 of file native_order.hpp.
| double pineforge::native_order::native_order_v6::FromOwnerFill::offset = 0.0 |
Definition at line 307 of file native_order.hpp.
| bool pineforge::native_order::native_order_v6::FromOwnerFill::ticks = false |
Definition at line 308 of file native_order.hpp.
| NativeAnchorRounding pineforge::native_order::native_order_v6::FromOwnerFill::rounding = NativeAnchorRounding::Raw |
Definition at line 309 of file native_order.hpp.