AccountHistory

class hokohoko.assessors.AccountHistory(parameters)

Bases: Assessor

Extracts the Equity and Balance histories of a Hokohoko Predictor, and presents them in a table, with a column for each Period.

TODO: Make a useful interactive GUI for easy browsing.
Parameters

parameters (str) – The parameters passed in by the config.

analyse(data)

Receives a list of period_results from the Simulator, and presents them in a user-friendly fashion.

Parameters

data (Iterable[multiprocessing.pool.AsyncResult[hokohoko.entities.Account]]) – A list of period_results from the process Pool.