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

#include <leg_activation.hpp>

Public Member Functions

void bind (ExitLegActivationBounds bounds)
 
void unbind ()
 
const std::optional< ExitLegActivationBounds > & bounds () const
 
bool stop_ready (int64_t cycle, int64_t bar) const
 
bool limit_ready (int64_t cycle, int64_t bar) const
 

Detailed Description

Definition at line 16 of file leg_activation.hpp.

Member Function Documentation

◆ bind()

void pineforge::ExitLegActivation::bind ( ExitLegActivationBounds bounds)
inline

Definition at line 18 of file leg_activation.hpp.

References bounds().

◆ unbind()

void pineforge::ExitLegActivation::unbind ( )
inline

Definition at line 23 of file leg_activation.hpp.

◆ bounds()

const std::optional< ExitLegActivationBounds > & pineforge::ExitLegActivation::bounds ( ) const
inline

Definition at line 24 of file leg_activation.hpp.

Referenced by bind(), and pineforge::source::PendingIntentView::copy_v1().

◆ stop_ready()

bool pineforge::ExitLegActivation::stop_ready ( int64_t cycle,
int64_t bar ) const
inline

Definition at line 27 of file leg_activation.hpp.

◆ limit_ready()

bool pineforge::ExitLegActivation::limit_ready ( int64_t cycle,
int64_t bar ) const
inline

Definition at line 30 of file leg_activation.hpp.


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