buy when CCI indicator leaves oversold area in 5min chart while Commodity Channel Index in 1 minute chart enters or is on overbought area and trade must execute during the first candle to open above a certain EMA on the 1min chart, while previous RSI is less than current Relative Strength Index on the 5min chart.
sell when CCI indicator leaves overbought area in the 5 minute chart while the CCI in the 1 minute chart is entering or is on oversold area and trade must execute during the first candle to open below a certain EMA on the 1min chart, while previous RSI is greater than current RSI on the 5min chart.
Sell stoploss: if on 5min chart previous CCI is less than current CCI and previous CCI is less than 100 and current CCI is greater than 100, and Previous RSI is less than current RSI
Buy stoploss: if on 5min chart previous CCI is greater than current CCI and
previous CCI is greater than -100 and current CCI is less than -100, and
Previous RSI is less than current RSI
condition 2
buy on the 5 mins chart
the candle crossing ema24 must have a cci greater than or equals to 100
and also the first candle to open above ema24 must have a cci above 100,
therefore previous cci and current cci must be greater than 100,
and previous RSI must be less than current RSI
sell based on 5 min chart
the candle crossing ema24 must have a cci less than or equals to -100
and also the first candle to open below ema24 must have a cci less than -100,
therefore previous cci and current cci must be less than -100,
and previous RSI must be greater than current RSI.
buy take profit: when price becomes less than ema24 on 5min chart
sell take profit: when price becomes greater than ema24 on 5 min chart
sell stoploss for condition 2: when price becomes above ema24 on 5min chart
buy stoploss for condition 2: when prices become below ema24 on 5min chart
EA must have the options to turn on and off the condition through true and false
EA must have the ability to take profit if price comes up 50 points after going
down more than 100points for a sell, and take profit if the price comes down
50points after going up for more than 100 points if its a buy, some kind of
trailing stop, and must be able to turn it on an off through true and false
EA must have 2 stoploss conditions, and must be able to turn them on and off
through true and false
must also have the option to use points for stoploss and take profit,
therefore 3 stoploss conditions and 2 take profit conditions,
that can be turned on and off.
Similar orders
Hello Traders, Have a trading strategy or idea you want to automate? I specialize exclusively in MQL5 development, helping traders turn their concepts into professional trading solutions. Custom Expert Advisors — automate your strategy and reduce manual execution Custom Indicators — transform your market ideas into powerful trading tools Fix & Debug — identify errors and get your existing code working properly
please share: Strategy description — entry/exit rules, indicators used, timeframe(s), and instrument(s) (a written explanation, screenshots, or an existing indicator/EA to reference all work) Risk management rules — position sizing method (fixed lot / % risk), stop loss / take profit logic, max drawdown or daily loss limits, and whether martingale/grid/hedging is involved Broker & account details — broker name
I need a unique grid trading system for XAUUSD that combines entry, controlled two-sided grid expansion, DCA (Dollar Cost Averaging) basket profit control, hedging. Unlike traditional grid EAs that only trade against price, this unique grid system should dynamically build positions in both directions based on market movement, allowing flexible adaptation to changing conditions ie the grid needs to dynamically move
I need an experienced MQL5 developer to create a fully automated MT5 Expert Advisor called Ayoub Gold EA , focused exclusively on XAUUSD (Gold) . Main requirements: Platform: MT5 / MQL5. Fully automated BUY and SELL trading on XAUUSD. Must support broker suffixes such as XAUUSD, XAUUSD.f and XAUUSDm. Trading strategy based mainly on Range Breakout with trend confirmation. EMA, ADX and ATR filters. London/New York
I need a custom MetaTrader 5 indicator designed specifically for XAUUSD gold trading. The indicator should identify potential buy and sell opportunities, display clear entry and exit signals on the chart, provide alerts, and help identify market trends and possible reversals
Looking for an experienced Sierra Chart ACSIL/C++ developer to customize an existing footprint chart. I need 3 things: 7-Day ATR – calculate and display a configurable 7-day ATR. Custom Footprint – modify my existing footprint chart to match my preferred layout/data display. Automatic LVN – detect and plot Low Volume Nodes automatically based on volume distribution. I already have a working footprint chart, so no
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
1. Title Development of a Custom MQL5 Expert Advisor for XAUUSD (MetaTrader 5) 2. Requirements Specification Overview: I am looking for an experienced MQL5 developer to build a robust, fully custom Expert Advisor (EA) for MetaTrader 5 tailored for trading Gold (XAUUSD). Core Specifications & Features: Asset & Timeframe: Designed specifically for XAUUSD. Timeframe should be selectable directly from the EA inputs
Cerco uno sviluppatore MQL5 esperto per sviluppare da zero un Expert Advisor completamente nuovo per XAUUSD su MT5. Non desidero un semplice Expert Advisor basato su indicatori fissi. Desidero un sistema di trading dinamico e adattivo, in grado di adattare il proprio comportamento alle mutevoli condizioni di mercato di XAUUSD. Lo sviluppatore dovrebbe essere libero di combinare qualsiasi tecnica ritenuta opportuna
I am looking for a Senior MQL5 Developer to create a new MetaTrader 5 Expert Advisor from scratch. I will provide a complete Requirements Specification containing objective entry, exit and risk-management rules. This is not a request to copy or decompile an existing product. Project requirements: Clean and modular MQL5 source code. Exact implementation of the supplied strategy. One signal evaluation per configured