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.5.tar.gz
(9.0 kB
view hashes)
Built Distribution
Close
Hashes for findmyorder-2.2.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 767e545ba778aaeefd7cc5541ea14ed186d2a5627d59fd776f3e95c77b1d4e19 |
|
MD5 | 1b7561e58d884efb43bfa55fc35db11c |
|
BLAKE2b-256 | 717e751e9f8ee75a3ca09402c1860d64dbc3dc1d72c5512d761c64860b7ec7ed |