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

/compare command #6

Open
wsyxbcl opened this issue Jan 26, 2021 · 5 comments
Open

/compare command #6

wsyxbcl opened this issue Jan 26, 2021 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@wsyxbcl
Copy link
Owner

wsyxbcl commented Jan 26, 2021

/compare [stock_name]

plot prices of two stock in same figure

@wsyxbcl wsyxbcl added the enhancement New feature or request label Jan 26, 2021
@ForstMaple
Copy link
Collaborator

The returned values can include the excess return (mostly used to compare a portfolio/stock with an index).

@wsyxbcl
Copy link
Owner Author

wsyxbcl commented Feb 1, 2021 via email

@ForstMaple
Copy link
Collaborator

The designed function is to perform 'minus' operation between any two stocks (can be both portfolio or stock), so the excess return would be covered.

On Mon, Feb 1, 2021 at 8:02 PM MapleFENG @.***> wrote: The returned values can include the excess return (mostly used to compare a portfolio/stock with an index). — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <#6 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADDYEBVERUSFISOYGUCLPTDS42J4NANCNFSM4WTRM2CA .

Cool!😇

@wsyxbcl wsyxbcl self-assigned this Feb 1, 2021
@wsyxbcl
Copy link
Owner Author

wsyxbcl commented Feb 5, 2021

excepted behaviors

/compare [[stock/portfolio] ...] , plot return rate of stocks and portfolios in same axes
/compare [stock/portfolio] -r [stock_ref] , with subplot of excess return

implement

functions:

  • stocks
  • portfolios
  • excess return subplot
details
  • timezone problem when comparing stock from different markets
  • merge data in order to complete the time axis

performance:

  • async interface for all Stock_mix

UI:

wsyxbcl added a commit that referenced this issue Feb 5, 2021
wsyxbcl added a commit that referenced this issue Feb 5, 2021
@wsyxbcl
Copy link
Owner Author

wsyxbcl commented Feb 6, 2021

Using split-adjusted price for comparison would be more reasonable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants