Finance Trading
/install finance-trading
Skill: finance-trading
La stratégie quantitative pour le paper trading BTC/USDT
1. Analyse Technique (1h et 15min)
Indicateurs :
- EMA 20 (Moyenne Mobile Exponentielle 20 périodes)
- EMA 50 (Moyenne Mobile Exponentielle 50 périodes)
- RSI (Relative Strength Index)
Signal d'Achat :
- EMA 20 > EMA 50 (crossing haussier)
- RSI entre 40 et 60 (momentum haussier)
Signal de Vente :
- EMA 20 \x3C EMA 50 (crossing baissier)
- RSI > 80 (surachat)
2. Gestion de Risque
- Mode : PAPER TRADING uniquement
- Taille maximum : 5% du capital fictif par trade
- Stop Loss : 2%
- Take Profit : 6%
3. Rapport & Suivi
- Journal :
trading_log.mdaprès chaque trade - Rapport quotidien : Chaque jour à 18h → rapport de performance avec solde, PnL, Win Rate, sentiment marché
4. Fréquence
- Vérification : Toutes les 15 minutes
- Veille : Le reste du temps
Exécution :
# Analyser le marché
fetch market-data BTC/USDT --timeframes 1h 15min
# Calculer les indicateurs
calculate-indicators --ema-20 --ema-50 --rsi
# Appliquer la stratégie
apply-strategy --mode paper --risk 5% --sl 2% --tp 6%
# Journaliser
log-trade --file trading_log.md
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install finance-trading - After installation, invoke the skill by name or use
/finance-trading - Provide required inputs per the skill's parameter spec and get structured output
What is Finance Trading?
Implements a BTC/USDT paper trading strategy using EMA 20/50 and RSI indicators, with risk limits, stop loss, take profit, and trade logging. It is an AI Agent Skill for Claude Code / OpenClaw, with 826 downloads so far.
How do I install Finance Trading?
Run "/install finance-trading" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Finance Trading free?
Yes, Finance Trading is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Finance Trading support?
Finance Trading is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Finance Trading?
It is built and maintained by Brioche-bit (@brioche-bit); the current version is v1.0.0.