|
PineForge v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI reference
|
One accepted realtime print before native matching at its current decision point. More...
#include <native_host.hpp>
Data Fields | |
| NativeDecisionContext | decision {} |
| std::uint64_t | sequence = 0 |
One accepted realtime print before native matching at its current decision point.
The Bar is a value presentation of that print (O=H=L=C=price, volume=print quantity, timestamp=print timestamp); no source-language policy is embedded here. Sequence zero retains the public TradeTick sentinel meaning “provider did not supply a sequence”.
Definition at line 720 of file native_host.hpp.
| NativeDecisionContext pineforge::engine_script_run_v18::NativeTickContext::decision {} |
Definition at line 721 of file native_host.hpp.
Referenced by pineforge::source::PineStrategyHost::on_native_tick(), pineforge::source::PineExecutionAdapter::on_tick(), and pineforge::source::PineScheduler::tick().
| std::uint64_t pineforge::engine_script_run_v18::NativeTickContext::sequence = 0 |
Definition at line 722 of file native_host.hpp.