i would like to add in CCI Color Indicator to enhance the trade entry and exit.
entry : need to fulfill CCI Color and Trend Color (both must same color)- enter on next candlestick;
example for enter: Indicator trend color and indicator CCI must same color (light green "Buy" & red "sell")
exit: 2 choice,
1)one is TP/SL;
2)CCI COLOR "X" Symbol perform or changed opposite color
-condition : trade must in profit, all sell trade or all buy trade either one side.
** help change also the default TP set 1 instead of 100
**THIS EA I WILL SELL/RENT ON MARKET KINDLY FOLLOW MQL5 REQUIREMENT**

This is previous explanation for EA Trend Color
EA Function using Trend Colored Indicator:-
Strategy:
Use H4 time frame to get direction (green "Buy/Long" or red "Sell/Short"), execute trade at smaller time frame (User attached EA at M1,M5,M15,M30,H1).
Open Trade explanation :- Candlestick Color " Solid " = Light Green and Red;
- Dark Green or Pink : is get ready for execution;
- "Solid" Light Green = execute/open "Buy/Long" trade (current candlestick);
- "Solid" Red = execute "Sell/Short" trade (Current candlestick);
Close Trade explanation : - If Sell order Hit Target Price (TP), close all sell trade, Same for Buy order, Hit Stop Loss (SL) close all order.
EA Performance:-
1) Can open Multi trade/order MUST FULLFILL 2 condition or criteria below;
-Trade distance -set by user -default 200 points else faults trade ;
-Total trade not more than user set -default 10 trades for Buy/Long, 10 trades for Sell/Short else faults trade;
(Remarks-total order add separately (if found buy and sell order in one chart :default setting :buy's trade=10 orders and sell's trade=10 orders))
- MUST have this two condition, ELSE faults no open trade.
2) EA Take Profit must include :SWAPS , commissions and spread, example TP set 100, SWAPS 0.03, commission 0.05, EA will close at 108 points or 1.08.
3)Distance description : order or trade in between must must 200 points (default distance is : 200) , Long/ buy order look for last buy open order, short/sell order look for short open order. Else fault to open trade.
4)Multiplier description: always use the last order to multiply, default setting: 1.5.
5) No open trade or order when last order in profit ;
Scenario 1- Buy order have 3 trades, 1 of them in profit. NO ORDER OPEN
Scenario 2- Buy order have 5 trades, sell order have 2 trades, 1 of the sell in profit, non buy order in profit, NO ORDER FOR BUY ,SELL ONLY.
Scenario 3- Buy order have 2 trades, sell order have 1 trade, 2 of them (Buy and Sell order) have 1 order in profit. NO ORDER OPEN-BOTH
Panel Display:-
EA Comment ;
Quantity Buy/Long Trade open Vs Max Trade ;
Quantity Sell/ Short Trade open Vs Max Trade ;
Sell Trade : Profit or Loss in currency;
Buy Trade : Profit or Loss in currency;
Chart Display:-
Breakeven Line ;
TP line ;
Stop loss Line ;
EA Input with (Default Setting):
1)Open New Series: True (Faults means no Trading)
2)Trade Buy: True (Faults Means no buy order)
3)Trade Sell: True (Faults Means no sell order)
4)Support Manual Order: True (Faults means only read Magic Number orders)
5)Max Order (SELL): 10 (sum of total short/sell order)
6)Max Order (Buy): 10 (sum of total long/buy order)
7)Order Comment: Trend Color EA (written on each trade open)
8)Start Lots : 0.01 (smallest lot size)
9)Lot Multiplier : 1.5 (use last order to multiply, not first order or sum of lots)
10)Distance : 200 (in between order, Sell vs Sell, Buy Vs Buy)
11)Max Lot :5.0 (Sum of lots, Short + Long)
12)TP : 100 points
13)SL : 0 point
14)Magic EA :0
Commandes similaires
I DO NOT need any programming or strategy development. I already have a working NinjaTrader 8 automated strategy based on a 3/5 EMA crossover. I need you to run my existing strategy through NinjaTrader Strategy Analyzer/Optimizer, test the existing adjustable parameters, and find robust settings with the best profit factor and lowest reasonable drawdown. I will provide the existing NinjaScript ZIP. I do not want the
I am looking to acquire an EXISTING and PROVEN MetaTrader 5 Expert Advisor. I am NOT looking for someone to develop a random new strategy from scratch. The objective is to find a robust EA with an existing track record, verify its performance and robustness, and purchase the MQL5 source code together with clearly defined commercial rights. MAIN REQUIREMENTS The EA should meet most or all of the following
Looking to acquire an existing, proven EA. Not looking for new strategy development. REQUIREMENTS — non-negotiable: Minimum 12 months verified LIVE history (Myfxbook or MQL5 Signals, real money — not demo, not backtest) Hard stop loss on EVERY trade, set at order placement NO martingale, NO grid, NO averaging into losers, NO lot multiplication after a loss Max historical drawdown under 30% Minimum 5 trades per
Project Description I am looking for an experienced MQL5/MT5 Expert Advisor developer to develop an automated trading EA for XAUUSD on the M3 timeframe , running on an Exness account . The EA will automate a manual strategy based on SNR/GAP zones , using two setup types: Price Rejection Price Correction The EA should identify valid BUY/SELL setups around predefined SNR/GAP areas, apply configurable RSI, SMA, EMA and
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
//———————————————————————————————————————————————————————————————————— 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
SPECIFICA TECNICA 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 comportamento alle diverse condizioni di mercato di XAUUSD. Lo sviluppatore può utilizzare tecniche appropriate quali trend Following
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
Title: Multi-Timeframe Pure Price Action & Elliott Wave Execution Bot for XAUUSD 1. Project Overview I need a robust, automated trading bot (Expert Advisor) for MetaTrader 5 (MT5) to trade XAUUSD (Gold) exclusively. The strategy is built entirely on Top-Down Multi-Timeframe (MTF) market structure, pure price action, and Elliott Wave principles. It does not use traditional lagging technical indicators (like RSI or