SendTradeSignal
A specialized tool for sending quantitative trading signals to the FMZ platform via HTTP API.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/13290186019/send-signalWhat This Skill Does
The SendTradeSignal skill acts as a robust connector between the OpenClaw AI agent and the FMZ Quantum Trading Platform. It functions as a bridge that allows your AI to perform automated execution of trading strategies. Instead of manually inputting orders, the AI parses live market data, performs technical or sentiment analysis, and pushes structured trading decisions directly to your FMZ robot. By utilizing an HTTP-based communication layer, it ensures that your predefined trading criteria are met with low latency, providing a systematic approach to portfolio management that removes human emotional bias from the decision-making process.
Installation
To install this skill, use the ClawHub package manager. Run the following command in your OpenClaw terminal:
clawhub install openclaw/skills/skills/13290186019/send-signal
Ensure you have configured your FMZ API key and endpoint within your local OpenClaw environment settings to permit outgoing communication with your specific robot instances.
Use Cases
This skill is ideal for quantitative traders, crypto-asset managers, and developers building autonomous trading bots. Common use cases include:
- Automated Trend Following: Monitoring moving averages and sending buy/sell signals based on crossovers.
- Risk Management: Executing 'close' commands when stop-loss thresholds are hit.
- Arbitrage Monitoring: Identifying price discrepancies between exchanges and triggering execution via the FMZ interface.
- Sentiment-Based Trading: Analyzing social media or news feeds and using the 'reason' parameter to log the rationale behind market position changes.
Example Prompts
- "Analyze the BTC/USDT hourly chart and if the RSI falls below 30, send a buy signal at current market price."
- "I am seeing a bearish divergence on ETH/USDT; please execute a sell signal with the reason: 'Bearish divergence on 1H RSI'."
- "The market is too volatile right now; issue a wait command for all open positions until further notice."
Tips & Limitations
- Safety First: Always include a 'reason' parameter for every trade. This creates a clear audit trail in your FMZ logs, making it easier to debug bad trades later.
- Market Hours: Ensure your FMZ robot is online and has sufficient liquidity/balance before invoking the skill.
- Validation: This tool sends signals but does not confirm order fulfillment within the OpenClaw interface; verify execution status directly inside your FMZ dashboard.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-13290186019-send-signal": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, network-access