|
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 | current_ticket = 0.0 |
| std::size_t | first_trade_index = 0 |
| std::size_t | closed_trade_count = 0 |
| uint64_t | opened_lot_incarnation = 0 |
Definition at line 66 of file execution.hpp.
| Status pineforge::execution::Result::status = Status::NoEffect |
Definition at line 67 of file execution.hpp.
| double pineforge::execution::Result::closed_units = 0.0 |
Definition at line 70 of file execution.hpp.
| double pineforge::execution::Result::opened_units = 0.0 |
Definition at line 71 of file execution.hpp.
| double pineforge::execution::Result::current_ticket = 0.0 |
Definition at line 74 of file execution.hpp.
| std::size_t pineforge::execution::Result::first_trade_index = 0 |
Definition at line 75 of file execution.hpp.
| std::size_t pineforge::execution::Result::closed_trade_count = 0 |
Definition at line 76 of file execution.hpp.
| uint64_t pineforge::execution::Result::opened_lot_incarnation = 0 |
Definition at line 77 of file execution.hpp.