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
評価
(308)
プロジェクト
553
35%
仲裁
79
32% / 42%
期限切れ
200
36%
取り込み中
5
開発者 5
評価
(15)
プロジェクト
16
19%
仲裁
2
0% / 50%
期限切れ
1
6%
6
開発者 6
評価
(160)
プロジェクト
285
35%
仲裁
18
22% / 61%
期限切れ
42
15%
取り込み中
7
開発者 7
評価
(253)
プロジェクト
259
30%
仲裁
0
期限切れ
3
1%
パブリッシュした人: 2 codes
8
開発者 8
評価
(295)
プロジェクト
474
39%
仲裁
103
41% / 23%
期限切れ
79
17%
多忙
パブリッシュした人: 2 codes
9
開発者 9
評価
(69)
プロジェクト
146
34%
仲裁
13
8% / 62%
期限切れ
26
18%
パブリッシュした人: 6 codes
10
開発者 10
評価
(574)
プロジェクト
945
47%
仲裁
309
58% / 27%
期限切れ
125
13%
類似した注文
Do you need a profitable and well-structured trading strategy converted into a fully automated Expert Advisor on the MT5 platform? I specialize in developing advanced, high-performance EAs with: ✅ Smart entry & exit logic ✅ Risk-based lot size calculation ✅ Break-even & trailing stop system ✅ Spread & session filters ✅ Daily drawdown protection ✅ Prop firm (FTMO-style) risk compliance ✅ Fully automated trade
Are you tired of sitting in front of the charts for hours, only to end the day with more losses than win ? Most traders fail because they rely on emotions, inconsistent strategies, and sleepless nights trying to rims the market, That's why we created an advanced Forex trading robot designed to create smarter, faster and more efficiently than any human ever. Here is what you will get: Already made automated trading
Hello, I'm looking to find out the cost of creating a mobile trading robot. I've tried to describe it as thoroughly as possible in the following document. I look forward to your response. I'd like to know the costs, delivery time, and how you plan to implement it before making a decision
I have an existing MT5 Expert Advisor (“E-Core”). I need an experienced MQL5 developer to integrate a structured risk management upgrade and a higher timeframe trend filter into the current code. Two files will be provided: 1️⃣ E-Core Source Code (Current Version) 2️⃣ Update Instructions File (contains exact inputs, functions, and logic to integrate) The developer must: Integrate the update logic
Gunts 30 - 50 USD
Modification of EA and addition of tradovate indicators to mt5 EA as part of signal generation. To improve entry, display and management of trades in my EA using signals from tradovate indicators count
DO NOT RESPOND TO WORK WITH ANY AI. ( I CAN ALSO DO THAT ) NEED REAL DEVELOPING SKILL Hedge Add-On Rules for Existing EA Core Idea SL becomes hypothetical (virtual) for the initial basket and for the hedge basket . When price hits the virtual SL level , EA does not close the losing trades. Instead, EA opens one hedge basket in the opposite direction. Original basket direction Hedge basket direction (opposite) Inputs
Billionflow 30 - 100 USD
Trading specifications: Indicators: Bollinger band ( Period 40, Deviation 1 apply to close) Moving Average (Exponential ) Period 17 applied to high Moving Average ( Exponential ) Period 17 applied to low But Signal enter a buy trade when prices crosses the lower band of the bollinger band up and also crosses the moving average channel of high and low the reverse is true for sell signal
Hello, I am a user of the "BUY STOP SELL STOP V6" trading bot, which is an advanced Grid System bot. The bot is primarily designed for Gold (XAUUSD), but I want it to work on all currency pairs. "The bot contains a privacy/protection code that prevents it from running on other accounts or being modified on any platform, as it has a client account number lock mechanism" --- Bot Description & Current Settings Bot Type
Kindly see details below BUY ALERT 1. Supertrend turns Bullish 2. On this candle , or the last 10, BBStops is Bearish 3. On this candle , or the last 10, price was < or = MA1 4. Instrument is in trend (STEP MA1 and STEP MA 2 are both Bullish) 5. Distance in pips between Lowest price during last time BBstop was Bearish, and the value of Step MA 1 at last bearish candle of Step MA1
Looking to purchase a Good forex or gold/ BTC trading EA and it's source code. Must be compatible with low budget like less than $500 accounts, Must need no manual intervention and run fully automated. If you are interested in selling me the source code, please share the Read only account access where the EA has already been running on, so i can check past performance and get an idea on how it works or runs. Dont

プロジェクト情報

予算
40+ USD