|
WU Trading Library 0.2.0
A backtesting and trading strategy library
|
#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. | |