1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-30 17:41:18 +08:00

Update the docs of Report

This commit is contained in:
you-n-g
2021-09-13 17:53:34 +08:00
committed by GitHub
parent 88d2f9263e
commit 6203e4c09e

View File

@@ -25,7 +25,15 @@ class Report:
Implementation:
daily report of the account
contain those followings: returns, costs turnovers, accounts, cash, bench, value
contain those followings: return, cost, turnover, account, cash, bench, value
For each step(bar/day/minute), each column represents
- return: the return of the portfolio generated by strategy **without transaction fee**.
- cost: the transaction fee and slippage.
- account: the total value of assets(cash and securities are both included) in user account based on the close price of each step.
- cash: the amount of cash in user's account.
- bench: the return of the benchmark
- value: the total value of securities/stocks/instruments (cash is excluded).
update report
"""