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!

Şartname

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
(589)
Projeler
1066
50%
Arabuluculuk
39
28% / 41%
Süresi dolmuş
49
5%
Çalışıyor
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
Hello, we have an existing EA, and are building a new one. We want our EA to connect via API to an AI provider like Chat GPT, Claude, or perplexity. Can you connect a meta trader EA to an AI agent? if you can then i would like to speak. The system is quite simple, for example the EA would ask perplexity where the support is on EURUSD then place a trade, thank you, Rob
Hi, Im looking to purchase or build an EA that can open many trades or big lot size to churn out IB commission, it doesnt have to be super profitable but will need to have the number of trades on going in order to earn IB commission. Source code is required upon purchase. If you have any EA or strategy that are gearing towards this, let me know and i would be glad to purchase it. Please share the demo trial for me to
I currently have unfinished work. It’s a project to connect MetaTrader with the BingX platform. At the moment, I have implemented a service that retrieves a custom symbol in BingX, and it works well. However, some specifications still need to be adjusted regarding how the data is received. Otherwise, prices and other values are accurate. The only issue is that for the strategy tester, it is always necessary to
Modify an existing EA 30 - 50 USD
This is to modify my Semi Auto EA -Looking for developer modify my existing EA to Pending Order EA (BS/BL/SL/SS). Relevent with Heiken Ashi Smooth ,Moving Average , Acceleration. Concept MAster and Slave. Ready to give previous soucre code as guide. Work to do - 1)To modify this EA to Pending Order. 2) to add new feature - Risk Management/moneymanagement 3) To modify 4 slave to 7 slave will give the previous to
BTC 5 Minutes scalping 50 - 100 USD
import { useState, useEffect, useRef } from "react"; const INIT_LOT = 0.01; const TP_MOVE = 200; const SL_MOVE = 120; const START_BALANCE = 1000; const MAX_LOT = 5.12; const TICK_MS = 1200; function ema(arr, n) { if (arr.length < n) return null; const k = 2 / (n + 1); let e = arr.slice(0, n).reduce((s, v) => s + v, 0) / n; for (let i = n; i < arr.length; i++) e = arr[i] * k + e * (1 - k); return e; } function
🚀 ADAPTIVE GRID HEDGE EA (FULL VERSION) 🧠 📌 GENERAL CONCEPT This Expert Advisor (EA) uses a strategy combining: Grid trading (order grid) Hedge (protection with opposite positions) Lot scaling (progressive) Loss compensation with profits Continuous operation (non-stop) Focus on: Small recurring profits High trade volume (rebate/IB) The system does not depend on direction, but rather on market oscillation . Main
I have a indicator working good but have some bug for arrow placement . budget is fixed 30 used . only experience developer apply. i want to arrow get put on just above the candle high and candle low
I need a professional MT5 Expert Advisor (EA) built with clean, modular code. This is an advanced strategy combining liquidity concepts, controlled DCA, hedge protection, and strict risk management. Core Requirements: Entry Logic (ALL must align): Liquidity sweep (Previous Day High/Low breakout and return) EMA50 and EMA200 trend alignment Higher timeframe bias (H1 or H4) RSI confirmation Bollinger Band entry Filters
I need a professional MQL5 developer. BEFORE I SHARE ANY DETAILS: 1. You must sign a PERPETUAL NDA with no expiration date 2. NDA includes €100,000 penalty for any breach 3. I require full .mq5 source code ownership 4. Developer must have 500+ completed jobs, 4.9+ rating Budget: €1500 EUR Duration: 14 days Start your application with "RULER" to prove you read this
i have a simple strategy can you please create the automated forex ea to execute my trading strategy? i need custom ea for tradingview and mt4/mt5 correction: i need a tradingview indicator created that tells me when to buy or sell. and ea in mt4/mt5

Proje bilgisi

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