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
評価
(295)
プロジェクト
525
35%
仲裁
62
34% / 35%
期限切れ
189
36%
仕事中
5
開発者 5
評価
(15)
プロジェクト
16
19%
仲裁
2
0% / 50%
期限切れ
1
6%
6
開発者 6
評価
(156)
プロジェクト
280
35%
仲裁
14
29% / 50%
期限切れ
42
15%
7
開発者 7
評価
(238)
プロジェクト
244
31%
仲裁
0
期限切れ
3
1%
パブリッシュした人: 2 codes
8
開発者 8
評価
(284)
プロジェクト
459
39%
仲裁
94
44% / 18%
期限切れ
73
16%
取り込み中
パブリッシュした人: 2 codes
9
開発者 9
評価
(69)
プロジェクト
146
34%
仲裁
11
9% / 55%
期限切れ
26
18%
パブリッシュした人: 6 codes
10
開発者 10
評価
(574)
プロジェクト
945
47%
仲裁
303
59% / 25%
期限切れ
125
13%
類似した注文
🔹 1. Core features (must have) Multi-account connection: MT5, can run many different brokers with different suffixes Real-time order copy: When the master opens/cuts/edits the order → the follower matches exactly. Low latency (the closer to 0 seconds the better). Customize copy volume: Fixed lot (fixed volume). Proportional lot (by % of capital). Multiplier (multiplier). Copy by order type: Choose to copy Buy/Sell
Pocket option bot 50 - 100 USD
I want a developer that can build a pocket option bot, You can only send application if you are experienced pocket option bot developer The bot should be develop base on my details that I will provided to the person that send application Best Regard
🔹 Job Offer: MQL5 Developer Needed for Prop Firm Challenge MT5 EA (US30 / GER40) I am looking for an experienced MQL5 programmer to build a high-performance trading bot for MT5, designed to pass prop firm challenges with selected providers. The EA should be focused on index trading , specifically US30 (Dow Jones) and GER40 (DAX) . Requirements: Proven expertise in MQL5 and algorithmic trading Development of a fast
Hello, good day to you Developers, I am looking for someone that can deliver on a project with the following requirements: The job I am about to give out will involve "Tradingview" and "cTrader" Tradingview: for analysis, as the Strategy uses one second charts/candles, cTrader: for executing and managing the trades. - For this cBot to work well for the project's aims, SPEED of execution is of upmost importance. - The
Job Description: · I am looking for an experienced MQL4 developer to create a high-speed scalping EA for US30 and DE40. The EA must be optimized for ultra-fast execution and should not rely on any indicators—only price action and pending orders (Buy Stop & Sell Stop). · I have written a complete and detailed documentation outlining the logic, execution flow, risk management, and required settings
The following Logic should be created example entryprice 3000 SL in the beginning 2996 Price reaches Entrpy oint = 3000 nothing happens Price reaches Entry point +NowTrailingSL_value(=2.0) price is then 3002 SL is moved to = 3000.20 ( is 3000+ 0.20) Price reaches Entry point +TopOnNowTrailingStoplossValue(=4.0) price is then 3004 SL is still 3000.20 Nothing happens Price reaches Entry point
I 'm contacting you because I'm currently managing an Excel project that centralizes the results monitoring of my trading accounts and the technical characteristics of my Expert Advisors (EAs) . The current system consists of several linked spreadsheets where : • Trading data is automatically uploaded from FXBlue/CSV • Key metrics are consolidated (Win Rate, Profit Factor, Expectancy, SQN, Drawdown, MAR , etc.) •
Looking for an EA that has been previously tested and can pass prop firm challenges. You will need to demonstrate the EA to showcase true nature. Please only apply if you have a system ready. This can be a previous job you already done for someone or have something in the files
Mthizo trades 30 - 200 USD
- *Currency Pairs*: Major pairs such as EUR/USD, XAU/USD and GBP/USD - *Funding Currency*: South African Rand (ZAR) - *Initial Deposit*: R100 (may require additional deposit for live trading) - *Risk Management*: Basic risk management features, such as stop loss and take profit - *Strategy*: Pre-defined strategy based on Smart Money Concept principles - *Cost*: Approximately R100-R200 (one-time cost or
I am interested in purchasing a ready-made automated EA (Expert Advisor) that is already tested and profitable. My key requirements are: Consistent profits with proven results (backtests and/or live performance) Low to medium risk, not overly aggressive Works on major forex pairs, indices, or gold Ready to use with minimal setup If you have an EA that meets these criteria, please share details, performance records

プロジェクト情報

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