A python package to identify and parse order for trade execution.
Project description
Find my order
A python package to identify and parse order for trade execution. | |
---|---|
|
Find & Parse a trade order for execution |
Key features:
- Identify an order with word
BUY SELL LONG SHORT
or your ownBull
,to the moon
,pump
via config file - Parse and return a structured order with action and instrument as mandatory
- Settings for custom option
Install
pip install findmyorder
How to use it
fmo = FindMyOrder()
msg_order = "buy EURUSD sl=1000 tp=1000 q=1 comment=FOMC"
order = await fmo.get_order(msg_order)
Example
Real use case
Documentation
https://github.com/mraniki/findmyorder/wiki
🚧 Roadmap
Questions? Want to help?
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.1.0.tar.gz
(4.1 kB
view hashes)
Built Distribution
Close
Hashes for findmyorder-1.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bfb9696ad81ac126f7d23d5e5ce658d8a45969ed538065e9d5064da70ddc4cb4 |
|
MD5 | 3edadea37577f21644784500686ea95e |
|
BLAKE2b-256 | ca1f165be8e6f141223ce857a7cf86d6f774a32d47e988a2a036bf850d9bf4df |