|
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_RSI rsi, const WU_Candle *candle) |
| static void | delete (WU_RSI rsi) |
| WU_RSI | wu_rsi_new (int window_size) |
| Creates a new WU_RSI (Relative Strength Index) indicator with the specified window size. | |