PineForge v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI reference
Loading...
Searching...
No Matches
execution_close_selection.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <cstdint>
4#include <vector>
5
6namespace pineforge::execution {
7inline namespace close_selection_v1 {
8
9// Transient membership for one inspect/project/settle call.
10// Run-local opening-request provenances in the engine's current cycle.
11// Not a CloseScope alternative, not a Request field, not hashed, not stored.
13 std::int64_t cycle = 0;
14 std::vector<std::uint64_t> incarnations;
15};
16
17} // inline namespace close_selection_v1
18} // namespace pineforge::execution