Работа завершена

Время выполнения 14 дней
Отзыв от заказчика
Perfect Programmer.....

Техническое задание

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**

Indicator Study

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 


Файлы:

Откликнулись

1
Разработчик 1
Оценка
(633)
Проекты
1001
47%
Арбитраж
33
36% / 36%
Просрочено
98
10%
Работает
Опубликовал: 6 примеров
Похожие заказы
Dear developers I want to create an expert advisor for my strategy. The entry signals quite simple using OHLC, Bollinger, SuperTrend. (Possibly: ICT/FVG) The money and risk management is more difficult using martingale and trailing stops. I also need help to design this before any development
Hello, I am looking for someone who can help me to build a MT4/MT5 forex EA, by analyzing the trading history. You are responsible to find out trading logic behind the EA and Build a new EA that accurately replicates the existing strategy. I need someone who has proven previous experience to build a new EA by reverse engineering. Thanks
Risk management EA 30 - 200 USD
Looking to develop risk management EA for personal use probably commercially in the future. I want the EA to have a display panel with 0.1, 0.2, 0.5,1,2,3 percent risk management button. I also want BE, partial closure of 0.25,0.5,0.75 and full closure panel on both profit and loss. I’ll also like to include trailing stop, 2 trades max per day and BE+spread option. I’ll be attaching the image for a guidance on what
Sierra Chart Alerts to MT5 via Webhook (Alert Manager File Version) Objective: Create a Custom Study (ACSIL / C++) that monitors alerts from the Alert Manager file and forwards any valid alert directly to MT5 via an HTTP POST (Webhook) in JSON format. Additional Note: The study should allow adding any modifications in the future and provide clear insights into the alert points in Sierra Chart. 1. Data Flow Diagram
Ea.Mix 30+ USD
I am in need of a good scalping bot for gold or any currency pair. If you have one that is working, reach out. You must be able to provide a trial version so I can test the bot myself
MT5 Expert Advisor Development Project Overview I am looking for an experienced MQL5 developer to build a custom MetaTrader 5 Expert Advisor based on a grid-cycle trading framework. This is not a standard grid EA . The system combines: Session-based trade initiation Multi-filter signal generation Dynamic grid management Advanced basket management State-machine-driven trade lifecycle management Dynamic take-profit
I am in need of a good scalping bot for gold or any currency pair. If you have one that is working, reach out. You must be able to provide a trial version so I can test the bot myself
Test instructions: - Run EA on US30 (Dow Jones) - Timeframe: H1 - Test period: last 3–6 months - Use default risk settings (1% per setup) - Check Friday breakout logic only Expected behavior: - EA should mark Friday High/Low - Wait for candle close breakout - Wait for retracement into range - Enter only when H1 candle closes inside range - Execute 2 trades per setup (TP1 = 1R, TP2 = 2R) - Respect 1.5% daily loss
ART 1: NUMBER OF TRADES ALLOWED IN ONE DIRECTION: Maximum number of trades in one direction = ------------------------------ ------------------------------ ------------------------------ -------------- par PART 2 PARTIAL CLOSURE OF STOPLOSS: Total STOPLOSS =------ Pips 1a: Percentage of Stoploss =--% 1b Percentage of Lot size =--% 2a: Percentage oe of Lot size =--% f Stoploss =--% 2b
MT5 Expert Advisor (EA) Acquisition Request – Proven XAUUSD Martingale / Grid EA I am looking to purchase a fully developed, actively traded, and proven MT5 Expert Advisor for XAUUSD (Gold) that uses Martingale, Grid, Averaging, Recovery, or Hybrid Recovery techniques. Mandatory Verification Requirement To be considered, please provide: - MT5 Investor Password (Read-Only Access) for verification - Account Number /

Информация о проекте

Бюджет
50+ USD
Сроки выполнения
от 2 до 3 дн.