PineForge v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI reference
Loading...
Searching...
No Matches
reservation_expansion.hpp File Reference
#include <pineforge/reservation_expansion.hpp>
#include <cstdint>
#include <string>
#include <vector>
Include dependency graph for compat/pine/reservation_expansion.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  pineforge::compat::pine::ReservationGrowthCandidate
 

Namespaces

namespace  pineforge
 
namespace  pineforge::compat
 
namespace  pineforge::compat::pine
 

Functions

std::vector< std::uint64_t > pineforge::compat::pine::select_reservation_growth_sources (const std::vector< ReservationGrowthCandidate > &candidates, const std::string &from_entry, bool process_on_close, bool effectively_flat, double percent, int bar, PositionSide side)
 
bool pineforge::compat::pine::admits_reservation_expansion (const std::vector< std::uint64_t > &selected, bool partial, double reserved, double live) noexcept