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-4.0.1.tar.gz
(12.0 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 findmyorder-4.0.1.tar.gz.
File metadata
- Download URL: findmyorder-4.0.1.tar.gz
- Upload date:
- Size: 12.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb25857acab6558fe6b58e5ba342c6f4d283d0da61302597e29df175fadbd930
|
|
| MD5 |
2c360dd956e33440c26346a14ecb4bf5
|
|
| BLAKE2b-256 |
37898b6fd3fc5b81fcfbc0e48d7a98cab7fd4d2428bc5265ff0c84616c10b821
|
File details
Details for the file findmyorder-4.0.1-py3-none-any.whl.
File metadata
- Download URL: findmyorder-4.0.1-py3-none-any.whl
- Upload date:
- Size: 9.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c5b9fc1c7b067c303b7cf1606a9c65ece1d97511f09729ad8b7155ca5cc1203
|
|
| MD5 |
4ff44b7d5097d88938800663ec29d58b
|
|
| BLAKE2b-256 |
3f7c16c502c80c8f83da093a5bbf8b0a5eeac89b866b4de5df5e3104890a1b2e
|