Archived
This project has been archived by its maintainers, and is no longer receiving any updates.
SkyBlue Bridge
Python client for interacting with the SkyBlue MT5 bridge microservice.
Installation
pip install skyblue-bridge
Usage
from skyblue_bridge import MTClient
client = MTClient(api_key="your-api-key")
print(client.get_server_status())
# Retrieve last 10 hourly candles
ohlc = client.get_ohlc("EURUSD", "1h", 10)
# Fetch order/trade details or adjust stops
details = client.get_order_details(123456789)
client.modify_order(123456789, sl=1.0950, tp=1.1200)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
skyblue_bridge-0.2.1.tar.gz
(16.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file skyblue_bridge-0.2.1.tar.gz.
File metadata
- Download URL: skyblue_bridge-0.2.1.tar.gz
- Upload date:
- Size: 16.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b5a3ea5e0213d7a50e76d0855ed981d26ae346763d5c104220ffa4caba6171e
|
|
| MD5 |
511d8f7d302560f87b02194a50dcedac
|
|
| BLAKE2b-256 |
f78427b2d0464b08773d59508528cbf4a39fa000754cf608106f674fe4984b1c
|
File details
Details for the file skyblue_bridge-0.2.1-py3-none-any.whl.
File metadata
- Download URL: skyblue_bridge-0.2.1-py3-none-any.whl
- Upload date:
- Size: 17.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
df36ab9912694284bc1ac1ca7a9ce04fec738cd5b3d59fea60b0e8b0294aa345
|
|
| MD5 |
1ef443be7579e5df0e9afe72ad56c317
|
|
| BLAKE2b-256 |
2551d1dbea30deb255570d0cf24d0f0ca7d9dfa32f671a0adea5ae590140182c
|