|
PineForge v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI reference
|
One point the driver produced: its coordinate, the raw price before slippage or any grid, the provider's sequence for an observed print (nullopt otherwise), and whether the point is a matching point, an excursion sample, or both. More...
#include <market_driver.hpp>
Data Fields | |
| NativeCoordinate | coordinate |
| double | raw_price = 0.0 |
| std::optional< uint64_t > | sequence |
| bool | matching = false |
| bool | excursion = false |
One point the driver produced: its coordinate, the raw price before slippage or any grid, the provider's sequence for an observed print (nullopt otherwise), and whether the point is a matching point, an excursion sample, or both.
Recorded in the event history as the NativeEventKind::Driver rows native_events() returns.
Definition at line 91 of file market_driver.hpp.
| NativeCoordinate pineforge::native_driver_v5::NativeDriverPoint::coordinate |
Definition at line 92 of file market_driver.hpp.
| double pineforge::native_driver_v5::NativeDriverPoint::raw_price = 0.0 |
Definition at line 93 of file market_driver.hpp.
| std::optional<uint64_t> pineforge::native_driver_v5::NativeDriverPoint::sequence |
Definition at line 94 of file market_driver.hpp.
| bool pineforge::native_driver_v5::NativeDriverPoint::matching = false |
Definition at line 95 of file market_driver.hpp.
| bool pineforge::native_driver_v5::NativeDriverPoint::excursion = false |
Definition at line 96 of file market_driver.hpp.