EA to open by last candle closing

MQL4 エキスパート

仕事が完了した

実行時間3 日

指定

Привет всем. Работа и переменные. Постарался написать максимально просто и детально.

Настройки:

1. Order open time - 2:00; 
2. Lot size - 0.1; 
3. Shift (points) - 100; //отступ от High или Low последней свечи для установки Buy Stop или Sell Stop
4. Stop loss - true or false; //включаем SL или нет
5. Stop loss shift (points) - 0; //возможность отодвигания Stop Loss на X пунктов, по умолчанию - 0
6. Take profit - true or false; //берем профит или нет
7. Take profit (points) - 200; //количеcтво пунктов профита
8. Trail stop - true or false; //включаем TS или нет
9. Trail stop starts (points) - 200; //включение TS после прохождения ценой X пунктов
10.Trail stop step (points) - 50; //шаг TS 
11.Delete second order - true or false; //будем удалять второй ордер после открытия первого или оставляем
12.Breakeven - true or false; //выставляем Breakeven или нет
13.Breakeven (points) - 100; //Breakeven после того как цена прошла X пунктов
14.Order close time - 23:58; //время закрытия всех ордеров

Открытие - раз в сутки по установленному времени (open time) как только закрылась свеча. По закрытию свечи выставляются два ордера - BUY STOP (выше high  последней закрытой  свечи на shift (points)) и SELL STOP (ниже low последней закрытой свечи на shift (points)).
1. На каждый ордер ставится (или нет) Stop Loss по умолчанию 0 для:
   а. BUY - low предыдущей часовой свечи
   б. SELL- high предыдущей часовой свечи
2. На каждый ордер ставится (или нет) Take Profit на расстояние Take Profit (points) от цены открытия.
3. На каждый ордер ставится (или нет) Trail Stop с Trail stop step (points) который начинается, когда цена прошла Trail stop starts (points) от цены открытия.
4. При срабатывании одного из ордеров второй ордер удаляется (или оставляется)
5. Время автоматического закрытия всех ордеров - 23:55.

ファイル:

応答済み

1
開発者 1
評価
(878)
プロジェクト
1391
67%
仲裁
117
32% / 42%
期限切れ
215
15%
2
開発者 2
評価
(41)
プロジェクト
61
8%
仲裁
12
58% / 42%
期限切れ
1
2%
仕事中
3
開発者 3
評価
(115)
プロジェクト
129
18%
仲裁
11
27% / 55%
期限切れ
4
3%
4
開発者 4
評価
(374)
プロジェクト
396
31%
仲裁
61
20% / 67%
期限切れ
49
12%
取り込み中
5
開発者 5
評価
(126)
プロジェクト
159
35%
仲裁
4
25% / 50%
期限切れ
13
8%
仕事中
6
開発者 6
評価
(79)
プロジェクト
111
37%
仲裁
0
期限切れ
4
4%
7
開発者 7
評価
(135)
プロジェクト
192
42%
仲裁
17
29% / 59%
期限切れ
28
15%
8
開発者 8
評価
(301)
プロジェクト
506
47%
仲裁
29
10% / 41%
期限切れ
138
27%
仕事中
9
開発者 9
評価
(24)
プロジェクト
28
32%
仲裁
1
0% / 0%
期限切れ
0
10
開発者 10
評価
(2052)
プロジェクト
2607
62%
仲裁
113
45% / 26%
期限切れ
417
16%
仕事中
11
開発者 11
評価
(55)
プロジェクト
96
40%
仲裁
13
38% / 62%
期限切れ
25
26%
12
開発者 12
評価
(1060)
プロジェクト
1399
45%
仲裁
47
72% / 13%
期限切れ
35
3%
13
開発者 13
評価
(169)
プロジェクト
204
30%
仲裁
25
40% / 44%
期限切れ
12
6%
14
開発者 14
評価
(566)
プロジェクト
639
41%
仲裁
21
57% / 29%
期限切れ
45
7%
取り込み中
15
開発者 15
評価
(90)
プロジェクト
128
34%
仲裁
13
38% / 31%
期限切れ
31
24%
仕事中
16
開発者 16
評価
(5)
プロジェクト
11
18%
仲裁
0
期限切れ
3
27%
17
開発者 17
評価
(467)
プロジェクト
496
53%
仲裁
10
60% / 20%
期限切れ
3
1%
18
開発者 18
評価
(86)
プロジェクト
114
26%
仲裁
7
29% / 57%
期限切れ
5
4%
19
開発者 19
評価
(76)
プロジェクト
129
49%
仲裁
5
80% / 0%
期限切れ
6
5%
20
開発者 20
評価
(126)
プロジェクト
151
48%
仲裁
6
83% / 17%
期限切れ
2
1%
21
開発者 21
評価
(2)
プロジェクト
2
0%
仲裁
1
0% / 100%
期限切れ
0
類似した注文
When placing trades through the MT4 platform, it is not possible to get detailed trade analytics within MT4. The platform only provides a basic list of trades taken and the PnL. It does not even allow basic charting and trade analytics which makes it very difficult to figure out which trades are working, which ones are not, and why. For this reason, I am planning to develop a web app that will get trade-related data
I need someone who would use four moving averages on the mt4 and mt5 platform to create a trading robot The first moving average period would be 10, method is simple, applied to close, The second one is period 30,method is exponential, applied to close, the third one is period 50, method is simple , applied to close. The fourth one is period 200, method is simple and applied to close The 200 has to cross the rest of
THE STRATEGY • TREND DSRECTSON • V – PATTERN AND SNVERSE • Z – PATTERN • SUPPORT AND RESSSTANCE FOLLOW THE RULES OF THSS STRATEGY AND YOU SHALL NEVER GO WRONG* STRATEGY REQUSREMENT • BROKER THAT OFFERS NASDAQ. • BROKER THAT ALLOWS YOU TO TRADE NASDAQ WSTH 0.01 LOTS • LEVERAGE 1.500 NOT MORE THAN THSS. • EQUSTY OF ABOUT $500 AND ABOVE • TAKE TRADES ONLY ON H1 RECOMMENDED BROKERS PEPPERSTONE OANDA AVATRADE NASDAQ
I hope this message finds you well. I am currently seeking an experienced MQL developer to work on a project that involves modifying an existing trading robot and creating a new version with specific enhancements and customizations. I have the source code of a trading robot that I would like to modify. Requirements: Experience with MQL4 and MetaTrader 4 platform. Strong understanding of trading algorithms and
The strategy is based on identifying overbought and oversold conditions across multiple timeframes. The primary indicator used is the stochastic indicator. Stochastic Settings: • %K period: 100 • %D period: 5 • Slowing: 4 •Price field : close/close For buying: • stochastic Signal line/Both Most be in the oversold zone (20 level of stochastic) on the H4, H1, 30m, 15m, 5m, and 1m timeframes. Final confirmation For a
Hello, I need an EA that can pass the challenge of the main prop firm preferably without using grid/martingal. Respecting the daily 5% DD and the 10% overall drawdown. Aiming for 5-10% a month
If you could develop it to open trades within 1 second immediately a signal comes. Positions should be opened instantly. I would be privileged to work with you. Developer must have developed a ln expert like this before
I am looking for a skilled developer to create a Forex trading bot for MT4 with the following features and indicators: Indicators: EMA 20, EMA 50, EMA 200, BB 600. Trade Conditions: The bot should look for high or low test conditions in Forex pairs. Notification: The bot should message me via Telegram when it finds a trade based on the parameters. Trade Execution: If I approve the trade by replying 'yes' on Telegram
I am looking for a developer to help automate my strategy. This project is solely on candlesticks and price action. 1. It should have a TP and engage partial exit. 2. Should not have SL but Trailing stop loss. For more details will be share to interested developer
I have a profitable trading strategy that uses a variety of indicators and on screen arrows and dots to determine when to open and close trades. I would like to work with a developer who can automate this strategy and turn it into an expert advisor. Currently the strategy indicators are MT4 executables, but I would like the EA to be compatable with MT5. Budget is $500 (negotiable). I will provide assets once

プロジェクト情報

予算
200+ USD
開発者用
180 USD
締め切り
最低 4 最高 8 日