|
WU Trading Library 0.2.0
A backtesting and trading strategy library
|
Go to the source code of this file.
Macros | |
| #define | NUM_INPUTS 1 |
| #define | NUM_OUTPUTS 1 |
Functions | |
| static WU_Signal * | update (WU_Strategy strat_, const void *inputs[]) |
| static void | delete (struct WU_Strategy_ *strategy) |
| WU_CrossOverStrat | wu_crossover_strat_new (int short_window, int long_window, double threshold) |
Variables | |
| static const WU_DataType | input_types [] = {WU_DATA_TYPE_SINGLE_VALUE} |
| static WU_Signal | signal_buffer [NUM_OUTPUTS] |
| #define NUM_INPUTS 1 |
Definition at line 5 of file crossover.c.
| #define NUM_OUTPUTS 1 |
Definition at line 6 of file crossover.c.
|
static |
Definition at line 36 of file crossover.c.
|
static |
Definition at line 11 of file crossover.c.
| WU_CrossOverStrat wu_crossover_strat_new | ( | int | short_window, |
| int | long_window, | ||
| double | threshold ) |
Definition at line 43 of file crossover.c.
|
static |
Definition at line 8 of file crossover.c.
|
static |
Definition at line 9 of file crossover.c.