Update to an existing range trading EA

작업 종료됨

실행 시간 3 시간
고객의 피드백
Very fast and accurate. Good comms. Highly recommended.

명시

This is an update to an existing MQL5 EA that is based on a range trading strategy. This was offered to the original developer as a personal job but they have not replied after 5 days.

The requirements should be fairly straight forward to an experienced developer. The bulk of the work has been completed in the first version of the EA, but the following is a small set of modifications needed. I will provide the source code for the existing EA to the developers I short-list (I don't want to give it out to everyone).


London Range Trader -  EA Specification


Overview

  • This is a specification for an update to the London Fake-Out EA.

  • I will provide the source code for the EA to be updated.

  • I require the source code along with the executable file. 


Rename the EA to “London Range Trader”


TIME SETTING


Delete the following parameter and however it is used in the code: 

BrokerTimeZone (default value 0)



ENTRY METHOD


Under Trade_Entries and before Entry_Buffer, add the following option:


Entry_Method

  • Fake_Out (default)

  • Break_Out


If Fake_Out is selected, the EA behaves exactly as the London Fake Out EA using limit orders.


If Break-Out is selected, the EA will place stop orders instead of limit orders. The entry price is the same but instead of a limit sell, a stop buy order is placed; and instead of a limit buy, a stop sell order is placed.


Regardless which entry method is selected, all of the other rules apply to manage the trades.


STOP LOSSES


After Fixed_SL, add the following additional option to move the SL to break-even after price has moved x pips in a favourable direction:


Go_BE:

  • MinVal: 0 

  • Default: 0 (this also means it is not in use)


NB: if this option is used then the Trailing Stop Loss parameters are ignored.


TIME CLOSURES


Add an option for whether positions are closed at a fixed time:


FixedTimeClosure:

  • Boolean or checkbox

  • DefVal = Y


If FixedTimeClosure is set to Y then the ClosePositionsAt is used and all open positions are closed at this time. This is the same behaviour as the London Fake Out EA.


If FixedTimeClosure is set to N then the ClosePositionsAt is ignored and any open positions are allowed to run until they are closed by their TP, SL or TSL. Also, no new orders are to be placed until all open positions have been closed by their TP, SL or TSL. If all positions have closed before RangeTimeStart then the EA can continue as normal; otherwise the EA has to wait until the next day before placing a new order.


TRADING DAYS


Add the option to select or deselect any day of the week i.e. if deselected then no orders will be placed on that day but any existing position that is running is allowed to continue.


This can be Y/N or check-boxes:


Mon: Y/N (default = Y)

Tue: Y/N (default = Y)

Wed: Y/N (default = Y)

Thu: Y/N (default = Y)

Fri: Y/N (default = Y)


OTHER


Under Trade Sizing:

Check the code for the option to use Fixed %, as I’m not convinced this is working correctly. This is supposed to size the trade based on a fixed % of the balance. If necessary, correct as required.


Make the following editable parameters:


Magic Number: defVal ‘5555’


Comment: defVal is the value of Entry_Method



END OF SPEC



파일:

응답함

1
개발자 1
등급
(195)
프로젝트
242
34%
중재
11
45% / 45%
기한 초과
8
3%
무료
게재됨: 1 기고글, 8 코드
2
개발자 2
등급
(75)
프로젝트
80
6%
중재
46
11% / 54%
기한 초과
7
9%
작업중
3
개발자 3
등급
(13)
프로젝트
18
11%
중재
6
33% / 67%
기한 초과
1
6%
무료
게재됨: 1 코드
4
개발자 4
등급
(258)
프로젝트
265
29%
중재
0
기한 초과
3
1%
무료
게재됨: 2 코드
5
개발자 5
등급
(363)
프로젝트
436
54%
중재
22
50% / 14%
기한 초과
30
7%
로드됨
6
개발자 6
등급
(87)
프로젝트
121
68%
중재
5
80% / 0%
기한 초과
12
10%
작업중
7
개발자 7
등급
(54)
프로젝트
102
23%
중재
12
25% / 17%
기한 초과
13
13%
무료
8
개발자 8
등급
(16)
프로젝트
17
35%
중재
2
50% / 50%
기한 초과
0
무료
9
개발자 9
등급
(104)
프로젝트
134
43%
중재
0
기한 초과
3
2%
작업중
10
개발자 10
등급
(273)
프로젝트
396
63%
중재
70
53% / 26%
기한 초과
198
50%
무료
11
개발자 11
등급
(77)
프로젝트
244
74%
중재
7
100% / 0%
기한 초과
1
0%
무료
게재됨: 1 기고글
12
개발자 12
등급
(72)
프로젝트
80
10%
중재
38
8% / 58%
기한 초과
6
8%
무료
비슷한 주문
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
Welcome to the new era of automation I have something very powerful for trades who are looking to make consistent profits in the industry The EA is called Golden Sniper Pro designed specifically for boom index on Deriv broker with a win rate of over 85%. The ea combines EMA and RSI to detect market direction, calculates SL and TP by ATR. Uses tick counts to avoid entries near spike zones, if there was an entry
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

프로젝트 정보

예산
50+ USD
기한
에서 1  5 일