Beta TA Signal Engine

v1.0.0

Generate technical-analysis trade setups from OHLCV CSV using SMA/EMA/RSI/MACD/ATR with clear entry, stop, target, and position size.

0· 54·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (TA signals from OHLCV CSV) match the included script and inputs. The code only computes SMA/EMA/RSI/MACD/ATR and returns entry/stop/target/size — nothing extraneous is requested.
Instruction Scope
SKILL.md instructs running the shipped Python script against a provided CSV path and to interpret the signal; the instructions do not request access to other files, environment secrets, or remote services.
Install Mechanism
No install spec is provided (instruction-only plus a local script), so nothing is downloaded or written to disk beyond executing the included script.
Credentials
No environment variables, credentials, or config paths are required. The script reads only the user-supplied CSV and performs local numeric calculations.
Persistence & Privilege
always is false and the skill does not request persistent or elevated platform privileges. It does not modify other skills or agent config.
Assessment
This appears to be a straightforward, local TA signal generator. Before using it: (1) Only run the script on CSV files you trust — it reads whatever file path you pass and will error on malformed data; (2) If you plan to run it in an automated agent, remember the agent will execute the included Python code locally — run in a sandbox if you're uneasy; (3) There are no network calls or secret-access requests in the code, but review or test with sample data to confirm outputs meet your risk-management needs.

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

atrvk975d550cqxazm3sr56ambayh183r7vjlatestvk975d550cqxazm3sr56ambayh183r7vjmacdvk975d550cqxazm3sr56ambayh183r7vjrsivk975d550cqxazm3sr56ambayh183r7vjsignalsvk975d550cqxazm3sr56ambayh183r7vjsmavk975d550cqxazm3sr56ambayh183r7vjtechnical-analysisvk975d550cqxazm3sr56ambayh183r7vjtradingvk975d550cqxazm3sr56ambayh183r7vj

License

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

Comments