|
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_SMA ma, double value) |
| static void | delete (WU_SMA ma) |
| WU_SMA | wu_sma_new (int window_size) |
| Creates a new WU_SMA (Simple Moving Average) indicator with the specified window size. | |