PineForge v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI reference
Loading...
Searching...
No Matches
pineforge::native_driver_v5::NativeDriverStatistics Struct Reference

#include <market_driver.hpp>

Data Fields

bool intrabar_path_enabled = false
 
int sub_bars_per_script_bar = 1
 
int samples_per_sub_bar = 0
 
uint64_t sub_bars_processed = 0
 
uint64_t sample_ticks_processed = 0
 

Detailed Description

Definition at line 103 of file market_driver.hpp.

Field Documentation

◆ intrabar_path_enabled

bool pineforge::native_driver_v5::NativeDriverStatistics::intrabar_path_enabled = false

Definition at line 104 of file market_driver.hpp.

◆ sub_bars_per_script_bar

int pineforge::native_driver_v5::NativeDriverStatistics::sub_bars_per_script_bar = 1

Definition at line 105 of file market_driver.hpp.

◆ samples_per_sub_bar

int pineforge::native_driver_v5::NativeDriverStatistics::samples_per_sub_bar = 0

Definition at line 106 of file market_driver.hpp.

◆ sub_bars_processed

uint64_t pineforge::native_driver_v5::NativeDriverStatistics::sub_bars_processed = 0

◆ sample_ticks_processed

uint64_t pineforge::native_driver_v5::NativeDriverStatistics::sample_ticks_processed = 0

The documentation for this struct was generated from the following file: