Polymarket Eth 5m Mtf Momentum Dyll

v1.1.0

Multi-timeframe CEX momentum trading for Polymarket BTC 5-minute fast markets. Aligns 1m/3m/5m Binance returns for directional conviction. Inspired by the

0· 84·0 current·0 all-time
byDyll@djdyll
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (multi-timeframe momentum trading for short Polymarket/Simmer ETH 5m markets) aligns with the code and declared requirements: the scripts fetch Binance klines and call Simmer API/SDK to discover markets and submit trades. The single required credential (SIMMER_API_KEY) and dependency (simmer-sdk) are appropriate for this purpose.
Instruction Scope
SKILL.md and scripts only instruct network calls to Binance and the Simmer API and running the included Python scripts; they read SIMMER_API_KEY and optional envs (SIMMER_API_URL, TRADING_VENUE). There is a small mismatch in prose (some references to Polymarket/BTC vs ETH and Simmer) but nothing that expands scope to unrelated system data. The bot will run network operations and can place live trades when run with --live or via cron.
Install Mechanism
No download-from-URL installs; dependency is installed via pip (simmer-sdk) which is standard for Python; the package is instruction-only apart from included scripts. No risky archive downloads or obscure URLs found.
Credentials
Required env: SIMMER_API_KEY (declared in clawhub.json and SKILL.md) — appropriate and necessary to authenticate trading. The code also respects optional SIMMER_API_URL and TRADING_VENUE envs (not listed as required), which is reasonable but worth noting: changing SIMMER_API_URL could redirect API calls to a different endpoint, so users should not set it to an untrusted URL. No unrelated credentials are requested.
Persistence & Privilege
always is false and autostart is false. The skill includes a cron schedule in metadata to run every minute if enabled by the platform; this is expected for a fast-market trading bot. It does not attempt to modify other skills or system-wide configurations.
Assessment
This package is a trading bot template that will read public Binance klines and use your SIMMER_API_KEY to discover markets and submit trades via the Simmer SDK/API. Before installing or running it: (1) review and audit simmer-sdk (pip package) and consider installing in a virtual environment; (2) run in dry/paper mode first and verify behavior; (3) be cautious with your SIMMER_API_KEY — live mode can place real trades and your funds could be affected; (4) confirm SIMMER_API_URL is left at the default (or set to a trusted endpoint) so your API key isn't sent to an unexpected server; (5) note small documentation mismatches (Polymarket/BTC vs ETH and references to Simmer) — confirm the target marketplace and asset are what you expect.

Like a lobster shell, security has layers — review code before you run it.

latestvk97bw9cz91tb6xna4r2wx9thkn83y5m2

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments