π¦ ClawHub
Beta TA Signal Engine
by @1477009639zw-blip
Generate technical-analysis trade setups from OHLCV CSV using SMA/EMA/RSI/MACD/ATR with clear entry, stop, target, and position size.
TERMINAL
clawhub install beta-ta-signal-engineπ About This Skill
name: ta-signal-engine description: Generate technical-analysis trade setups from OHLCV CSV using SMA/EMA/RSI/MACD/ATR with clear entry, stop, target, and position size.
TA Signal Engine
Use this skill when the user wants technical-analysis based entry/exit signals and risk-defined trade setup proposals.
Inputs
date, open, high, low, close (case-insensitive)trend, mean-reversion, or breakoutRun
python3 scripts/ta_signal_engine.py \
--csv /abs/path/prices.csv \
--symbol BTCUSDT \
--strategy trend \
--account-size 100000 \
--risk-per-trade 0.01 \
--json
Workflow
1. Run the script and inspect signal and confidence.
2. If signal=flat, explain why (no edge from current indicators).
3. If signal is active, use generated entry/stop/target/size as the candidate plan.
4. Do not claim certainty; frame it as probabilistic setup.
Notes
ta-backtest skill.ta-paper-executor skill.π Tips & Best Practices
ta-backtest skill.ta-paper-executor skill.