|
PineForge v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI reference
|
#include <exit_activation.hpp>
Data Fields | |
| bool | requested_trailing = false |
| bool | full_quantity = true |
| bool | from_fill = false |
| bool | has_from_entry = false |
| HistoricalBirthReach | birth_reach = HistoricalBirthReach::Standard |
| std::string_view | from_entry {} |
| std::string_view | oca_name {} |
| double | quantity = std::numeric_limits<double>::quiet_NaN() |
Definition at line 50 of file exit_activation.hpp.
| bool pineforge::compat::pine::ExitActivationRequest::requested_trailing = false |
Definition at line 51 of file exit_activation.hpp.
Referenced by pineforge::compat::pine::select_exit_activation().
| bool pineforge::compat::pine::ExitActivationRequest::full_quantity = true |
Definition at line 52 of file exit_activation.hpp.
Referenced by pineforge::compat::pine::select_exit_activation().
| bool pineforge::compat::pine::ExitActivationRequest::from_fill = false |
Definition at line 53 of file exit_activation.hpp.
| bool pineforge::compat::pine::ExitActivationRequest::has_from_entry = false |
Definition at line 54 of file exit_activation.hpp.
Referenced by pineforge::compat::pine::select_exit_activation().
| HistoricalBirthReach pineforge::compat::pine::ExitActivationRequest::birth_reach = HistoricalBirthReach::Standard |
Definition at line 55 of file exit_activation.hpp.
Referenced by pineforge::compat::pine::select_exit_activation().
| std::string_view pineforge::compat::pine::ExitActivationRequest::from_entry {} |
Definition at line 56 of file exit_activation.hpp.
Referenced by pineforge::compat::pine::select_exit_activation().
| std::string_view pineforge::compat::pine::ExitActivationRequest::oca_name {} |
Definition at line 57 of file exit_activation.hpp.
Referenced by pineforge::compat::pine::select_exit_activation().
| double pineforge::compat::pine::ExitActivationRequest::quantity = std::numeric_limits<double>::quiet_NaN() |
Definition at line 58 of file exit_activation.hpp.
Referenced by pineforge::compat::pine::select_exit_activation().