A python package to identify and parse order for trade execution.
Project description
|
|
|
Find My order, a parsing package to find trading order. |
How to use it
from findmyorder import FindMyOrder
fmo = FindMyOrder()
msg_order = "buy EURUSD sl=1000 tp=1000 q=1 comment=FOMC"
order = await fmo.get_order(msg_order)
#{'action': 'BUY', 'instrument': 'EURUSD', 'stop_loss': '1000', 'take_profit': '1000', 'quantity': '2', 'order_type': None, 'leverage_type': None, 'comment': None, 'timestamp': datetime.datetime(2023, 5, 3, 12, 10, 28, 731282, tzinfo=datetime.timezone.utc)}
Documentation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
findmyorder-2.2.11.tar.gz
(9.0 kB
view details)
Built Distribution
File details
Details for the file findmyorder-2.2.11.tar.gz
.
File metadata
- Download URL: findmyorder-2.2.11.tar.gz
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eaf6c899f006aa0b5d8a7bc0532090decbac338446b9c3d9d5a537266bcbeaa9 |
|
MD5 | 4cc0ec9a7cb8c9323937b36f02849f12 |
|
BLAKE2b-256 | d553adb72cf71e451cff73a5689fba66a75cf425cb77d06ee64dbb75621cc3fe |
File details
Details for the file findmyorder-2.2.11-py3-none-any.whl
.
File metadata
- Download URL: findmyorder-2.2.11-py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 31ddc258556f7c109d819436dd51ac975b4837e363d4676fbac599ae8fa7ece0 |
|
MD5 | 5c443d5c2125d34b558113d88c328f36 |
|
BLAKE2b-256 | 5220c3be87b66d82b131e9f2ad1a0d12404c5c6ef4d350e2425eb77049171521 |