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.22.tar.gz
(6.2 kB
view hashes)
Built Distribution
Close
Hashes for findmyorder-1.5.22-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99c056b05241957f7ad17d3f9bd89fa46ad541c9410ddecd17a0df5175e849c2 |
|
MD5 | 6b5a7ac7ede47b16d59247ade8aa5858 |
|
BLAKE2b-256 | 81568d2a521630469878c562b6a8d119f8e49a8be67d9660b0c9c8751e8e314c |