|
PineForge v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI reference
|
#include <native_toolkit.hpp>
Data Fields | |
| native_order::RequestHandle | parent |
| std::optional< native_order::Request > | take_profit |
| std::optional< native_order::Request > | stop_loss |
| std::optional< native_order::Request > | trail |
| native_order::GroupEffect | sibling_effect = native_order::GroupEffect::Cancel |
| std::optional< native_order::NativeAnchorRounding > | anchor_rounding |
| native_order::NativeArmVisibility | visibility = native_order::NativeArmVisibility::Working |
Definition at line 37 of file native_toolkit.hpp.
| native_order::RequestHandle pineforge::native_toolkit::native_toolkit_v1::BracketSpec::parent |
Definition at line 38 of file native_toolkit.hpp.
| std::optional<native_order::Request> pineforge::native_toolkit::native_toolkit_v1::BracketSpec::take_profit |
Definition at line 39 of file native_toolkit.hpp.
| std::optional<native_order::Request> pineforge::native_toolkit::native_toolkit_v1::BracketSpec::stop_loss |
Definition at line 40 of file native_toolkit.hpp.
| std::optional<native_order::Request> pineforge::native_toolkit::native_toolkit_v1::BracketSpec::trail |
Definition at line 41 of file native_toolkit.hpp.
| native_order::GroupEffect pineforge::native_toolkit::native_toolkit_v1::BracketSpec::sibling_effect = native_order::GroupEffect::Cancel |
Definition at line 42 of file native_toolkit.hpp.
| std::optional<native_order::NativeAnchorRounding> pineforge::native_toolkit::native_toolkit_v1::BracketSpec::anchor_rounding |
Definition at line 43 of file native_toolkit.hpp.
| native_order::NativeArmVisibility pineforge::native_toolkit::native_toolkit_v1::BracketSpec::visibility = native_order::NativeArmVisibility::Working |
Definition at line 44 of file native_toolkit.hpp.