Tarea técnica

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.


  • Archivos adjuntos:

    Han respondido

    1
    Desarrollador 1
    Evaluación
    (274)
    Proyectos
    403
    28%
    Arbitraje
    40
    40% / 50%
    Caducado
    1
    0%
    Libre
    2
    Desarrollador 2
    Evaluación
    (195)
    Proyectos
    242
    34%
    Arbitraje
    11
    45% / 45%
    Caducado
    8
    3%
    Libre
    Ha publicado: 1 artículo, 8 ejemplos
    3
    Desarrollador 3
    Evaluación
    (23)
    Proyectos
    45
    20%
    Arbitraje
    25
    28% / 48%
    Caducado
    12
    27%
    Libre
    4
    Desarrollador 4
    Evaluación
    (37)
    Proyectos
    59
    27%
    Arbitraje
    26
    19% / 54%
    Caducado
    10
    17%
    Trabaja
    Ha publicado: 1 ejemplo
    5
    Desarrollador 5
    Evaluación
    (47)
    Proyectos
    67
    37%
    Arbitraje
    5
    40% / 40%
    Caducado
    1
    1%
    Libre
    6
    Desarrollador 6
    Evaluación
    (620)
    Proyectos
    724
    34%
    Arbitraje
    46
    48% / 41%
    Caducado
    14
    2%
    Trabajando
    7
    Desarrollador 7
    Evaluación
    (574)
    Proyectos
    945
    47%
    Arbitraje
    309
    58% / 27%
    Caducado
    125
    13%
    Libre
    8
    Desarrollador 8
    Evaluación
    (27)
    Proyectos
    27
    26%
    Arbitraje
    2
    0% / 50%
    Caducado
    1
    4%
    Libre
    9
    Desarrollador 9
    Evaluación
    (14)
    Proyectos
    21
    24%
    Arbitraje
    0
    Caducado
    2
    10%
    Libre
    Ha publicado: 3 ejemplos
    10
    Desarrollador 10
    Evaluación
    (568)
    Proyectos
    641
    41%
    Arbitraje
    25
    48% / 36%
    Caducado
    46
    7%
    Trabaja
    11
    Desarrollador 11
    Evaluación
    (78)
    Proyectos
    246
    74%
    Arbitraje
    7
    100% / 0%
    Caducado
    1
    0%
    Libre
    Ha publicado: 1 artículo
    12
    Desarrollador 12
    Evaluación
    (298)
    Proyectos
    478
    40%
    Arbitraje
    105
    40% / 24%
    Caducado
    82
    17%
    Trabajando
    Ha publicado: 2 ejemplos
    Solicitudes similares
    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
    I need a custom MQL5 indicator for MetaTrader 5. The indicator must automatically print entry, stop loss, and take profit zones on the chart using dots. A critical requirement is that these dots must be non-lagging and absolutely non-repainting. Additionally, the indicator needs to identify and display current supply and demand zones. Please provide the mq5 source code and the ex5 file upon completion
    PHANTOM PROTOCOL V1 35 - 150 USD
    PHANTOM PROTOCOL V1 – MT5 EXPERT ADVISOR SPECIFICATION Develop a professional MetaTrader 5 (MT5) Expert Advisor named “PHANTOM PROTOCOL V1”. PRIMARY MARKET: - XAUUSD (Gold) - Designed primarily for M15 and H1 timeframes. - The EA must work with both 3-digit and 2-digit gold pricing where applicable. TRADING LOGIC: Use pure price-action and market-structure analysis rather than relying on a single indicator. The EA

    Información sobre el proyecto

    Presupuesto
    30+ USD
    Plazo límite de ejecución
    de 5 a 14 día(s)