|
PineForge v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI reference
|
Where a request's trigger level comes from. More...
#include <native_order.hpp>
Where a request's trigger level comes from.
Absolute is the level written in the trigger itself. FromOwnerFill defers it to the owner's fill: the level becomes fill + offset when the owner arms the request, so a bracket leg can be placed before its parent has a price. offset is signed (adverse is negative) and is spelled in price ticks when ticks is set; acceptance resolves a tick spelling exactly like TrailTicks, in place, once. The materialized level is then snapped per rounding, which is appended last so every existing aggregate initializer keeps its meaning.
Definition at line 298 of file native_order.hpp.