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

When ordering or developing a trading robot, you need to formulate requirements: tasks to be performed by the robot, conditions under which it will operate, response to incidents and emergency situations, required control methods, etc. Trading robots are programs, which should strictly follow the underlying logic. In order to program the algorithm of actions, you should prepare its detailed description.

Description of a trading strategy is provided in the form of Requirements Specification. The more details you provide, the less misunderstanding will occur between you (the Customer) and the programmer (the order Developer).

The important part of Requirements Specification for an Expert Advisor is presentation of clear formal trading rules. Even if you are not ordering an EA, but want to develop one yourself, you should start with the definition of these rules. Prepare the Requirements Specification and include the EA testing/optimization related points. Add hypotheses, which you will use to check the quality and stability of your trading strategy, describe criteria for selecting the optimal parameters and explain why you consider them important.

Include all EA development stages to the Requirements Specification — this will make the algorithm idea clear for the Developer, and will help you recall the details weeks, months, or even years later. Algo trading is not a hobby, but a thorough research path, all stages of which need to be properly documented. A trading system development diary will be very useful whenever you'll need to test a new idea.

Requirements Specification examples

Here is an example of Requirements Specification for the development of the MACD Sample Expert Advisor, which is available in the MetaTrader 5 standard package.

1. The idea of the trading system is as follows: market entries are performed when MACD's main and signal lines intersect in the current trend direction.

2. Trend is determined based on the Exponential Moving Average with the specified period (InpMATrendPeriod). If the current EMA value is greater than the previous one, the trend is seen as growing (ema_current > ema_previous). Alternatively, if current EMA is below the previous one, the trend is considered to be falling (ema_current< ema_previous).

3. Trading Signals:

  • Buy signal: the main MACD line crosses the signal line upwards (macd_current>signal_current & macd_previous<signal_previous).
  • Sell signal: the main MACD line crosses the signal line downwards (macd_current<signal_current && macd_previous>signal_previous). The below figure shows Buy and Sell cases.


  • Файлы:

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

    1
    Разработчик 1
    Оценка
    (274)
    Проекты
    403
    28%
    Арбитраж
    40
    40% / 50%
    Просрочено
    1
    0%
    Свободен
    2
    Разработчик 2
    Оценка
    (195)
    Проекты
    242
    34%
    Арбитраж
    11
    45% / 45%
    Просрочено
    8
    3%
    Свободен
    Опубликовал: 1 статью, 8 примеров
    3
    Разработчик 3
    Оценка
    (23)
    Проекты
    45
    20%
    Арбитраж
    25
    28% / 48%
    Просрочено
    12
    27%
    Свободен
    4
    Разработчик 4
    Оценка
    (37)
    Проекты
    59
    27%
    Арбитраж
    26
    19% / 54%
    Просрочено
    10
    17%
    Работает
    Опубликовал: 1 пример
    5
    Разработчик 5
    Оценка
    (47)
    Проекты
    67
    37%
    Арбитраж
    5
    40% / 40%
    Просрочено
    1
    1%
    Свободен
    6
    Разработчик 6
    Оценка
    (620)
    Проекты
    724
    34%
    Арбитраж
    46
    48% / 41%
    Просрочено
    14
    2%
    Загружен
    7
    Разработчик 7
    Оценка
    (574)
    Проекты
    945
    47%
    Арбитраж
    309
    58% / 27%
    Просрочено
    125
    13%
    Свободен
    8
    Разработчик 8
    Оценка
    (27)
    Проекты
    27
    26%
    Арбитраж
    2
    0% / 50%
    Просрочено
    1
    4%
    Свободен
    9
    Разработчик 9
    Оценка
    (14)
    Проекты
    21
    24%
    Арбитраж
    0
    Просрочено
    2
    10%
    Свободен
    Опубликовал: 3 примера
    10
    Разработчик 10
    Оценка
    (568)
    Проекты
    641
    41%
    Арбитраж
    25
    48% / 36%
    Просрочено
    46
    7%
    Работает
    11
    Разработчик 11
    Оценка
    (78)
    Проекты
    246
    74%
    Арбитраж
    7
    100% / 0%
    Просрочено
    1
    0%
    Свободен
    Опубликовал: 1 статью
    12
    Разработчик 12
    Оценка
    (298)
    Проекты
    478
    40%
    Арбитраж
    105
    40% / 24%
    Просрочено
    82
    17%
    Загружен
    Опубликовал: 2 примера
    Похожие заказы
    I am looking for an **experienced MQL5/MT5 EA developer** to reverse-engineer an existing demo trading setup and develop a **Gold (XAUUSD) trading EA** based on its trading behavior. ### Requirements: * Reverse-engineer/analyze existing demo trades * XAUUSD only** * Must work with **different brokers** * Automated BUY/SELL trading * Similar entry, exit, lot sizing & trade-management logic * Proper backtesting and
    MT5 EA Developer – London Opening Strategy + 3-Hour Rule I’m looking for an experienced MQL5/MT5 EA developer to build an automated XAUUSD London Opening Strategy . Strategy Requirements Use the London session opening as the main setup. Primary setup is based on the first completed M15 candle . If the M15 setup is valid, execute the defined trade. If the M15 setup is not satisfied , activate a 3-hour fallback rule
    I need a professional AI-assisted Forex trading Expert Advisor (EA) for MetaTrader 5. The EA should not be based on a simple single indicator strategy. I want a robust multi-factor trading system that can analyze market conditions, trend, momentum, volatility, price action and risk before entering a trade. Requirements: Forex trading on MT5 Automated analysis and trade execution Dynamic entry and exit decisions Stop
    Hey guys, I’ve got an MT4 HFT EA that’s showing strong results on an IC Markets demo account, and I'm looking to move it over to MT5. Does anyone have a solid MT5 version that performs well on IC Markets? Having the source code (MQL5) included would be awesome. Thanks for any leads
    Let’s use Chart M3. Stochastic 8,3,3. 85/15 trigger for sell stochastic >85, and the reversal move need to engulf the last bar for 1 point. SL over the engulfed bar. Same trigger for buys… Stochastic <15, engulfed bar by 1 point = entrance. SL under the engulfed bar… more details as soon we start to work on it
    Freelance Task — EA Recovery Layer Hello. I have a ready-made MQL5 EA. The signals, SL/TP and lot calculation should essentially not be touched. I need a recovery system added. I am not a programmer — below is how the robot should behave. What stays Entry only from an EA signal. Stop-loss is not a new signal. Trailing is already built into my EA — recovery does not implement its own trailing. If trailing is disabled
    Should be as it but no alarms, also we need to add a deep search so he can see all the preves candles and a memory function so its not slowing down the indicator. for higher time frames daily 4h 1h around 365 days and for lower time frames we do up to 20k bars but both flexible so i can change it later. the memory is important so the indicator is not always recalculating everything when a new candle shows especially
    Creating a bot using the Parabolic indicator with a simple interface.. I want a bot that uses the Parabolic SAR indicator only, with these orders attached to it. Boot name : HEMIN .FX Magic number : 000000 …………………………………………………. Trade behavior : regular OR inverse OR only long "buy" OR only short "sell" Timeframe : ………… Period: ……… ………………………………………………….. Lot size : ……………… Break even in points : …
    Project: Fix & Schedule My Dual Fibo Standard Fibonacci Bot I have an existing MQ4 expert advisor called "Dual Fibo Standard Fibonacci". It needs to process 1,000 clients. Right now it runs blindly with no schedule and takes way too long. I need you to optimize it so it runs like a professional business with a 50-100 batch printed stamp copy progress log. Please reply with your numbers for this simple layout: * Phase
    Hi, I need an experienced NinjaTrader 8/NinjaScript developer to finish or rebuild an automated futures strategy, ideally by the end of this week. I already have the complete TradingView Pine Script reference strategy, an existing ~2,000-line NinjaScript implementation, Playback logs, and known historical benchmark trades. MOST IMPORTANT REQUIREMENT: TRADINGVIEW ↔ NINJATRADER PARITY. The Pine Script is the reference

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

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