Results

This service provides a storage for trade results, plus properties & statistics about each set of results (e.g. strategy, parameters) to facilitate comparing results. Use the results service to analyse the performance of backtests and live execution.

The service maintains a collection of Sets - where each Set is a collection of individual trade results.

A typical scenario would be when running a backtest to create a Set specifying the strategy being backtested, and the values for any parameters as Tags in the Set. As the backtest runs, store each trade result.

After completion, the results can be analysed either by using the AWTS CLI tool, or by querying the data directly against the API.

Storing results sets for each backtest (and paper, and live) run - along with strategy/parameter data - builds up a critical history of performance data to optimise against.