명시
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.
응답함
1
등급
프로젝트
334
55%
중재
14
36%
/
29%
기한 초과
1
0%
무료
2
등급
프로젝트
507
40%
중재
159
17%
/
74%
기한 초과
99
20%
로드됨
3
등급
프로젝트
644
26%
중재
92
72%
/
14%
기한 초과
12
2%
작업중
게재됨: 1 코드
4
등급
프로젝트
138
41%
중재
30
7%
/
77%
기한 초과
17
12%
무료
5
등급
프로젝트
842
61%
중재
33
27%
/
45%
기한 초과
24
3%
무료
게재됨: 1 코드
6
등급
프로젝트
1
0%
중재
0
기한 초과
1
100%
무료
게재됨: 4 코드
7
등급
프로젝트
95
28%
중재
20
25%
/
55%
기한 초과
24
25%
무료
8
등급
프로젝트
396
28%
중재
70
19%
/
49%
기한 초과
121
31%
작업중
비슷한 주문
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
GRID/DCA EA for XAUUSD Trading needed
50 - 100 USD
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
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
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
Adaptive XAUUSD EA – MT5
30 - 200 USD
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
I need a robust optimization of my MT5 EA, mainly for XAUUSD (Gold). Please optimize the existing adjustable parameters such as entry/exit settings, SL/TP, trailing/break-even settings, and any other strategy parameters that are appropriate. I want the optimization focused on stable profitability, low/moderate drawdown, and robustness rather than simply the highest possible profit. Please use out-of-sample testing
프로젝트 정보
예산
30+ USD
기한
에서 1 로 5 일