Modifying Existing EA System

MQL4 Uzmanlar

İş tamamlandı

Tamamlanma süresi: 5 dakika
Geliştirici tarafından geri bildirim
My first client on MQL Community.. The transaction was easy and smooth
Müşteri tarafından geri bildirim
Cool guy with a professional charisma. will definitely recommend him to anyone!

İş Gereklilikleri

Trade direction: both, buy, sell

trade timeframe: 1m, 5m, 15m, 30m, 1hr etc

allow hedging: true/false

manage manual trade: true/false

lot type: fixed, risk per trade, etc

lot size: 

lot risk %:

max lot:

lot increase mode: fixed step, prev step * coefficient, etc

lot coefficient / adding:

Step size:

Step coefficient:

trade entry type: direct entry, entry with stop order, entry with limit order, etc

Distance to order:

trail always: true/false

close all on opposite signal: true/false

stop-loss size:

Take profit size:

Trailing stop size:

Trailing step:

start trailing after distance:

max trades in one direction:

Close all on breakeven after min profit:

We want an anti-martingale system that can enter one trade per direction in a smart way. The concept here is to enter a buy and sell either using an indicator filter or not with a reasonable grid distance between both trades. The indicator would determine which direction should have lower lot and the opposite direction against the market would have higher lot in case the market reverses, the opposite trade with higher lot would be able to counter the loss from the initial trade that was in favor of market direction but lost. The trades would also have a trailed stop loss in both directions to lock the gains as best as possible. The smart idea here is for the EA to detect when one of the trades amongst the two has made gains above a minimum defined point that is higher than the loss of the other trade in opposite direction, both trades should close immediately with whatever small profits made and new sets of BUY & SELL entry initiated. However, if the second trade with higher lot will likely hits SL, then a 3 rd trade with higher lot than the 2 nd should be initiated to counter the loss of the 2 nd & 1 st vice versa. Once the EA detects last trade has made gains higher than the total loss after a minimum defined pips then it closes all trades with profits and initiate new batches. As I said, the concept of smart in this context is to be able to counter loss of initial trades opened.


GUI dashboard to display key information about active trades and other related activities. Feel free to add smarter ideas from your professional experience as long as it gives positive results.

NOTE: This system must be able to survive a historical meta-trader back-test with at least $100 starting balance within one-year period!

The system must have an equity draw down not more than 30% but lesser is much better

The system must have at least all the variables implemented open to user for modifications

Ensure to share MQL and EX4 script with a default set file.

I need serious people only and i can negotiate higher if convinced they can deliver within deadline and no extension....................................

Dosyalar:

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(24)
Projeler
28
32%
Arabuluculuk
1
0% / 0%
Süresi dolmuş
0
Serbest
Yayınlandı: 1 kod
2
Geliştirici 2
Derecelendirme
(6)
Projeler
10
10%
Arabuluculuk
9
0% / 89%
Süresi dolmuş
1
10%
Serbest
3
Geliştirici 3
Derecelendirme
(588)
Projeler
1065
50%
Arabuluculuk
39
28% / 41%
Süresi dolmuş
49
5%
Serbest
Yayınlandı: 1 makale, 8 kod
4
Geliştirici 4
Derecelendirme
(1)
Projeler
1
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
Benzer siparişler
I’m looking to partner with an experienced developer who has a proven, working EA that delivers stable and consistent monthly performance . A bit about me: I run an active trading community and a TikTok channel that consistently drives targeted traffic and potential clients into my ecosystem. I’m now looking to collaborate with the right developer to scale EA distribution and monetisation together . What I’m Looking
Need trading robot 50 - 70 USD
I need a robot for trading gold and currencies . I need to use it with metatrader 4 and 5 . My budget is not high . Max . 70 USD. I need to be able to start and stop it at any time without restrictions
am looking for an experienced MQL5 developer to build a high-frequency trading Expert Advisor (EA) for XAUUSD (Gold) on M1 and M5 timeframes . The EA must include advanced execution logic, dynamic pending orders, risk management, and news/session filters. Clean, efficient, and well-documented code is required. Strategy type: Scalping (fast trades, quick profit). Very fast execution logic (optimized for speed). Goal
Title: MT5 EA Needed – Prop‑Firm Compliance Tool (SL/TP at Entry, 60‑Second Hold, Daily Profit Cap, 0.5% XAUUSD Risk) Description: I need an MT5 Expert Advisor that enforces prop‑firm compliance rules for Instant Funding accounts. The EA must NOT trade automatically — it should only monitor and control my manual XAUUSD trading. I trade all sessions, so there should be no time restrictions. MY TRADING STYLE (Important
​1. Project Overview ​ Asset: XAUUSD (Gold) ​ Timeframe: M1 (1-Minute) for execution; M5/M15 for trend filtering. ​ Objective: Execute high-frequency scalps during peak liquidity (London/NY overlap) to capture 10–30 pip movements with high precision. ​ Core Logic: The "Poverty Bot" strategy relies on Mean Reversion combined with Momentum Burst (Price Action + RSI/EMA filters). ​2. Strategy Logic (The "Poverty"
I need any highly profitable robot which can trade small account like 50-100USD and any currency pair(s) The robot should avoid trading around news time and have good risk management. It should use any strategy which is profitable and not those unacceptable by brokers. Demo versions will be required before selection
Hi, I hope you doing Greate, Let me share details , so the original EA already working but you can check and verify everything fine.First you verify that all original EA features are working correctly then add a user dashboard showing the number of detected zones, buy sell both none status, and an on off button. also ensure mitigated zones disappear properly and that trades follow the zone rules, and integrate the
I need a high-speed Expert Advisor (EA) for MT5 designed specifically for XAUUSD (Gold) scalping. The bot should focus on fast entries and quick profits with high efficiency. Main requirements: 1. Symbol: XAUUSD (Gold only). 2. Platform: MetaTrader 5. 3. Strategy type: Scalping (fast trades, quick profit). 4. The bot should open trades frequently based on fast market movements. 5. Small Take Profit (quick profit
Gold_m1_ob_bot. 30+ USD
import MetaTrader5 as mt5 import pandas as pd import time from datetime import datetime # ================== CONFIG ================== SYMBOL = "XAUUSD" TIMEFRAME = mt5.TIMEFRAME_M1 LOT = 0.01 MAX_OBS = 12 # keeps signals frequent ATR_PERIOD = 14 IMPULSE_FACTOR = 1.5 # strong candle = impulse SESSION_START = 8 # GMT (London open) SESSION_END = 20 # GMT (NY close) MAX_SPREAD = 30 #
I have existing compiled indicator and script files (EX4) and would like to have them recreated in both MQL4. ⚠️ Important: This project is NOT for decompiling or reverse engineering. Instead, the goal is to: Analyze the behavior and output of the provided files Recreate equivalent functionality from scratch Deliverables: 1 MQL4 indicator source code (.mq4) 1 MQL4 script source code (.mq4) Requirements: The recreated

Proje bilgisi

Bütçe
40+ USD
Son teslim tarihi
from 1 to 5 gün