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.23.tar.gz
(6.2 kB
view hashes)
Built Distribution
Close
Hashes for findmyorder-1.5.23-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b25d73feb61ad5eac15ff89cc509703045a579da38fdb9f971160db9b6cf90d4 |
|
MD5 | 7c77a27d41435170a97bb2e5dfb5af64 |
|
BLAKE2b-256 | 8b41128bf007cde7c25ac422683d3460b5422f5ffc16d8ee606e8a98db68bb8a |