Техническое задание

The EA should buy and sell every time at a fixed number of points from the actual price 
of the  forex currency pair of the graph where I put the EA on.

The settings of the EA should leave the possibility of assigning:
a. a magic number and a comment to the order
b. the variable "STshort" ( = basic step distance from the current price, expressed in points, to which you want to insert the sell stop order). N.B. the price of the pending order must in any case be set to a whole pip value. 
c. the variable "STlong"  (= basic step distance from the current price, expressed in points, to which you want to insert the buy stop order). N.B. the price of the pending order must in any case be set to a whole pip value as.
d1. the variable "Gshort" ( = gain in points from the first xecuted short order that you want to achieve before closing all the executed orders still opened (both long and short orders).
d2. the variable "Glong" ( = gain in points from the first xecuted long order that you want to achieve before closing all the executed orders still opened 
(both long and short orders).
e. the trading hours for each trading days
f. whether to use fixed lot or money management for the volume of orders to be inserted, allowing then to set the fixed lot or the percentage of risk on the equity, or the Xbalance

The instructions in the EA script should be like the following:

2. set variable of name "p" = current price rounded to the nearest whole pip
3. begin of a cicle for "n" from 1 to "m" (where m should be impostable in the settings)
4. n=1
5. if there is no buy stop order at the price p + (STshort * n) and there isn't an executed order at the price p + (ST * n)
6. then enter buy stop order with price p + (ST * n) and TP = p + (ST * n) + Q
7. if there is no stop sell at the price p- (ST * n) and a sale has not already been made at the price p- (ST * n)
8. then enter stop sell with price p- (ST * n) and TP = p- (ST * n) -Q
9. if the gain is equal to Gshort or Glong then close all open orders ((both long and short orders).
10. end of cycle

the expert advisor must execute the instructions and controls continuously, that is to say, at every changing of price 

Advices and modifications for improving the EA are well accepted.

I have to be able to backtest it

This is just few instructions to let me se if the EA can be profittable.
Then if the EA shows to be profitable we have to continue with an other order to insert in the EA a panel or some grafic drawings and also 
some indicators to filter the orders. 


Откликнулись

1
Разработчик 1
Оценка
(277)
Проекты
334
55%
Арбитраж
14
36% / 29%
Просрочено
1
0%
Свободен
2
Разработчик 2
Оценка
(365)
Проекты
507
40%
Арбитраж
159
17% / 74%
Просрочено
99
20%
Загружен
3
Разработчик 3
Оценка
(361)
Проекты
644
26%
Арбитраж
92
72% / 14%
Просрочено
12
2%
Работает
Опубликовал: 1 пример
4
Разработчик 4
Оценка
(117)
Проекты
138
41%
Арбитраж
30
7% / 77%
Просрочено
17
12%
Свободен
5
Разработчик 5
Оценка
(552)
Проекты
842
61%
Арбитраж
33
27% / 45%
Просрочено
24
3%
Свободен
Опубликовал: 1 пример
6
Разработчик 6
Оценка
Проекты
1
0%
Арбитраж
0
Просрочено
1
100%
Свободен
Опубликовал: 4 примера
7
Разработчик 7
Оценка
(66)
Проекты
95
28%
Арбитраж
20
25% / 55%
Просрочено
24
25%
Свободен
8
Разработчик 8
Оценка
(258)
Проекты
396
28%
Арбитраж
70
19% / 49%
Просрочено
121
31%
Работает
Похожие заказы
please share: Strategy description — entry/exit rules, indicators used, timeframe(s), and instrument(s) (a written explanation, screenshots, or an existing indicator/EA to reference all work) Risk management rules — position sizing method (fixed lot / % risk), stop loss / take profit logic, max drawdown or daily loss limits, and whether martingale/grid/hedging is involved Broker & account details — broker name
I need an experienced MQL5 developer to create a fully automated MT5 Expert Advisor called Ayoub Gold EA , focused exclusively on XAUUSD (Gold) . Main requirements: Platform: MT5 / MQL5. Fully automated BUY and SELL trading on XAUUSD. Must support broker suffixes such as XAUUSD, XAUUSD.f and XAUUSDm. Trading strategy based mainly on Range Breakout with trend confirmation. EMA, ADX and ATR filters. London/New York
Mashiri 50 - 10000 USD
I need a custom MetaTrader 5 indicator designed specifically for XAUUSD gold trading. The indicator should identify potential buy and sell opportunities, display clear entry and exit signals on the chart, provide alerts, and help identify market trends and possible reversals
Looking for an experienced Sierra Chart ACSIL/C++ developer to customize an existing footprint chart. I need 3 things: 7-Day ATR – calculate and display a configurable 7-day ATR. Custom Footprint – modify my existing footprint chart to match my preferred layout/data display. Automatic LVN – detect and plot Low Volume Nodes automatically based on volume distribution. I already have a working footprint chart, so no
Торговый робот XAUUSD AI/ML — MT5 + Python + MQL5 Ищу опытного разработчика с глубокими знаниями в следующих областях: MQL5 / MetaTrader 5 Python Машинное обучение / Искусственный интеллект Алгоритмическая торговля Проект Я хочу разработать торговую систему на основе ИИ/машинного обучения, предназначенную исключительно для XAUUSD (золото) . Архитектура: Данные рынка XAUUSD → Модель Python/ML → ПОКУПКА / ПРОДАЖА /
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
1. Title Development of a Custom MQL5 Expert Advisor for XAUUSD (MetaTrader 5) 2. Requirements Specification Overview: I am looking for an experienced MQL5 developer to build a robust, fully custom Expert Advisor (EA) for MetaTrader 5 tailored for trading Gold (XAUUSD). Core Specifications & Features: Asset & Timeframe: Designed specifically for XAUUSD. Timeframe should be selectable directly from the EA inputs
I am looking for a Senior MQL5 Developer to create a new MetaTrader 5 Expert Advisor from scratch. I will provide a complete Requirements Specification containing objective entry, exit and risk-management rules. This is not a request to copy or decompile an existing product. Project requirements: Clean and modular MQL5 source code. Exact implementation of the supplied strategy. One signal evaluation per configured
Composite robot 30 - 200 USD
Title: Multi-Timeframe Pure Price Action & Elliott Wave Execution Bot for XAUUSD 1. Project Overview I need a robust, automated trading bot (Expert Advisor) for MetaTrader 5 (MT5) to trade XAUUSD (Gold) exclusively. The strategy is built entirely on Top-Down Multi-Timeframe (MTF) market structure, pure price action, and Elliott Wave principles. It does not use traditional lagging technical indicators (like RSI or
Build a fully mechanical EA for XAUUSD on D1 timeframe. Trader spends 5-10 mins per day to run it. No discretion. EA calculates, places orders, and walks away. Timeframe Use the Daily (D1) timeframe . At the close of each completed daily candle, identify: Previous day's High (wick) Previous day's Low (wick) Previous day's Open

Информация о проекте

Бюджет
30+ USD
Сроки выполнения
от 1 до 5 дн.