I would like to develop a module that integrate the talib (http://ta-lib.org/) library into the marketcetera framework, specifically a module that can take input data from marketdata adapter modules or OHLC data via csv module, perform technical analysis calculations (specified as a query) on the incoming data and send the processed data to a receiver (either CEP engine or strategy).