Smart Trading Assistant

v1.0.0

Assistant de trading automatisé pour l'analyse de marché, la détection de signaux et l'exécution de stratégies techniques (RSI, MA, Support/Résistance). À ut...

0· 109·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for rioo-maker/smart-trading-assistant.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Smart Trading Assistant" (rioo-maker/smart-trading-assistant) from ClawHub.
Skill page: https://clawhub.ai/rioo-maker/smart-trading-assistant
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install smart-trading-assistant

ClawHub CLI

Package manager switcher

npx clawhub@latest install smart-trading-assistant
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The skill name/description promise analysis, signal detection and trade execution. The package contains documentation, a position-sizing script, and templates which support analysis and reporting, but it includes no code to fetch market data or to connect to/exchange APIs for order execution. That omission is coherent for a generic instruction-only helper, but the mention of "exécution" may lead users to expect built-in exchange integration or credential requests that are not present.
Instruction Scope
SKILL.md stays on-topic: it describes how to calculate indicators, validate signals, use position_sizing.py, and produce reports. It does not instruct the agent to read unrelated system files or exfiltrate data, nor does it direct data to any external endpoint. It does instruct actions like fetching price data and executing trades but leaves implementation and API usage unspecified.
Install Mechanism
No install spec — instruction-only with one small local script (position_sizing.py). No downloads or archive extraction; minimal filesystem footprint. Low install risk.
Credentials
The skill declares no required environment variables or credentials, which reduces risk. However, because the documentation references trade execution, a user who wants live execution will need to add exchange API keys or connect external tools; the skill does not declare or manage any such creds itself. Also note: source/homepage are absent (unknown provenance), so users should be cautious before supplying any credentials to an agent using this skill.
Persistence & Privilege
always:false and default model invocation settings — no elevated persistence or forced inclusion. The skill does not request modification of other skills or system-wide settings.
Assessment
This skill is an instruction-and-doc bundle with a simple position-sizing script — it does not include code to fetch market data or place orders. If you plan to use it for live trading, you will need to implement or connect exchange APIs and provide credentials; do not supply API keys to the agent unless you trust the skill's provenance and have restricted permissions (use read-only or paper-trading keys where possible). Test thoroughly in paper-trading mode first. Because the skill's source/homepage are missing, prefer local review (inspect any code) and avoid granting autonomous execution on real accounts until you confirm how and where orders would be placed.

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

ai-tradingvk971d23cbh778mdj588z12m7v983vdmyalgorithmic-tradingvk971d23cbh778mdj588z12m7v983vdmyautomationvk971d23cbh778mdj588z12m7v983vdmybotvk971d23cbh778mdj588z12m7v983vdmycryptovk971d23cbh778mdj588z12m7v983vdmycrypto-tradingvk971d23cbh778mdj588z12m7v983vdmydexvk971d23cbh778mdj588z12m7v983vdmyfinancevk971d23cbh778mdj588z12m7v983vdmyindicatorsvk971d23cbh778mdj588z12m7v983vdmylatestvk971d23cbh778mdj588z12m7v983vdmymarketvk971d23cbh778mdj588z12m7v983vdmymarket-analysisvk971d23cbh778mdj588z12m7v983vdmymemecoinvk971d23cbh778mdj588z12m7v983vdmymoving-averagevk971d23cbh778mdj588z12m7v983vdmyrisk-managementvk971d23cbh778mdj588z12m7v983vdmyrsivk971d23cbh778mdj588z12m7v983vdmysolanavk971d23cbh778mdj588z12m7v983vdmytechnical-analysisvk971d23cbh778mdj588z12m7v983vdmytradingvk971d23cbh778mdj588z12m7v983vdmytrading-botvk971d23cbh778mdj588z12m7v983vdmy
109downloads
0stars
1versions
Updated 4w ago
v1.0.0
MIT-0

AI Trading

Cette compétence transforme Manus en un assistant de trading discipliné, capable de suivre des stratégies techniques strictes tout en priorisant la gestion des risques.

Fonctionnalités Principales

  • Analyse Technique Multi-Indicateurs : Utilisation du RSI (période 14), des Moyennes Mobiles (MA20, MA50) et détection dynamique des supports et résistances.
  • Gestion des Risques Intégrée : Calcul automatique de la taille de position pour limiter le risque par trade à 1-2% du capital total.
  • Filtrage des Signaux : Validation des entrées par le volume et la tendance globale pour éviter les faux signaux.
  • Suivi de Performance : Génération de rapports détaillés incluant le taux de victoire, le profit moyen et le maximum drawdown.

Ressources de la Compétence

Scripts

  • scripts/position_sizing.py : Calcule la taille optimale de la position en fonction du capital, du risque souhaité et de la distance du Stop Loss.
    • Usage : python3 scripts/position_sizing.py <balance> <risk_percent> <stop_loss_dist>

Références

  • references/trading_strategies.md : Contient les règles détaillées pour les entrées ACHAT/VENTE, les paramètres des indicateurs et les contraintes de sécurité (max 3 trades simultanés).

Templates

  • templates/performance_report.md : Modèle pour la création de rapports de trading professionnels.

Flux de Travail Recommandé

  1. Analyse de Marché : Récupérer les données de prix (1m, 5m, 15m, 1h) et calculer les indicateurs techniques (RSI, MA).
  2. Détection de Tendance : Vérifier la tendance avec les MA20/MA50. Ne trader que dans le sens de la tendance.
  3. Validation du Signal : Attendre que le RSI, le volume et les niveaux de support/résistance confirment l'entrée.
  4. Calcul du Risque : Utiliser position_sizing.py pour déterminer la taille de la position avant toute exécution.
  5. Exécution et Suivi : Définir obligatoirement un Stop Loss et un Take Profit (Ratio R/R 1:2 minimum).
  6. Reporting : Utiliser le template de rapport pour documenter chaque trade et analyser la performance globale.

Contraintes de Sécurité

  • Stop Loss Obligatoire : Aucun trade ne doit être ouvert sans un Stop Loss défini.
  • Limite de Risque : Ne jamais dépasser 2% de risque par trade.
  • Mode Test : Privilégier le "Paper Trading" pour valider de nouvelles stratégies sans risque financier réel.
  • Fail-Safe : En cas de perte de connexion ou d'erreur API, fermer les positions ouvertes ou arrêter les nouveaux trades.

Comments

Loading comments...