Grid and Time

MQL5 エキスパート

指定

The developer will develop the following EAs:

-         1x MetaTrader 5 EA:
Name: Grid and Time

Grid and Time will be developed for MetaTrader 5.

The developer will provide the source code as well.

The developer proposed a deadline of X days, the developer will deliver the EA on date: XXX.

1. The idea of the trading system is as follows:
The EA will start a sequence of buy and/or sell market orders grid or martingale styles at a specified starting time defined by the user. Once the grid/martingale will close the trades with a Take Profit, the EA will stop running or stop opening new trades.

Parameters:

Starting Time

Buy

Sell

Initial Lot Size (in lots)

Max Lot Size

Pip Step (in points)

Method of Increase

Average Take Profit (in points)

 

2. The logic of the EA is as follows:

Logic:

Starting time:

User must specify at what time the EA will open the 1 sttrade/s.
If BUY = YES, SELL = NO
à 1 trade BUY direction
If BUY = NO, SELL = YES
à 1 trade SELL direction
If BUY = YES, SELL = YES
à 1 trade BUY direction, 1 trade SELL direction

Starting time must be in this format HH:MM:SS
HH stands for Hour
MM stands for Minutes
SS stands for Seconds.

The time will be the one of the broker’s server, so no need for adjustments.

Buy:

Yes/No: if "Yes", the EA will open  buy market orders as soon as activated according to Starting time, if "No", the EA will  not open buy market orders once activated according to Starting time.

Sell:

Yes/No: if "Yes", the EA will open sell market orders as soon as activated according to Starting time, if "No", the EA will not open sell market orders once activated according to Starting time.

Initial Lot Size:

It specifies the Initial Lot Size: minimum 0.01.
The max lot size will be the max allowed lot size by the broker depending on the instrument e.g. FX might have a max lost size whereas indexes might have a different max lot size. It is important that once the max lot size is reached, the EA will have to keep opening orders with the max lot size as well.
The max lot size will be specified by the user in the max lot size input.

Pip Step:

Distance between orders. e.g. The EA is set to Buy "Yes" and Sell "No", as soon as activated according to Starting time, it opens 1 buy position, if the market drops, the EA will open a position at X amount of distance(in points) from the first order and so on. The EA is set to Buy “Yes” and Sell “Yes”, as soon as activated according to Starting time, it opens 1 buy and 1 sell positions, if the market drops, it will open an additional buy (see take profit section as well).

Method of Increase:

I should be able to select 2 methods from a drop list menu. "Sum Increase" or "Multiplier".

Sum Increase: the EA will increase the lot size of the 1 storder by adding X amount of lots
e.g. first trade 0.01, sum increase set at 0.04, the second trade (in case the market goes against the first trade) should be 0.01 + 0.04 = 0.05 lots (to recap 1st trade 0.01, second trade in the grid 0.05). In case the market keeps going against the 1st and 2nd trades, the 3rd trade lot size should be 0.05 + 0.04 = 0.08.

Multiplier: the EA will increase the lot size of the 1st order by multiplying X amount of lots
e.g. 1st trade 0.01, multiplier set at 3, the 2nd trade (in case the market goes against the 1st trade) should be 0.01 * 3 = 0.03 lots (to recap 1st trade 0.01, 2nd trade in the grid 0.03). In case the market keeps going against the 1st and 2nd trades, the 3rd trade lot size should be 0.03 * 3 = 0.09.

Average Take Profit:

The EA must be able to set an average take profit in points.
e.g. if there are 3 buy trades opened (trade #1 0.01 lots, trade #2 0.02 lots, trade #3 0.03 lots), the EA will have to set an average take profit of X amount of points.
Once the take profit is reached, the EA will close the 3 trades.


e.g. if there are 3 sell trades opened (trade #1 0.01 lots, trade #2 0.02 lots, trade #3 0.03 lots), the EA will have to set an average take profit of X amount of points.
Once the take profit is reached, the EA will close the 3 trades.

*** I EXPECT THE DEVELOPER SUGGESTIONS FOR THE TAKE PROFIT***

If you have experience with grid and martingale systems, you understand what I am saying.


Scenario 1

The EA started at 10:23:42 am.

The EA opens 1 BUY trade (BUY = YES; SELL = NO), Trade #1.

The market drops by X points, the EA opens Trade #2.

The market drops by X points, the EA opens Trade #3.

The market rise, Average Take Profit of Trade #1, Trade #2, Trade #3 is 10 points.

The EA closes the trades.

The EA stops working.

Scenario 2

The EA started at 10:23:42 am.

The EA opens 1 SELL trade (BUY = NO; SELL = YES), Trade #1.

The market rises by X points, the EA opens Trade #2.

The market rises by X points, the EA opens Trade #3.

The market rises, Average Take Profit of Trade #1, Trade #2, Trade #3 is 10 points.

The EA closes the trades.

The EA stops working.

Scenario 3

The EA started at 10:23:42 am.

The EA opens 1 BUY trade 1 SELL trade (BUY = YES; SELL = YES), Trades #1 and #2.

The market drops by X points, the EA opens Trade #3 BUY.

The market drops by X points, the EA opens Trade #4 BUY.

The market rise, Average Take Profit of Trade #1, Trade #2, Trade #3 is 10 points.

The EA closes the trades.

The EA stops working.

Scenario 2

The EA started at 10:23:42 am.

The EA opens 1 SELL trade (BUY = NO; SELL = YES), Trade #1.

The market drops by X points, the EA opens Trade #2.

The market drops by X points, the EA opens Trade #3.

The market rise, Average Take Profit of Trade #1, Trade #2, Trade #3 is 10 points.

The EA closes the trades.

The EA stops working.

 



応答済み

1
開発者 1
評価
(94)
プロジェクト
190
66%
仲裁
8
25% / 50%
期限切れ
2
1%
2
開発者 2
評価
(34)
プロジェクト
60
23%
仲裁
11
73% / 9%
期限切れ
3
5%
3
開発者 3
評価
(65)
プロジェクト
96
52%
仲裁
3
33% / 67%
期限切れ
24
25%
4
開発者 4
評価
(283)
プロジェクト
508
35%
仲裁
63
33% / 35%
期限切れ
184
36%
取り込み中
5
開発者 5
評価
(15)
プロジェクト
16
19%
仲裁
2
0% / 50%
期限切れ
1
6%
6
開発者 6
評価
(154)
プロジェクト
276
34%
仲裁
14
29% / 50%
期限切れ
42
15%
仕事中
7
開発者 7
評価
(228)
プロジェクト
234
29%
仲裁
0
期限切れ
3
1%
パブリッシュした人: 2 codes
8
開発者 8
評価
(284)
プロジェクト
458
39%
仲裁
93
44% / 18%
期限切れ
72
16%
取り込み中
パブリッシュした人: 2 codes
9
開発者 9
評価
(69)
プロジェクト
146
34%
仲裁
11
9% / 55%
期限切れ
26
18%
パブリッシュした人: 6 codes
10
開発者 10
評価
(570)
プロジェクト
941
47%
仲裁
302
59% / 25%
期限切れ
125
13%
仕事中
類似した注文
i NEED SOMEONE WHO CAN HELP ME CREATE A BOT THAT EXECUTE AND CLOSE TRADE AUTOMATICALLY ONLY FOR GOLD (XAUUSD) . A BOT THAT DOES NOT TRADE THE NEWS BUT ONLY TAKE TRADE ON ITS OWN AUTOMATICALLYON A NORMAL TRADING DAYS , I DONT MIND IF YOU ALREADY HAVE ONE THAT YOU ALREADY CREATED BUT TRUST AND HAVE A GOOD PERCENTAGE WIN RATE . I WANTS A BOT THAT USES (SL & TP) ON ITS OWN , OPENING AND CLOSES TRADE AUTOMATICALLY WITHOUT
Busco programador para crear un bot de trading automático. El bot operará en opciones binarias en Nadex, basado en la relación entre dos índices. La estrategia completa será entregada por privado al programador que acepte el trabajo. Requisitos: • Operación automática con delay configurable. • Entrada basada en datos de otro activo. • Personalizable en cantidad, expiración y lógica. • Código fuente incluido
Hello, I'm currently seeking a skilled and reliable MQL4 developer to assist in modifying and enhancing my Expert Advisor, Reversal Master V10.1 , to its next version V12.1 FF . This update involves integrating several advanced third-party indicators and implementing new trading logic based on clearly defined conditions to improve performance and strategy precision. If you have experience in EA development and enjoy
Hello, I'm currently seeking a skilled and reliable MQL4 developer to assist in modifying and enhancing my Expert Advisor, Reversal Master V10.1 , to its next version V12.1 FF . This update involves integrating several advanced third-party indicators and implementing new trading logic based on clearly defined conditions to improve performance and strategy precision. If you have experience in EA development and enjoy
Project Description: I am looking for a highly skilled MQL5 developer to create a robust solution for a persistent TLS handshake failure. My Expert Advisor (EA) needs to connect to a secure WebSocket server ( wss:// ) hosted on Railway.app or any other online websocket provider, but the connection consistently fails during the security negotiation phase. Ideal Candidate Skills: Deep expertise in MQL5 programming
I need an experienced developer to convert my MT4 EA based on the Super Trend indicator to MT5. The new EA should also include additional features. Essential modifications: - Incorporate additional indicators: Moving Average and PSAR. - Add custom alerts: Push and sound notifications. - Implement money management rules
I have a custom EA that I need optimized. I need it optimized for many pairs and the set files sent to me. The EA was created a few months ago, it works, but I need it optimized for it to run better
hello freelancers i need some one with a profitable ea for gold and dj30 i need the ea to be a scalping ea which places orders with sl and tp of 200 points for each trade and have a winning rate of more than 70 percent. if you have it already please apply for this
A robot 50+ USD
hy i am looking for someone who can fix robot for me .i need someone who know about order block .my entries are only order block. I have robot already i need only fix it.i just need someone who can fix this as soon as possible
Hello, I m looking for experienced developer to code me indicator Market structure all in one in my EA MONEYPAL, to open trade on FVG separated by fractal signals.Thank you Regards

プロジェクト情報

予算
40+ USD
VAT(付加価値税) (22%): 8.8 USD
合計: 48.8 USD
開発者用
36 USD