We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Returns All bars even the API returns zero result of some properties.
We have skipped bars in code base.
Remove condition and test with GetHistoryRequestWithCalculateAmountReturnsData
GetHistoryRequestWithCalculateAmountReturnsData
Use Option Symbol with any resolution in GetHistoryRequestWithCalculateAmountReturnsData test.
[TestCase("AAPL", SecurityType.Option, Resolution.Minute, "2025/02/19", "2025/02/20", new[] { TickType.Quote, TickType.Trade })]
The text was updated successfully, but these errors were encountered:
Romazes
No branches or pull requests
Expected Behavior
Returns All bars even the API returns zero result of some properties.
Actual Behavior
We have skipped bars in code base.
Potential Solution
Remove condition and test with

GetHistoryRequestWithCalculateAmountReturnsData
Reproducing the Problem
Use Option Symbol with any resolution in
GetHistoryRequestWithCalculateAmountReturnsData
test.System Information
The text was updated successfully, but these errors were encountered: