qstrader
AI Trading Assistant for quantumstocks.ru. Automated hedge fund with market analysis, risk management, and trade execution via n8n MCP. Use when analyzing markets, managing positions, risk checks, news, portfolio monitoring, trade journaling. Requires n8n MCP server with broker access.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/antonby77/qstraderWhat This Skill Does
QStrader is a sophisticated AI-driven trading assistant designed for the quantumstocks.ru ecosystem. It acts as a bridge between an AI agent and the n8n MCP server, allowing for automated market analysis, risk management, and secure trade execution. The tool empowers users to monitor portfolios, analyze technical indicators like RSI and MACD, generate LSTM-based price predictions, and assess market sentiment via news feeds. It serves as a comprehensive hedge-fund style workspace that enforces strict risk protocols to protect capital.
Installation
To integrate QStrader into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/antonby77/qstrader
Ensure you have the n8n MCP server configured and operational with your broker credentials before running the skill. Refer to the documentation within the source repository at openclaw/skills for specific environment variable requirements.
Use Cases
QStrader is designed for professional and aspiring traders who require structured, data-backed decision making. Use this skill when you need to perform deep technical analysis on specific tickers, generate long-term price forecasts using LSTM models, perform real-time portfolio health checks, or manage risk thresholds before executing market orders. It is also an excellent tool for maintaining a trade journal, as it automates the logging process while ensuring all safety protocols—such as mandatory stop-loss and take-profit levels—are strictly observed.
Example Prompts
- "Analyze the current technical outlook for ^GSPC and tell me if the indicators suggest a buy based on the latest MACD and RSI values."
- "Run an LSTM price prediction for US500 for the next 10 intervals and check if our current account margin usage is below 50%."
- "Summarize the latest market news for the S&P 500, calculate the risk-to-reward ratio for a potential long position at current prices, and prepare an order confirmation request."
Tips & Limitations
Safety is the primary focus of QStrader. The skill mandates a 2% maximum daily loss limit and enforces stop-loss and take-profit parameters on every position. Never bypass these checks. Always verify numeric inputs; an error in volume or price can lead to significant financial loss. Note that this skill requires an active n8n MCP server, and all trades must be confirmed by the user before execution. Use the risk management scripts provided in the repository to ensure your portfolio stays within recommended volatility thresholds.
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-antonby77-qstrader": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, code-execution