Modify and Add on functions for existing MT4 and MT5 EA

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

Dear Developers,

I have existing EA with mq4 and mq5 files and like to add on extra functions and features for both versions.
This is a grid hedging martingale EA.
Please do not bid if you are not confident of completing the job, let us not waste each other's time.

1. Allow input for different magic number for BUY and SELL (Currently, it is using same magic number for both BUY and SELL)
Eg: Magic number for BUY = 1, Magic number for SELL = 2 
and the same calculation method will apply to the magic number instead of total BUY or total SELL orders

2. Add on time filter for each day individually.
Eg: Mon = 00:01-23:59, Tue = 01:00-23:30 etc. (Monday to Sunday)
True/false to close all trades at end of trading time of this filter for each day. Eg: Tue close all trades at 23:30 True/False, Thur close all trades at 23:30 True/False and so on.
This has to be coded in EA so that no need to disable autotrading.

3. Add on max spread filter
Eg: 0=off, other numbers for spread in points
(If spread and slippage exceeded, retry same order again when conditions are met, but if price falls back to below original intended price, do not retry)
Eg: Max spread is 2 points, slippage is 2points, 1st original BUY price is 1.00001, price drops to 0.99994 and spread widens suddenly to 6points.
Scenario 1 - Price then rises to 1.00007 - do not retry because it went above original BUY price (based on martingale when in loss)
Scenario 2 - Price then drops further to 0.99980 and spread is back to normal at 2points and did not exceed slippage when retrying BUY at 0.99980. Trade to be executed.
The price do not need to be the same as original, as long as it is higher/lower. (If sell, price should be higher, if buy price should be lower because of martingale)

4. Add on news filter based on forexfactory calendar
Eg: News filter is coded into the EA and does NOT require to turn off autotrading.
Inputs = x mins before news, x mins after news
True/false to close all orders x mins before news
During time period of news filter, cannot open new orders and cannot close existing orders even if target is reached.
Exception for equity trailing condition below.

5. Enable/disable total equity trailing in money value during news filter period
Eg: News is 1530hrs, filter starts 10mins before news at 1520hrs, filter ends 10mins after news at 1540hrs.
ONLY during 1520hrs to 1540hrs equity trailing is activated
During time period of news filter, enable/disable equity trailing in money value, but enable/disable block out x mins before and after news absolutely no closing even if trailing hits target.
Inputs: Equity Trailing start when x $ amount floating profit, trailing stop loss x $ amount below trailing start value floating profit, trailing step $0.01 onwards (all in money value)
After 1540hrs, equity trailing is disabled.

6. Enable/disable increase distance by multiplier starting from after x positions of BUY or SELL and continue multiplying.
Eg: Increase distance by multiplier 1.2 after 3 positions. 4th position opens after multiplying by 1.2 x initial distance of 200=240 , 5th position multiply by 1.2 of 4th position distance of 240 and so on.
If 4th to 5th is 240, then 5th to 6th will be 288, 6th to 7th will be 288x1.2=345.6points (roundup to 346)

Separate input for BUY and SELL.

7. Enable/disable VWAP - If price is above VWAP 1 or 2 or 3 allow BUY or SELL only, if price is below VWAP 1 or 2 or 3 allow SELL or BUY only (for counter trend setup).  But if there are existing positions during when price crosses VWAP, continue the original cycle until it ends.
Need 3 VWAP with inputs to Timeframe, period. Eg: H1, Period 10, H4 period 8, D1 period 5, M30 period 14 etc.

8. Add a separate hedging string feature. (specs will  be released to successful candiate)

9. Add licensing to EA


Please ask me any question for further clarification.


Thank you for reading!


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

1
Разработчик 1
Оценка
(160)
Проекты
190
26%
Арбитраж
8
25% / 38%
Просрочено
5
3%
Загружен
2
Разработчик 2
Оценка
(10)
Проекты
10
0%
Арбитраж
1
0% / 0%
Просрочено
1
10%
Свободен
3
Разработчик 3
Оценка
Проекты
0
0%
Арбитраж
0
Просрочено
0
Свободен
4
Разработчик 4
Оценка
(11)
Проекты
26
27%
Арбитраж
3
0% / 0%
Просрочено
1
4%
Загружен
5
Разработчик 5
Оценка
(204)
Проекты
209
28%
Арбитраж
0
Просрочено
3
1%
Свободен
6
Разработчик 6
Оценка
(215)
Проекты
348
16%
Арбитраж
22
41% / 32%
Просрочено
18
5%
Занят
7
Разработчик 7
Оценка
(236)
Проекты
440
26%
Арбитраж
125
21% / 57%
Просрочено
96
22%
Работает
8
Разработчик 8
Оценка
(66)
Проекты
143
34%
Арбитраж
10
10% / 60%
Просрочено
26
18%
Свободен
9
Разработчик 9
Оценка
Проекты
1
0%
Арбитраж
0
Просрочено
0
Свободен
10
Разработчик 10
Оценка
(261)
Проекты
426
38%
Арбитраж
86
44% / 19%
Просрочено
71
17%
Загружен
11
Разработчик 11
Оценка
Проекты
0
0%
Арбитраж
0
Просрочено
0
Свободен
12
Разработчик 12
Оценка
(24)
Проекты
29
38%
Арбитраж
2
0% / 0%
Просрочено
2
7%
Свободен
13
Разработчик 13
Оценка
(11)
Проекты
16
13%
Арбитраж
3
0% / 33%
Просрочено
2
13%
Работает
14
Разработчик 14
Оценка
Проекты
0
0%
Арбитраж
0
Просрочено
0
Свободен
Похожие заказы
EA gold HB king5 100+ USD
// เริ่มต้นโปรแกรม EA input double LotSize = 0.1; // ขนาดของล็อต input double TakeProfit = 50; // จุดกำไร input double StopLoss = 50; // จุดขาดทุน // ฟังก์ชันที่เรียกเมื่อมีการสั่งซื้อ void OnTick() { double MA = iMA(NULL, 0, 14, 0, MODE_SMA, PRICE_CLOSE, 0); // Simple Moving Average (SMA) 14 double Price = Bid; if(Price > MA) // เงื่อนไขสำหรับการซื้อ { if(OrderSelect(0, SELECT_BY_POS) == false) //
I’m looking to turn into code. Trading Instrument - Crude Oil Futures (CL) Chart and Timeframe - 30-second chart Entry Setup 1. Time Focus on the first 30-second candle after 11:00:00 AM New York time. (11:00:00 candle) 2. Candle Size Limit : Skip the trade if the first candle is greater than 10 points. 3. Entry Orders - Place stop orders at the high and low of the first 30-second candle after 11:00:00. - Long Entry
Variable Inputs to be added Order Type : Market , Pending Trade Type : Buy, Sell , Buy & Sell Pending Pips Step : ( Pips Value can be negative or positive to decide on what type of Pending Order ) // If trade type Buy is selected Close Type : Close All ( Bulk Close Option in MT5 ) , Close Individually Close Option : %of Equity , %of Balance , Amount $ , %of No: of Trades Close Type : Buy Only , Sell Only , Buy & Sell
hello there I need a copy trade for mt4 can ANYONE help me with and let discuss on how to go about it kindly send me message to signify and let discuss mind you i need this urgently let connect to discuss and conclude
Below is the pine eidtor script convert it to MQL5 coding language and create bot based on following condition 1. This all should be on 5-minute chart timeframe 2. For Buy side, buy after closing of second candle when buy signal is given and hold buy position until sell signal is given. 3. For sell side, sell after closing of second candle when sell signal is given and hold sell position until next buy signal will be
I would like the better volume indicator 1.6 in a scanner format. Scanning multiple timeframe and pairs of which can be picked. Would like it to provide all standard notifications and also if pressed to go to the a template timeframe and pair. *To be placed in a table format as the one added. To be able to add which time frame you want to see. *To advise me of the following Climax High - turn the text green High
i have a JavaScript of a code which is a indicator of trading view, i want to convert into python script and make a mql5 automated trading bot which can take automatic trade and also exit when the signals come by the indicator
Here's the bot's trading strategy in a nutshell>>> I would like to make a simple scalping MT5 EA trading bot for the synthetic indices, specifically for the Boom 1000 Index. This MT5 EA trading bot will be based off of the 10 period moving average that follows specific rules for entry. The parameters of the moving average are as follows: Period:10 Shift:1 Method:Linear Weight Apply to:Close The bot will only initiate
I would like an existing, older MT4 EA I had developed converted into an MT5 EA and debugged where necessary. The EA is attached and should be fairly self-explanatory. It is a breakout order entry EA with customisable parameters
I require an MT4 Expert Advisor (EA) that automatically places hedge orders when a buy or sell order is placed by me or another EA. The hedge orders will consist of a stop order (either Buy Stop or Sell Stop), with the same lot size as the original order, deployed at a predefined price distance. The EA must ensure that only one hedge order is placed for each trade. The system should monitor trades based on specific

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

Бюджет
30 - 200 USD
Исполнителю
27 - 180 USD
Сроки выполнения
до 10 дн.