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

Define Scope of new Trading/Finance package framework #1

Open
mannau opened this issue Mar 9, 2023 · 1 comment
Open

Define Scope of new Trading/Finance package framework #1

mannau opened this issue Mar 9, 2023 · 1 comment
Assignees

Comments

@mannau
Copy link
Member

mannau commented Mar 9, 2023

Currently, there exist no good trading framework for R. Existing ones are:

Chicago guys

  • quantmod
  • PerformanceAnalytics
  • quantstrat
  • PortfolioAnalytics
  • TTR
  • xts

Modern packages

  • tidyquant (with tidyfinance book)

It would be great to have

a) A modern package framework/infrastructure to do trading/finance with R
b) A course on the quantargo platform teaching necessary skills.

Questions to answer are:

  1. does it pay off to create a new package ecosystem -> which parts?
  2. Which steps are necessary to build one, prioritize

In detail:

  • Definition of data structures (which ts object), how does a portfolio object look like? orders? transactions? etc.

Support general workflow:

  1. Get Data/Symbols
  2. Define Strategy
  3. optional: optimize strategy paramters
  4. generate orders
  5. generate transactions
  6. Show performance
@AndyArtquantmod
Copy link

AndyArtquantmod commented Mar 9, 2023 via email

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

No branches or pull requests

2 participants