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

#include <ta.hpp>

Public Member Functions

 PercentileLinearInterpolation (int length)
 
double compute (double src, double percentage)
 
double recompute (double src, double percentage)
 

Detailed Description

Definition at line 985 of file ta.hpp.

Constructor & Destructor Documentation

◆ PercentileLinearInterpolation()

pineforge::ta::PercentileLinearInterpolation::PercentileLinearInterpolation ( int length)
explicit

Member Function Documentation

◆ compute()

double pineforge::ta::PercentileLinearInterpolation::compute ( double src,
double percentage )

◆ recompute()

double pineforge::ta::PercentileLinearInterpolation::recompute ( double src,
double percentage )

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