PineForge v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI reference
Loading...
Searching...
No Matches
math.hpp File Reference
#include "na.hpp"
#include "window_sum.hpp"
#include <cstdint>
#include <deque>
Include dependency graph for math.hpp:

Go to the source code of this file.

Data Structures

class  pineforge::math::Sum
 Rolling sum over the last length non-na sources for PineScript math.sum(source, length) (not one of the ta builtins). More...
 

Namespaces

namespace  pineforge
 
namespace  pineforge::math
 

Functions

double pineforge::deterministic_random (double lo, uint32_t call_site, double hi, uint32_t seed, int bar_index)
 
double pineforge::pine_random (double lo, uint32_t call_site, double hi, uint32_t seed, int bar_index)