|
PineForge v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI reference
|
fill_through makes the limit a touch trigger (market-if-touched): the level still gates when the request becomes executable, but its fill is not bounded by the level, so slippage may carry it past the level.
More...
#include <native_order.hpp>
Data Fields | |
| double | price = 0.0 |
| bool | fill_through = false |
fill_through makes the limit a touch trigger (market-if-touched): the level still gates when the request becomes executable, but its fill is not bounded by the level, so slippage may carry it past the level.
Definition at line 237 of file native_order.hpp.
| double pineforge::native_order::native_order_v6::Limit::price = 0.0 |
Definition at line 238 of file native_order.hpp.
| bool pineforge::native_order::native_order_v6::Limit::fill_through = false |
Definition at line 239 of file native_order.hpp.