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.1.tar.gz
(8.9 kB
view hashes)
Built Distribution
Close
Hashes for findmyorder-2.2.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 88350535595548af1a56cef826731a77547360fe4459472825a925f001ac8b0a |
|
MD5 | 96fe3bee43725b02e046dd1618d1be59 |
|
BLAKE2b-256 | 4ea5740c1385b13882e466ba7e8209fc9d08ef9c95281cc339d788c32f399163 |