Spezifikation
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.
Bewerbungen
1
Bewertung
Projekte
334
55%
Schlichtung
14
36%
/
29%
Frist nicht eingehalten
1
0%
Frei
2
Bewertung
Projekte
507
40%
Schlichtung
159
17%
/
74%
Frist nicht eingehalten
99
20%
Beschäftigt
3
Bewertung
Projekte
644
26%
Schlichtung
92
72%
/
14%
Frist nicht eingehalten
12
2%
Arbeitet
Veröffentlicht: 1 Beispiel
4
Bewertung
Projekte
138
41%
Schlichtung
30
7%
/
77%
Frist nicht eingehalten
17
12%
Frei
5
Bewertung
Projekte
842
61%
Schlichtung
33
27%
/
45%
Frist nicht eingehalten
24
3%
Frei
Veröffentlicht: 1 Beispiel
6
Bewertung
Projekte
1
0%
Schlichtung
0
Frist nicht eingehalten
1
100%
Frei
Veröffentlicht: 4 Beispiele
7
Bewertung
Projekte
95
28%
Schlichtung
20
25%
/
55%
Frist nicht eingehalten
24
25%
Frei
8
Bewertung
Projekte
396
28%
Schlichtung
70
19%
/
49%
Frist nicht eingehalten
121
31%
Arbeitet
Ähnliche Aufträge
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 Trading Robot — MT5 + Python + MQL5
150 - 250 USD
Торговый робот XAUUSD AI/ML — MT5 + Python + MQL5 Ищу опытного разработчика с глубокими знаниями в следующих областях: MQL5 / MetaTrader 5 Python Машинное обучение / Искусственный интеллект Алгоритмическая торговля Проект Я хочу разработать торговую систему на основе ИИ/машинного обучения, предназначенную исключительно для XAUUSD (золото) . Архитектура: Данные рынка XAUUSD → Модель Python/ML → ПОКУПКА / ПРОДАЖА /
V3 PRO Auto-Scalper EA
40+ USD
//———————————————————————————————————————————————————————————————————— 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
Projektdetails
Budget
30+ USD
Ausführungsfristen
von 1 bis 5 Tag(e)