PineForge v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI reference
Loading...
Searching...
No Matches
pineforge::execution::Result Struct 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
 

Detailed Description

Definition at line 66 of file execution.hpp.

Field Documentation

◆ status

Status pineforge::execution::Result::status = Status::NoEffect

Definition at line 67 of file execution.hpp.

◆ closed_units

double pineforge::execution::Result::closed_units = 0.0

Definition at line 70 of file execution.hpp.

◆ opened_units

double pineforge::execution::Result::opened_units = 0.0

Definition at line 71 of file execution.hpp.

◆ current_ticket

double pineforge::execution::Result::current_ticket = 0.0

Definition at line 74 of file execution.hpp.

◆ first_trade_index

std::size_t pineforge::execution::Result::first_trade_index = 0

Definition at line 75 of file execution.hpp.

◆ closed_trade_count

std::size_t pineforge::execution::Result::closed_trade_count = 0

Definition at line 76 of file execution.hpp.

◆ opened_lot_incarnation

uint64_t pineforge::execution::Result::opened_lot_incarnation = 0

Definition at line 77 of file execution.hpp.


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