|
WU Trading Library 0.2.0
A backtesting and trading strategy library
|
Go to the source code of this file.
Functions | |
| static double | update (WU_MVar self, double value) |
| static void | delete (WU_MVar mvar) |
| WU_MVar | wu_mvar_new (int window_size, int dof) |
| Creates a new WU_MVar (Moving Variance) indicator with the specified window size and degree of freedom. | |