WU Trading Library 0.2.0
A backtesting and trading strategy library
Loading...
Searching...
No Matches
WU_StDev Struct Reference

A global standard deviation calcular. More...

#include <indicators.h>

Data Fields

double(* update )(struct WU_StDev_ *self, double value)
void(* delete )(struct WU_StDev_ *self)
double value
WU_Var var

Detailed Description

A global standard deviation calcular.

It reports the standard deviation for all passed values.

Definition at line 302 of file indicators.h.

Field Documentation

◆ delete

void(* WU_StDev::delete) (struct WU_StDev_ *self)

Definition at line 304 of file indicators.h.

◆ update

double(* WU_StDev::update) (struct WU_StDev_ *self, double value)

Definition at line 303 of file indicators.h.

◆ value

double WU_StDev::value

Definition at line 305 of file indicators.h.

◆ var

WU_Var WU_StDev::var

Definition at line 306 of file indicators.h.


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