generated from QuantConnect/Lean.DataSource.SDK
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhancing AlphaVantage Data Source Integration (#2)
* remove: template files feat: create solution file * feat: init projects * feat: paste old version files * remove: not used download program file * feat: create empty ctor AlphaVantageDataDownloader feat: handle several exception fix: req param feat: create new live UTests rename: mock file * fix: Get(minute\hour tradebar) API request feat: new test cases * feat: convert utc to exchangeTime history dateTime remove: limit 2 year for minute\hour request * feat: ValidateSubscription() * refactor: skip ApiKey in log.Trace fix: mock unit tests feat: warning on 25req/day for live tests * feat: add github templates of Issue and PR * fix: GH workflow ci\cd file feat: comment flag to not show extra log in Action pipeline * fix: product id in ValidateSubscription * feat: integrate different configurable Price Plan * Create LICENSE * Update README.md
- Loading branch information
Showing
38 changed files
with
1,650 additions
and
1,388 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<!--- This template provides sections for bugs and features. Please delete any irrelevant sections before submitting --> | ||
|
||
#### Expected Behavior | ||
<!--- Required. Describe the behavior you expect to see for your case. --> | ||
|
||
#### Actual Behavior | ||
<!--- Required. Describe the actual behavior for your case. --> | ||
|
||
#### Potential Solution | ||
<!--- Optional. Describe any potential solutions and/or thoughts as to what may be causing the difference between expected and actual behavior. --> | ||
|
||
#### Reproducing the Problem | ||
<!--- Required for Bugs. Describe how to reproduce the problem. This can be via a failing unit test or a simplified algorithm that reliably demonstrates this issue. --> | ||
|
||
#### System Information | ||
<!--- Required for Bugs. Include any system specific information, such as OS. --> | ||
|
||
#### Checklist | ||
<!--- Confirm that you've provided all the required information. --> | ||
<!--- Required fields ---> | ||
- [ ] 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](https://github.com/QuantConnect/Lean/issues) | ||
<!--- Required for Bugs, feature request can delete the line below. --> | ||
- [ ] I have provided detailed steps to reproduce the issue | ||
|
||
<!--- Template inspired by https://github.com/stevemao/github-issue-templates --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
|
||
<!--- Provide a general summary of your changes in the Title above --> | ||
|
||
#### Description | ||
<!--- Describe your changes in detail --> | ||
|
||
#### Related Issue | ||
<!--- This project only accepts pull requests related to open issues --> | ||
<!--- If suggesting a new feature or change, please discuss it in an issue first --> | ||
<!--- If fixing a bug, there should be an issue describing it with steps to reproduce --> | ||
<!--- Please link to the issue here: --> | ||
|
||
#### Motivation and Context | ||
<!--- Why is this change required? What problem does it solve? --> | ||
|
||
#### Requires Documentation Change | ||
<!--- Please indicate if these changes will require updates to documentation, and if so, specify what changes are required --> | ||
|
||
#### How Has This Been Tested? | ||
<!--- Please describe in detail how you tested your changes. --> | ||
<!--- Include details of your testing environment, and the tests you ran to --> | ||
<!--- see how your change affects other areas of the code, etc. --> | ||
|
||
#### Types of changes | ||
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> | ||
- [ ] Bug fix (non-breaking change which fixes an issue) | ||
- [ ] Refactor (non-breaking change which improves implementation) | ||
- [ ] Performance (non-breaking change which improves performance. Please add associated performance test and results) | ||
- [ ] New feature (non-breaking change which adds functionality) | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to change) | ||
- [ ] Non-functional change (xml comments/documentation/etc) | ||
|
||
#### Checklist: | ||
<!--- The following is a checklist of items that MUST be completed before a PR is accepted --> | ||
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> | ||
- [ ] My code follows the code style of this project. | ||
- [ ] I have read the **CONTRIBUTING** [document](https://github.com/QuantConnect/Lean/blob/master/CONTRIBUTING.md). | ||
- [ ] I have added tests to cover my changes. <!--- If not applicable, please explain why --> | ||
- [ ] All new and existing tests passed. | ||
- [ ] My branch follows the naming convention `bug-<issue#>-<description>` or `feature-<issue#>-<description>` | ||
|
||
<!--- Template inspired by https://www.talater.com/open-source-templates/#/page/99 --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.