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
If I get the last seven minute resolution trade bars...
IEnumerable<TradeBar> bars = History("SPY", 14, Resolution.Minute); List<TradeBar> list = bars.ToList();
I keep forgetting if the first or last element in the list would be the most recent TradeBar. It would be nice if it was added to the docs page.
The text was updated successfully, but these errors were encountered:
Welcome to the new documentation!!! :D Thanks we'll add that section shortly.
Sorry, something went wrong.
e7a0b47
No branches or pull requests
If I get the last seven minute resolution trade bars...
I keep forgetting if the first or last element in the list would be the most recent TradeBar.
It would be nice if it was added to the docs page.
The text was updated successfully, but these errors were encountered: