|
PineForge v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI reference
|
A stop that, once reached, becomes a limit at limit.
More...
#include <native_order.hpp>
Data Fields | |
| double | stop = 0.0 |
| double | limit = 0.0 |
A stop that, once reached, becomes a limit at limit.
The stop gates and the limit bounds; an anchored FromOwnerFill level is refused for this trigger, because the anchor materializes one level and this trigger has two.
Definition at line 252 of file native_order.hpp.
| double pineforge::native_order::native_order_v6::StopLimit::stop = 0.0 |
Definition at line 253 of file native_order.hpp.
| double pineforge::native_order::native_order_v6::StopLimit::limit = 0.0 |
Definition at line 254 of file native_order.hpp.