PineForge v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI reference
Loading...
Searching...
No Matches
pineforge::native_order::native_order_v6::StopLimit Struct 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
 

Detailed Description

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.

Field Documentation

◆ stop

double pineforge::native_order::native_order_v6::StopLimit::stop = 0.0

Definition at line 253 of file native_order.hpp.

◆ limit

double pineforge::native_order::native_order_v6::StopLimit::limit = 0.0

Definition at line 254 of file native_order.hpp.


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