Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help links in the summary stats and advanced summary stats #411

Open
miohtama opened this issue Jun 30, 2023 · 1 comment
Open

Help links in the summary stats and advanced summary stats #411

miohtama opened this issue Jun 30, 2023 · 1 comment
Assignees
Labels
priority: P2 Default priority. An issue might not yet be fixed in the next release. size: M An ordinary task that can be completed in a few days or in a week

Comments

@miohtama
Copy link
Collaborator

Currently summary and advanced summary tables have two columns: Name, Value

  • Add third column "Help"

  • Make this column to contain link "Read more" if there is a matching glossary entry in our glossary. E.g. help column for Sharpe would have link -> /glossary/share

  • Make sure notebooks output tables in HTML format and the links are clickable

  • Use these in our own trade summary stats and then advanced summary stats

@miohtama miohtama added priority: P2 Default priority. An issue might not yet be fixed in the next release. size: M An ordinary task that can be completed in a few days or in a week labels Jun 30, 2023
@miohtama
Copy link
Collaborator Author

miohtama commented Jun 30, 2023

Also if you can figure out how to easily group rows in the summaries for several tables please do it with this ticket.

The long continuous table would be split to several mini tables, each mini table grouped by related metrics.

E.g.

  • Profit table
    • Profitability %
    • Profit $
  • Trade table
    • Winning trades
  • Risk table
    • Maximum drawdown
    • Sharpe
  • Misc table
    • Backtesting start
    • Backtesting end
    • Initial capital

Then display these mini-tables side-by-side so it is more effective to use of screen real estate and makes reading numbers easier

https://stackoverflow.com/questions/38783027/jupyter-notebook-display-two-pandas-tables-side-by-side

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: P2 Default priority. An issue might not yet be fixed in the next release. size: M An ordinary task that can be completed in a few days or in a week
Projects
None yet
Development

No branches or pull requests

2 participants