Python client for the RiskState Trading Playbook Engine — a registry of locked crypto trading setups and which fire now for BTC/USD and ETH/USD, gated by structure + risk (the strategist engine). Public, no key.
Project description
riskstate-trading-playbook (Python)
Python client for the RiskState Trading Playbook Engine (the strategist — is there a setup I trade?). One of three composable RiskState engines. Public, no key.
Full project docs, examples, and the TypeScript client: https://github.com/likidodefi/trading-playbook-engine · https://riskstate.ai/docs/playbook-engine
from riskstate_trading_playbook import PlaybookClient
client = PlaybookClient() # no key needed
data = client.get()
print(data["count"], "playbooks (source:", data["source"], ")")
for f in client.firing_now(data, "BTC"):
print(f["playbook_id"], "→ nav", f["structure_gate"]["vote"], "gate", f["gate_status"])
License: MIT
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
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 riskstate_trading_playbook-0.1.0.tar.gz.
File metadata
- Download URL: riskstate_trading_playbook-0.1.0.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1655782354fc074c84fc683d8accc2183cb61f241cfb06ce56e3f4c14a72f846
|
|
| MD5 |
c2998e3a37552d405cb027333dde13b1
|
|
| BLAKE2b-256 |
655ac662fce5f18fbc217d6c0e5d349970b56432f4c9ad54edfaed991372f1e2
|
File details
Details for the file riskstate_trading_playbook-0.1.0-py3-none-any.whl.
File metadata
- Download URL: riskstate_trading_playbook-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
502320d3920deec8df1cf4ec3b6c6abc9ac79a2ff3c99430ed2ebce8b17dac6f
|
|
| MD5 |
724044b48d53c858b29c17119d846ec6
|
|
| BLAKE2b-256 |
6c8b51d9d9f5610fd2794a1cbd96adf04f4491c526f828c8eb041308290071ab
|