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)}
Example
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-1.5.25.tar.gz
(6.2 kB
view hashes)
Built Distribution
Close
Hashes for findmyorder-1.5.25-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fddcda1bdc807f9a78c63cc535ea6f86ec95f2d67f130b00d2f01aa8973693dd |
|
MD5 | 3ee6f6dbd059b6ada6c6b8a223bc3496 |
|
BLAKE2b-256 | b30dbed2e7fbf03650541117c250b79ff81a4755ab3a9c55fde1798bbee5ba38 |