NAME

GT::Report - Generate visual report of common objects


DESCRIPTION

This modules provides various functions to dump to GT::Report::OUT (by default STDOUT) various objects in a nice formatted text.

GT::Report::Portfolio($portfolio)

Prints the content of a portfolio in text format.

GT::Report::PortfolioHTML($portfolio)

Prints the content of a portfolio in HTML format.

GT::Report::OpenPositions($portfolio, $detailed)

Display the list of open positions.

GT::Report::PortfolioAnalysis($analysis)

Pretty prints the results of the analysis of the portfolio.

GT::Report::AnalysisList

Display the results of the backtest. Results per code and per system.

GT::Report::SimplePortfolioAnalysis

Pretty prints only the main results of the analysis.

GT::Report::CacheValues

Prints a summary of the content of the cache.