-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c80d498
commit 7ece840
Showing
14 changed files
with
96 additions
and
37 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,31 @@ | ||
# Binance DepthCache Limit the number of returned list elements. | ||
## Overview | ||
Limit the number of returned list elements of `get_asks()` and `get_bids` with the parameter `limit_count`. | ||
|
||
## Prerequisites | ||
Ensure you have Python 3.7+ installed on your system. | ||
|
||
Before running the provided script, install the required Python packages: | ||
```bash | ||
pip install -r requirements.txt | ||
``` | ||
|
||
## Get a UNICORN Binance Suite License | ||
To run modules of the *UNICORN Binance Suite* you need a [valid license](https://shop.lucit.services)! | ||
|
||
## Usage | ||
### Running the Script: | ||
```bash | ||
python binance_depth_cache_limit_count.py | ||
``` | ||
|
||
### Graceful Shutdown: | ||
The script is designed to handle a graceful shutdown upon receiving a KeyboardInterrupt (e.g., Ctrl+C) or encountering | ||
an unexpected exception. | ||
|
||
## Logging | ||
The script employs logging to provide insights into its operation and to assist in troubleshooting. Logs are saved to a | ||
file named after the script with a .log extension. | ||
|
||
For further assistance or to report issues, please [contact our support team](https://www.lucit.tech/get-support.html) | ||
or [visit our GitHub repository](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-local-depth-cache). |
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 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 |
---|---|---|
@@ -1,2 +1 @@ | ||
python-dotenv | ||
unicorn-binance-local-depth-cache>=2.0.0 |
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 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 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 |
---|---|---|
@@ -1,2 +1 @@ | ||
python-dotenv | ||
unicorn-binance-local-depth-cache>=2.0.0 |
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,32 @@ | ||
# Binance DepthCache Limits the number of returned list items by volume. | ||
## Overview | ||
Limit the number of returned list elements of `get_asks()` and `get_bids` by volume with the parameter | ||
`threshold_volume`. | ||
|
||
## Prerequisites | ||
Ensure you have Python 3.7+ installed on your system. | ||
|
||
Before running the provided script, install the required Python packages: | ||
```bash | ||
pip install -r requirements.txt | ||
``` | ||
|
||
## Get a UNICORN Binance Suite License | ||
To run modules of the *UNICORN Binance Suite* you need a [valid license](https://shop.lucit.services)! | ||
|
||
## Usage | ||
### Running the Script: | ||
```bash | ||
python binance_depth_cache_threshold_volume.py | ||
``` | ||
|
||
### Graceful Shutdown: | ||
The script is designed to handle a graceful shutdown upon receiving a KeyboardInterrupt (e.g., Ctrl+C) or encountering | ||
an unexpected exception. | ||
|
||
## Logging | ||
The script employs logging to provide insights into its operation and to assist in troubleshooting. Logs are saved to a | ||
file named after the script with a .log extension. | ||
|
||
For further assistance or to report issues, please [contact our support team](https://www.lucit.tech/get-support.html) | ||
or [visit our GitHub repository](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-local-depth-cache). |
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 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 |
---|---|---|
@@ -1,2 +1 @@ | ||
python-dotenv | ||
unicorn-binance-local-depth-cache>=2.0.0 |
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 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 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,23 @@ | ||
# Version of this Package | ||
## Overview | ||
This shows how to obtain information about new versions programmatically. | ||
|
||
## Prerequisites | ||
Ensure you have Python 3.7+ installed on your system. | ||
|
||
Before running the provided script, install the required Python packages: | ||
```bash | ||
pip install -r requirements.txt | ||
``` | ||
|
||
## Get a UNICORN Binance Suite License | ||
To run modules of the *UNICORN Binance Suite* you need a [valid license](https://shop.lucit.services)! | ||
|
||
## Usage | ||
### Running the Script: | ||
```bash | ||
python ubldc_package_update_check.py | ||
``` | ||
|
||
For further assistance or to report issues, please [contact our support team](https://www.lucit.tech/get-support.html) | ||
or [visit our GitHub repository](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-local-depth-cache). |
File renamed without changes.
18 changes: 1 addition & 17 deletions
18
..._check/example_version_of_this_package.py → ...pdate_check/ubldc_package_update_check.py
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