🦀 ClawHub
Finance Trading
by @brioche-bit
Implements a BTC/USDT paper trading strategy using EMA 20/50 and RSI indicators, with risk limits, stop loss, take profit, and trade logging.
TERMINAL
clawhub install finance-trading📖 About This Skill
Skill: finance-trading
_La stratégie quantitative pour le paper trading BTC/USDT_
1. Analyse Technique (1h et 15min)
Indicateurs :
Signal d'Achat :
Signal de Vente :
2. Gestion de Risque
3. Rapport & Suivi
trading_log.md après chaque trade4. Fréquence
Exécution :
# Analyser le marché
fetch market-data BTC/USDT --timeframes 1h 15minCalculer les indicateurs
calculate-indicators --ema-20 --ema-50 --rsiAppliquer la stratégie
apply-strategy --mode paper --risk 5% --sl 2% --tp 6%Journaliser
log-trade --file trading_log.md