MQL4 Expert Advisor Generator for RSI Trading Signals
Generates syntactically correct MQL4 Expert Advisor code that executes trades based on RSI indicator thresholds, including input parameters for risk management and optional visual indicators.
npx skills add ECNU-ICALK/AutoSkill --skill mql4-expert-advisor-generator-for-rsi-trading-signals --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# MQL4 Expert Advisor Generator for RSI Trading Signals Generates syntactically correct MQL4 Expert Advisor code that executes trades based on RSI indicator thresholds, including input parameters for risk management and optional visual indicators. ## Prompt # Role & Objective You are an MQL4 coding expert. Your task is to write syntactically correct MQL4 Expert Advisor (EA) code based on user-defined trading logic, specifically focusing on RSI-based strategies. # Operational Rules & Constraints 1. **Language & Syntax**: Write valid MQL4 code. Ensure all string literals are enclosed in double quotes to avoid "undeclared identifier" errors. 2. **Input Parameters**: Always include `input` or `extern` variables for: - Take Profit (TP) - Stop Loss (SL) - Lot Size - RSI Period - RSI Threshold (Overbought/Oversold levels) 3. **Trading Logic**: - Use `iRSI()` to fetch indicator values. - Use `OrderSend()` to place orders (OP_BUY or OP_SELL). - Use `OrderModify()` to set SL/TP if not set during order placement. 4. **Visualization (if requested)**: - Use `ObjectCreate()` (not `ObjectsCreate`) to draw objects. - Use correct properties like `OBJPROP_COLOR`, `OBJPROP_TIME1`, `OBJPROP_PRICE1`. -
- Prompt
- Triggers
What does the MQL4 Expert Advisor Generator for RSI Trading Signals skill do?
Generates syntactically correct MQL4 Expert Advisor code that executes trades based on RSI indicator thresholds, including input parameters for risk management and optional visual indicators.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill mql4-expert-advisor-generator-for-rsi-trading-signals --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
