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
評価
(243)
プロジェクト
430
34%
仲裁
54
37% / 39%
期限切れ
157
37%
取り込み中
5
開発者 5
評価
(15)
プロジェクト
16
19%
仲裁
2
0% / 50%
期限切れ
1
6%
6
開発者 6
評価
(143)
プロジェクト
255
35%
仲裁
12
25% / 58%
期限切れ
42
16%
7
開発者 7
評価
(202)
プロジェクト
206
27%
仲裁
0
期限切れ
3
1%
8
開発者 8
評価
(256)
プロジェクト
415
38%
仲裁
86
44% / 19%
期限切れ
70
17%
多忙
9
開発者 9
評価
(66)
プロジェクト
143
34%
仲裁
10
10% / 60%
期限切れ
26
18%
10
開発者 10
評価
(563)
プロジェクト
932
47%
仲裁
302
59% / 25%
期限切れ
124
13%
多忙
類似した注文
Creating of an expert advisor or trading bot that uses a Top Down analysis (using monthly, weekly, daily, hourly, minutes ( 30, 15, 5, 1) to determine trade direction or trend direction and makes multiple trade decisions for mt4. You can use or combine accurate trend indicators
Creating of an expert advisor or trading bot that uses a Top Down analysis (using monthly, weekly, daily, hourly, minutes ( 30, 15, 5, 1) to determine trade direction or trend direction and makes multiple trade decisions for mt4. You can use or combine accurate trend indicators
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
I am looking forward to automate my trading strategy where I use renko bars on Tradingview. I really want to use unirenkos too, but unfortunately I couldn't figure out how to use ninjatrader on my MacBook and Tradingview does not offer unirenkos. As far as I see from your offered services you are very familiar with ninjatrader. I wanted to ask you if you could code me an Indicator for unirenkos for Tradingview so I
I am looking forward to automate my trading strategy where I use renko bars on Tradingview. I really want to use unirenkos too, but unfortunately I couldn't figure out how to use ninjatrader on my MacBook and Tradingview does not offer unirenkos. As far as I see from your offered services you are very familiar with ninjatrader. I wanted to ask you if you could code me an Indicator for unirenkos for Tradingview so I
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
Hello, I want to create an EA that can be able to take and optimise trade bids using the trend tracker concept I have developed. The tracker will monitor 2 lines to determine the trend of the market and afterwards take bids towards the correct direction. It will also be able to use a distance between the bids for the direction of the trend and plan a reverse bid when the price of the extreme doesn’t change again. The
Gradient boosting and L2 100 - 200 USD
I am looking for a well experienced programmer to put/implement a gradient boosting algorithm and an L2 to reduce overfitting in my ea which l already have which uses indicators . If you are experienced please adhere
Hello, I'm looking for a developer for repair calendar in EA MT4/MT5 (News Filter - https://ec.forexprostools.com ) for all windows servers. Note: EA MT4/MT5 works with calendar on PC Win 10, 11 but not on all windows servers. I have the source code and will post within the comments section for review. If you are able to do this and quality. Please apply. Thanks
Create mt4 ea 50+ USD
To convert the provided MT4 indicator script into an Expert Advisor (EA) and implement prompt functionality for user input, we need to modify the code to handle external parameters and provide a user-friendly interface. Below is the EA code that incorporates prompts for user inputs

プロジェクト情報

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