We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This backtest logs
Quit(): History contains quote data for SPY (True) and TSLA (True)
for both cases.
Case 1:
Case 2:
Quit(): History contains quote data for SPY (True) and TSLA (False)
N/A
Run the backtest above
QC Cloud
master
The text was updated successfully, but these errors were encountered:
Usa Equity daily/hour resolution currently do not support quote data type, only trades
Sorry, something went wrong.
The example requests minute resolution data, not daily/hour.
self.history([spy, tsla], timedelta(1), Resolution.MINUTE)
No branches or pull requests
Expected Behavior
This backtest logs
for both cases.
Actual Behavior
Case 1:
Case 2:
Potential Solution
N/A
Reproducing the Problem
Run the backtest above
System Information
QC Cloud
Checklist
master
branchThe text was updated successfully, but these errors were encountered: