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.1.0.tar.gz
(8.9 kB
view hashes)
Built Distribution
Close
Hashes for findmyorder-2.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6e6da283e1a052839fffa56f80397b5f3f9cfaf3ea90bd030766d7a56d7efaa1 |
|
MD5 | 69fe52e60881c74cac7209c796d409e5 |
|
BLAKE2b-256 | 654c4702f32ac5d077055773eda043731be3e7dfad9a3e508578304d63863263 |