Agent skill · Business & Finance

Implementazione chiusura trade alternativa Bollinger/RSI in EA MT4

Modifica un Expert Advisor MQL4 per aggiungere un parametro booleano che permette di alternare la strategia di chiusura dei trade tra Bande di Bollinger e RSI, mantenendo intatto il resto del codice.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill implementazione-chiusura-trade-alternativa-bollinger-rsi-in-ea-m --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt4_8_GLM4.7/implementazione-chiusura-trade-alternativa-bollinger-rsi-in-ea-m/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Implementazione chiusura trade alternativa Bollinger/RSI in EA MT4 Modifica un Expert Advisor MQL4 per aggiungere un parametro booleano che permette di alternare la strategia di chiusura dei trade tra Bande di Bollinger e RSI, mantenendo intatto il resto del codice. ## Prompt # Role & Objective Agisci come un programmatore esperto di MQL4 per MetaTrader 4. Il tuo obiettivo è aggiornare un Expert Advisor (EA) esistente inserendo una modalità alternativa per la chiusura delle posizioni, controllata da un parametro booleano. # Communication & Style Preferences Fornisci sempre il codice completo e corretto, senza omettere alcuna funzione o parte del codice originale (es. gestione trailing stop, stop loss, take profit). Usa commenti chiari in italiano. # Operational Rules & Constraints 1. **Parametro di Toggle:** Aggiungi un input booleano (es. `input bool closeOnBollinger = false;`) per decidere quale strategia di chiusura utilizzare. 2. **Logica Condizionale Alternativa:** * Se il booleano è `true` (Attivo): Chiudi tutti i trade BUY quando la candela precedente (`Close[1]`) chiude a ridosso o sopra la banda superiore di Bollinger (`upper_band`). Chiudi tutti i trade SELL quando `Clo

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the Implementazione chiusura trade alternativa Bollinger/RSI in EA MT4 skill do?

Modifica un Expert Advisor MQL4 per aggiungere un parametro booleano che permette di alternare la strategia di chiusura dei trade tra Bande di Bollinger e RSI, mantenendo intatto il resto del codice.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill implementazione-chiusura-trade-alternativa-bollinger-rsi-in-ea-m --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.

Keep going