Mariner Backtesting - client.report()
client.report()
Get an existing report and save it to disk. If the report is not ready yet, print a message saying why.
Interface client.report(report_hash, output_dir='.')
Name | Type | Default | Description |
---|---|---|---|
report_hash | string | required | A string uniquely identifying which report is desired. |
output_dir | string | '.' | A filesystem path telling where to save the report to. |
- None