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

Can't Get Minute-Resolution Quote Data History for Hour-Resolution Asset Subscription #8473

Open
4 tasks done
DerekMelchin opened this issue Dec 19, 2024 · 2 comments
Open
4 tasks done
Labels

Comments

@DerekMelchin
Copy link
Collaborator

Expected Behavior

This backtest logs

Quit(): History contains quote data for SPY (True) and TSLA (True)

for both cases.

Actual Behavior

Case 1:

Quit(): History contains quote data for SPY (True) and TSLA (True)

Case 2:

Quit(): History contains quote data for SPY (True) and TSLA (False)

Potential Solution

N/A

Reproducing the Problem

Run the backtest above

System Information

QC Cloud

Checklist

  • I have completely filled out this template
  • I have confirmed that this issue exists on the current master branch
  • I have confirmed that this is not a duplicate issue by searching issues
  • I have provided detailed steps to reproduce the issue
@Martin-Molinero
Copy link
Member

Usa Equity daily/hour resolution currently do not support quote data type, only trades

@Martin-Molinero Martin-Molinero closed this as not planned Won't fix, can't repro, duplicate, stale Dec 20, 2024
@DerekMelchin
Copy link
Collaborator Author

The example requests minute resolution data, not daily/hour.

self.history([spy, tsla], timedelta(1), Resolution.MINUTE)

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

No branches or pull requests

2 participants