ElevateMind monitoring SDK — stream your trading bot's signals, fills and risk to a live dashboard.
Project description
elevate-monitor
Zero-dependency Python SDK to stream your trading bot's activity to ElevateMind.
pip install elevate-monitor # (local: pip install -e .)
from elevate import Monitor
mon = Monitor(api_key="em_live_…", bot="olivera_es", mode="live")
mon.signal(sym="ES", side="long", reason="NR7_breakout", price=5100.25, vol_z=2.1)
mon.order(sym="ES", side="buy", qty=3, type="market")
mon.fill(sym="ES", qty=3, price=5100.50, slip_ticks=1)
mon.exit(sym="ES", qty=3, price=5104.25, pnl=187.50, reason="target")
mon.risk(daily=-180.0, trailing_used=360.0, halted=False)
mon.halt(reason="daily_loss_limit")
- Non-blocking: events queue and send from a background thread; calls never add latency to your trading loop.
- Fail-silent: if ElevateMind is unreachable, your bot keeps trading and events are dropped — the SDK never raises.
- No broker access: it only sends the events you emit. It never sees your broker credentials.
Call mon.close() on shutdown to flush remaining events.
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
elevate_monitor-0.1.1.tar.gz
(3.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file elevate_monitor-0.1.1.tar.gz.
File metadata
- Download URL: elevate_monitor-0.1.1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e9e3d0591decf4b925a013d5b1d99566eac9eaa4c2d936cd72164e799aa82525
|
|
| MD5 |
21ccc1bf0cf441232e757288467fe2fc
|
|
| BLAKE2b-256 |
e15da47dd25c6d883c13c52e305c9517d951a40ef9401ef184366e7fb58df74d
|
File details
Details for the file elevate_monitor-0.1.1-py3-none-any.whl.
File metadata
- Download URL: elevate_monitor-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
10715098956225b6bbe9adc672cc358e6a00fbf32270830dd68965cb449135b4
|
|
| MD5 |
15ffc76d1c6f546b9bb3ef9c21da37c7
|
|
| BLAKE2b-256 |
4066f80e56a586fed1a17f80c8d6823acb83780688caab173ee4e5461faa4c06
|