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.10.3.tar.gz
(6.2 kB
view hashes)
Built Distribution
Close
Hashes for findmyorder-1.10.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 53aea66ab1063c71a563c9cdab998ff5ba59366bd60b949cd7bce8b8890077e5 |
|
MD5 | fc980e0091deeba7a82cd0b02098c63a |
|
BLAKE2b-256 | 0c99db05e25820a10fdca524d859b60147adb8dcecf847f0b340388133e8d132 |