|
PineForge v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI reference
|
#include <execution.hpp>
Data Fields | |
| Status | status = Status::NoEffect |
| double | closed_units = 0.0 |
| double | opened_units = 0.0 |
| double | resulting_abs_units = 0.0 |
| std::size_t | resulting_lot_count = 0 |
| double | resulting_abs_notional = 0.0 |
| double | current_ticket = 0.0 |
| bool | would_open = false |
| bool | incoming_short = false |
Definition at line 91 of file execution.hpp.
| Status pineforge::execution::SettlementInspection::status = Status::NoEffect |
Definition at line 92 of file execution.hpp.
| double pineforge::execution::SettlementInspection::closed_units = 0.0 |
Definition at line 93 of file execution.hpp.
| double pineforge::execution::SettlementInspection::opened_units = 0.0 |
Definition at line 94 of file execution.hpp.
| double pineforge::execution::SettlementInspection::resulting_abs_units = 0.0 |
Definition at line 95 of file execution.hpp.
| std::size_t pineforge::execution::SettlementInspection::resulting_lot_count = 0 |
Definition at line 96 of file execution.hpp.
| double pineforge::execution::SettlementInspection::resulting_abs_notional = 0.0 |
Definition at line 97 of file execution.hpp.
| double pineforge::execution::SettlementInspection::current_ticket = 0.0 |
Definition at line 98 of file execution.hpp.
| bool pineforge::execution::SettlementInspection::would_open = false |
Definition at line 99 of file execution.hpp.
| bool pineforge::execution::SettlementInspection::incoming_short = false |
Definition at line 100 of file execution.hpp.