WU Trading Library 0.2.0
A backtesting and trading strategy library
Loading...
Searching...
No Matches
mean.c File Reference
#include "wu/indicators.h"

Go to the source code of this file.

Functions

static double update (WU_Mean self, double value)
static void delete (WU_Mean self)
WU_Mean wu_mean_new (void)
 Creates a new WU_Mean indicator.

Function Documentation

◆ delete()

void delete ( WU_Mean self)
static

Definition at line 11 of file mean.c.

◆ update()

double update ( WU_Mean self,
double value )
static

Definition at line 3 of file mean.c.

◆ wu_mean_new()

WU_Mean wu_mean_new ( void )

Creates a new WU_Mean indicator.

Definition at line 15 of file mean.c.