mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-11 06:46:56 +08:00
Update the docs of Report
This commit is contained in:
@@ -25,7 +25,15 @@ class Report:
|
|||||||
|
|
||||||
Implementation:
|
Implementation:
|
||||||
daily report of the account
|
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
|
update report
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user