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

Go to the source code of this file.

Functions

static double update (WU_Downside self, double value)
static void delete (WU_Downside self)
WU_Downside wu_downside_new (void)
 Creates a new WU_Downside indicator.

Function Documentation

◆ delete()

void delete ( WU_Downside self)
static

Definition at line 19 of file mean_downside.c.

◆ update()

double update ( WU_Downside self,
double value )
static

Definition at line 5 of file mean_downside.c.

◆ wu_downside_new()

WU_Downside wu_downside_new ( void )

Creates a new WU_Downside indicator.

Definition at line 23 of file mean_downside.c.