You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome to the DataBento Library repository! This library, built on .NET 6, provides seamless integration with the QuantConnect LEAN Algorithmic Trading Engine. It empowers users to interact with DaatBento's services to create powerful trading algorithms
7
+
Welcome to the DataBento Library repository! This library, built on .NET 6, provides seamless integration with the QuantConnect LEAN Algorithmic Trading Engine. It empowers users to interact with DataBento's services to create powerful trading algorithms
8
8
9
9
### Introduction
10
10
11
11
The Lean Data SDK is a cross-platform template repository for developing custom data types for Lean.
12
12
These data types will be consumed by [QuantConnect](https://www.quantconnect.com/) trading algorithms and research environment, locally or in the cloud.
13
13
14
-
It is composed by example .Net solution for the data type and converter scripts.
14
+
It is composed of an example .NET solution for the data type and converter scripts.
15
15
16
16
DataBento Library is an open-source project written in C#, designed to simplify the process of accessing real-time and historical financial market data. With support for Futures Data across the CME exchange and low latency, it offers a comprehensive solution for algorithmic trading.
17
17
@@ -23,15 +23,15 @@ The data downloader and converter script can be developed in different ways: C#
23
23
- The python script should be compatible with python 3.6.8
24
24
- Bash script will run on Ubuntu Bionic
25
25
26
-
Specifically, the enviroment where these scripts will be run is [quantconnect/research](https://hub.docker.com/repository/docker/quantconnect/research) based on [quantconnect/lean:foundation](https://hub.docker.com/repository/docker/quantconnect/lean).
26
+
Specifically, the environment where these scripts will be run is [quantconnect/research](https://hub.docker.com/repository/docker/quantconnect/research) based on [quantconnect/lean:foundation](https://hub.docker.com/repository/docker/quantconnect/lean).
27
27
28
-
### DatBento Overview
28
+
### DataBento Overview
29
29
DataBento provides real time and historical market data through many powerful and developer-friendly APIs. Currently this implementation uses the Globex dataset to access CME
30
30
exchanges and provide data on CME products. DataBento provides a wide array of datasets, and exchanges for stocks, futures, and options.
31
31
32
32
### Tutorial
33
33
34
-
You can use the following command line arguments to launch the [LEAN CLI](https://github.com/quantConnect/Lean-cli) pip project with DataBento.
34
+
You can use the following command line arguments to launch the [LEAN CLI](https://github.com/quantConnect/Lean-cli) pip project with DataBento.
35
35
36
36
#### Downloading data
37
37
```
@@ -56,19 +56,19 @@ lean live deploy "My Project" --data-provider-live DataBento --brokerage "Paper
56
56
### Installation
57
57
58
58
To contribute to the DataBento API Connector Library for .NET 6 within QuantConnect LEAN, follow these steps:
59
-
- Obtain API Key: Visit [DataBento](https://databento.com/) and sign up for an API key.
59
+
- Obtain API Key: Visit [DataBento](https://databento.com/) and sign up for an API key.
60
60
- Fork the Project: Fork the repository by clicking the "Fork" button at the top right of the GitHub page.
61
61
- Clone Your Forked Repository:
62
62
63
63
Configure your project by
64
64
- Set the databento-api-key in your QuantConnect configuration (config.json or environment variables).
65
65
66
66
### Documentation
67
-
Refer to the [documentation](https://databento.com/docs/) for detailed information on the library's functions, parameters, and usage examples.
67
+
Refer to the [documentation](https://databento.com/docs/) for detailed information on the library's functions, parameters, and usage examples.
68
68
69
69
### Price Plan
70
70
71
-
For detailed information on DataBento's pricing plans, please refer to the [DataBento Pricing](https://databento.com/pricing) page.
71
+
For detailed information on DataBento's pricing plans, please refer to the [DataBento Pricing](https://databento.com/pricing) page.
0 commit comments