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-1.7.29.tar.gz
(5.8 kB
view hashes)
Built Distribution
Close
Hashes for findmyorder-1.7.29-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 63333f19f3a9d80c2db76355ceb62a992a6fc92389e629d2ebca741f2764a664 |
|
MD5 | 10097dc226c24e7873f293f19955f7c3 |
|
BLAKE2b-256 | 2488f7383cd7f7bc0662b7cdc9e41b3b8f5aac984c75aa34d16421e4604c8726 |