|
WU Trading Library 0.2.0
A backtesting and trading strategy library
|
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 |
A global standard deviation calcular.
It reports the standard deviation for all passed values.
Definition at line 302 of file indicators.h.
| void(* WU_StDev::delete) (struct WU_StDev_ *self) |
Definition at line 304 of file indicators.h.
Definition at line 303 of file indicators.h.
| double WU_StDev::value |
Definition at line 305 of file indicators.h.
| WU_Var WU_StDev::var |
Definition at line 306 of file indicators.h.