Spécifications

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. 


Répondu

1
Développeur 1
Évaluation
(277)
Projets
334
55%
Arbitrage
14
36% / 29%
En retard
1
0%
Gratuit
2
Développeur 2
Évaluation
(365)
Projets
507
40%
Arbitrage
159
17% / 74%
En retard
99
20%
Chargé
3
Développeur 3
Évaluation
(361)
Projets
644
26%
Arbitrage
92
72% / 14%
En retard
12
2%
Travail
Publié : 1 code
4
Développeur 4
Évaluation
(117)
Projets
138
41%
Arbitrage
30
7% / 77%
En retard
17
12%
Gratuit
5
Développeur 5
Évaluation
(552)
Projets
842
61%
Arbitrage
33
27% / 45%
En retard
24
3%
Gratuit
Publié : 1 code
6
Développeur 6
Évaluation
Projets
1
0%
Arbitrage
0
En retard
1
100%
Gratuit
Publié : 4 codes
7
Développeur 7
Évaluation
(66)
Projets
95
28%
Arbitrage
20
25% / 55%
En retard
24
25%
Gratuit
8
Développeur 8
Évaluation
(258)
Projets
396
28%
Arbitrage
70
19% / 49%
En retard
121
31%
Travail
Commandes similaires
Hello Traders, Have a trading strategy or idea you want to automate? I specialize exclusively in MQL5 development, helping traders turn their concepts into professional trading solutions. Custom Expert Advisors — automate your strategy and reduce manual execution Custom Indicators — transform your market ideas into powerful trading tools Fix & Debug — identify errors and get your existing code working properly
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 a unique grid trading system for XAUUSD that combines entry, controlled two-sided grid expansion, DCA (Dollar Cost Averaging) basket profit control, hedging. Unlike traditional grid EAs that only trade against price, this unique grid system should dynamically build positions in both directions based on market movement, allowing flexible adaptation to changing conditions ie the grid needs to dynamically move
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
//———————————————————————————————————————————————————————————————————— 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
Cerco uno sviluppatore MQL5 esperto per sviluppare da zero un Expert Advisor completamente nuovo per XAUUSD su MT5. Non desidero un semplice Expert Advisor basato su indicatori fissi. Desidero un sistema di trading dinamico e adattivo, in grado di adattare il proprio comportamento alle mutevoli condizioni di mercato di XAUUSD. Lo sviluppatore dovrebbe essere libero di combinare qualsiasi tecnica ritenuta opportuna
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

Informations sur le projet

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