Install
openclaw skills install finance-tradingImplements a BTC/USDT paper trading strategy using EMA 20/50 and RSI indicators, with risk limits, stop loss, take profit, and trade logging.
openclaw skills install finance-tradingLa stratégie quantitative pour le paper trading BTC/USDT
Indicateurs :
Signal d'Achat :
Signal de Vente :
trading_log.md après chaque tradeExé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