Rio pro 1.0

Spécifications

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.


  • Dossiers :

    Répondu

    1
    Développeur 1
    Évaluation
    (274)
    Projets
    403
    28%
    Arbitrage
    40
    40% / 50%
    En retard
    1
    0%
    Gratuit
    2
    Développeur 2
    Évaluation
    (195)
    Projets
    242
    34%
    Arbitrage
    11
    45% / 45%
    En retard
    8
    3%
    Gratuit
    Publié : 1 article, 8 codes
    3
    Développeur 3
    Évaluation
    (23)
    Projets
    45
    20%
    Arbitrage
    25
    28% / 48%
    En retard
    12
    27%
    Gratuit
    4
    Développeur 4
    Évaluation
    (37)
    Projets
    59
    27%
    Arbitrage
    26
    19% / 54%
    En retard
    10
    17%
    Travail
    Publié : 1 code
    5
    Développeur 5
    Évaluation
    (47)
    Projets
    67
    37%
    Arbitrage
    5
    40% / 40%
    En retard
    1
    1%
    Gratuit
    6
    Développeur 6
    Évaluation
    (620)
    Projets
    724
    34%
    Arbitrage
    46
    48% / 41%
    En retard
    14
    2%
    Chargé
    7
    Développeur 7
    Évaluation
    (574)
    Projets
    945
    47%
    Arbitrage
    309
    58% / 27%
    En retard
    125
    13%
    Gratuit
    8
    Développeur 8
    Évaluation
    (27)
    Projets
    27
    26%
    Arbitrage
    2
    0% / 50%
    En retard
    1
    4%
    Gratuit
    9
    Développeur 9
    Évaluation
    (14)
    Projets
    21
    24%
    Arbitrage
    0
    En retard
    2
    10%
    Gratuit
    Publié : 3 codes
    10
    Développeur 10
    Évaluation
    (568)
    Projets
    641
    41%
    Arbitrage
    25
    48% / 36%
    En retard
    46
    7%
    Travail
    11
    Développeur 11
    Évaluation
    (78)
    Projets
    246
    74%
    Arbitrage
    7
    100% / 0%
    En retard
    1
    0%
    Gratuit
    Publié : 1 article
    12
    Développeur 12
    Évaluation
    (298)
    Projets
    478
    40%
    Arbitrage
    105
    40% / 24%
    En retard
    82
    17%
    Chargé
    Publié : 2 codes
    Commandes similaires
    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

    Informations sur le projet

    Budget
    30+ USD
    Délais
    de 5 à 14 jour(s)