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

What do the data column names mean? #23

Open
EXJUSTICE opened this issue Jan 17, 2021 · 1 comment
Open

What do the data column names mean? #23

EXJUSTICE opened this issue Jan 17, 2021 · 1 comment

Comments

@EXJUSTICE
Copy link

EXJUSTICE commented Jan 17, 2021

Hello,

Excellent work on this. I wanted to evaluate the performance of your models on some other index. I took a look at your data csv files, and found the column names (",datadate,tic,prccd,ajexdi,prcod,prchd,prcld,cshtrd")
I understand what the ticker and datadate represent, but could you elaborate on the other ones?

I would also appreciate a more detailed explanation of the backtesting process, I found the script a little bit sparse, are you simply comparing model result CSVs against the index average?

Thank you!

@s-diaco
Copy link

s-diaco commented Feb 21, 2021

For the first part of your question:

  • datadate: Date
  • tic: Ticker
  • prccd: Close Price (Daily)
  • prcod: Open Price (Daily)
  • prchd: High Price (Daily)
  • prcld: Low Price (Daily)
  • ajexdi: Daily Adjustment Factor
  • cshtrd: Common Shares Traded

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