Specification
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.
Responded
1
Rating
Projects
334
55%
Arbitration
14
36%
/
29%
Overdue
1
0%
Free
2
Rating
Projects
507
40%
Arbitration
159
17%
/
74%
Overdue
99
20%
Loaded
3
Rating
Projects
644
26%
Arbitration
92
72%
/
14%
Overdue
12
2%
Working
Published: 1 code
4
Rating
Projects
138
41%
Arbitration
30
7%
/
77%
Overdue
17
12%
Free
5
Rating
Projects
816
62%
Arbitration
33
27%
/
45%
Overdue
23
3%
Free
Published: 1 code
6
Rating
Projects
1
0%
Arbitration
0
Overdue
1
100%
Free
Published: 4 codes
7
Rating
Projects
95
28%
Arbitration
20
25%
/
55%
Overdue
24
25%
Free
8
Rating
Projects
396
28%
Arbitration
69
19%
/
49%
Overdue
121
31%
Free
Similar orders
Technical Specifications: "Dawn Range Breakout" Expert Advisor (Final Version) 1. Overview The purpose of this EA is to capture the breakout of a specific hourly range on Gold (XAUUSD) or any other pair, with a focus on high-precision entry, strict risk management (1 trade per day), and partial profit taking. 2. Core Trading Logic Timeframe: M15. Reference Hour: The EA must identify the High and Low of the H1 candle
SK Indicator Trading Robot for Gold (XAUUSD)
100 - 200 USD
I need an Expert Advisor based on SK indicator for gold trading. Entry: - Open trade immediately when SK signal appears Stop Loss: - Fixed stop loss = $200 per trade Take Profit: - TP1: close 50% of the position - TP2: final target Lot Size: - Fixed lot = 0.02 Pair: - XAUUSD only Timeframe: - M15 Rules: - Only one trade per signal - No duplicate trades - Move stop loss to breakeven after TP1 Requirements: - The EA
Gold scalping robot needed
30+ USD
I need a very profitable scalping robot for gold trading at M1 timeframe. I should have adjustable trailing stop, step, SL, TP in points it should use both trade opening and pending orders just as in the links below https://vt.tiktok.com/ZSHj9cD5w/  ; https://vt.tiktok.com/ZSHjHFvkg/  ;
AI Trading Bot
30 - 80 USD
Essential Components for Indicator Specification Objective & Overview: Briefly describe what the indicator calculates (e.g., trend, momentum, volatility) and its main purpose. Input Parameters (Variables): List all user-definable inputs (e.g., Moving Average periods, ATR multiplier) to avoid hardcoding values. Detailed Logic/Calculation Rules: Explain the formula or logic to calculate indicator values. Define
looking for Expert to create or ready made solution for bonus hedge auto set cross trading of opposite trading strategy. the expert may guide what max and best he can do to make the EA perfect
Simplebot
30+ USD
#include <Trade/Trade.mqh> CTrade trade; input double LotSize = 0.1; input int FastMA = 10; input int SlowMA = 20; int fastHandle, slowHandle; // Initialize indicators int OnInit() { fastHandle = iMA(_Symbol, PERIOD_CURRENT, FastMA, 0, MODE_SMA, PRICE_CLOSE); slowHandle = iMA(_Symbol, PERIOD_CURRENT, SlowMA, 0, MODE_SMA, PRICE_CLOSE); return(INIT_SUCCEEDED); } void OnTick() { double fastMA[2]; double
I am seeking an expert MQL5 developer for a paid architectural consultation. I am currently in the process of building a trading platform and need a deep dive with a specialist who understands the "under the hood" mechanics of high-frequency execution and systematic bot design. Topics for Discussion: Engine Logic: Best practices for building a robust, low-latency execution engine on MT5. Risk Frameworks: Implementing
I need a mt5 Expert advisor ea to manage intraday trades with strict risk management. The EA must -Handle between 5 to 8 clean trades a day max altogether throughout all 3 sessions. no big news trading times and no overnight trades -Use 1% on forex pairs and upto 2% on XAUUSD risk per trade - Automatically calculate lot size based on stop loss -use fixed RR ratio [1:2] For forex pairs, the stop loss should be
Ninjatrdaer Script
500 - 1000 USD
I am looking to purchase a ninjatrader script, if there is any for sale, i mean a ready made ninjatrdaer script that trade futures, i need the seller to show me a backtest of the system, you know send some results, I would like to see a 1 year and YTD backtest
I need a clean, bug-free MT5 Expert Advisor (MQL5) based on this exact mechanical scalping strategy on M5 timeframe for EURUSD. Indicators (built-in): - EMA 9 and EMA 21 on M5 - RSI 14 - ADX 14 (>25 for strong trend) - H1 EMA 21 above/below H1 EMA 9 for trend alignment Entry Rules (ALL must be true): BUY: EMA9 crosses above EMA21 (on closed bar) + RSI > 50 + ADX > 25 + H1 EMA21 > H1 EMA9 SELL: Mirror (cross below
Project information
Budget
30+ USD
Deadline
from 1 to 5 day(s)