Files
quantconnect--lean/DownloaderDataProvider/config.example.json
T
Roman Yavnikov 86fcc40c3e
Python Virtual Environments / build (push) Has been cancelled
API Tests / build (push) Has been cancelled
Benchmarks / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
Regression Tests / build (push) Has been cancelled
Report Generator Tests / build (push) Has been cancelled
Research Regression Tests / build (push) Has been cancelled
Feature: Generic brokerage downloader wrapper (#8235)
* feat: new constructor of AlgorithmNodePacket

* refactor: extract JobQueue configuration

* remove: not used `using` in IDataDownloader

* feat: create BrokerageDataDownloader

* Revert "refactor: extract JobQueue configuration"

This reverts commit 5778936b712befd6e367bee3decc4a3565ca69af.

* Revert "feat: new constructor of AlgorithmNodePacket"

This reverts commit d7a565ff761243ae1391bd45fd10c93221f0329e.

* feat: new config `data-download-brokerage` in DataDownloadProvider

* refactor: initialize in BrokerageDataDownloader

* remove: not used `using` in Program's DataDownloadProvider

* remove: not used ref on QuantConnect.Queue proj

* refactor: use default market based on SecurityType

* refactor: MarketName in DataDownloadConfig struct
test:feat: validate MarketName

* feat: support Canonical Symbols in BrokerageDataDownloader

* remove: not used command arguments

* feat: init CacheProvider of IOptionChainProvider in Downloader

* feat: add brokerage message event in BrokerageDataDownloader
2024-07-31 19:02:13 -03:00

21 lines
615 B
JSON

{
"map-file-provider": "LocalDiskMapFileProvider",
"data-provider": "DefaultDataProvider",
"log-handler": "CompositeLogHandler",
"factor-file-provider": "LocalDiskFactorFileProvider",
// The root directory of the data folder for this application
"data-folder": "../../../Data/",
// To get your api access token go to quantconnect.com/account
"job-user-id": "0",
"api-access-token": "",
"job-organization-id": "",
// Data downloader provider
"data-downloader": "",
// Specifies the name of the brokerage service used for data downloading (optional).
"data-downloader-brokerage": ""
}