# Functions
No description provided by the author
NewFilterEMA returns a moving average filter.
NewFilterMA returns a moving average filter.
NewFilterMAIR returns a FilterMAIR.
NewFilterMEDIR creates a FilterMEDIR.
NewFiltersBlockService returns a new FiltersBlockService and runs mainLoop() in a go routine.
No description provided by the author
No description provided by the author
NewFilterVWAP ...
NewFilterVWAP ...
No description provided by the author
# Structs
No description provided by the author
FilterEMA is the struct for a moving average filter implementing the Filter interface.
FilterMA is the struct for a moving average filter implementing the Filter interface.
FilterMAIR implements a trimmed moving average.
FilterMEDIR contains the configuration parameters of the filter.
FiltersBlockService is the data structure containing all objects necessary for the processing of a tradesBlock.
No description provided by the author
No description provided by the author
FilterVWAP ...
FilterVWAP ...
# Interfaces
Filter interface defines a filter's methods processing trades from the tradesBlockService.