59#define wu_symbol_list(...) ((const char*[]){__VA_ARGS__, NULL})
WU_Signal represents a trading signal generated by a strategy.
A timestamp represent a mark in time given relative to unix epoch.
WU_Side
WU_Side represents the direction of a signal or a trade.
WU_CloseReason
WU_CloseReason represents the reason for closing a position, which can be a trading signal,...
@ WU_CLOSE_REASON_TAKE_PROFIT
@ WU_CLOSE_REASON_STOP_LOSS
WU_DataType
WU_DataType represents the type of input data, which can be a candle, a trade, or a single value.
@ WU_DATA_TYPE_SINGLE_VALUE