Modification of existing EA and make a Multi-Currency version

MQL4 지표 EA

작업 종료됨

실행 시간 2 일
고객의 피드백
Great team. Fast, efficient, professional and on point! Recommended!
피고용인의 피드백
The best customer. Happy working with him.

명시

Hello,

Find attached an EA that I need to have modified exactly to my needs and make it a Multi-currency version. Meaning I like to attach it to only one chart and it trades a defined list of currency pairs.

Changes and Requirements

-The list of pairs for the multi-currency version should be defined via the code and not the inputs tab.

-The EA should automatically recognize pre- and suffix like e.g. (EURUSD_ecn)

-The lines of code from 398-544 where TP and Grid size are defined should still work in the multi-currency version.

-The EA should have the ability to take over currently running trades in case there is a server error or MT4 gets closed for some reason.

-The EA should have an option to change between designs. This should be a simple true/false input. When set to false, the EA should look like as it is. When set to true, the design should change exactly like in the attached image. (The Logo is attached as well)

Most important change:

Currently, the EA has the equity goal. Default set to 100. I think it does not work as I need it to be. Right now, the EA trades until the equity goal is reached and closes all orders and stops trading for the rest of the day. Even if the balance goes up to 1180 and the equity reaches the goal of 1100 (set to 100). It closes all orders and stops trading for the rest of the day. It seems to work fine in the first place. But it seems that the EA, when the equity drops for example to 900 also closes at 1000.

How it should work. I´m not a programmer, but this would be my logical approach.
When the EA is attached it looks at the Equity for example 1000$. The goal is set to 100$.
Now the EA trades. The balance reaches 1190$ and the equity reaches 1100$. It closes all trades and equity and balance are 1100$. The EA stops for the day. But checks the equity again as soon as it stopped. Which is now 1100$. With the goal set to 100$, the next equity target would 1200$. Even if there is a phase of drawdown for example 900$ it only closes the orders at the 1200$ equity level. And so on.

If you have any questions, let know.


응답함

1
개발자 1
등급
(574)
프로젝트
945
47%
중재
309
58% / 27%
기한 초과
125
13%
무료
2
개발자 2
등급
(258)
프로젝트
396
28%
중재
70
19% / 49%
기한 초과
121
31%
작업중
3
개발자 3
등급
(58)
프로젝트
66
8%
중재
39
26% / 56%
기한 초과
12
18%
작업중
4
개발자 4
등급
(647)
프로젝트
1295
67%
중재
84
26% / 49%
기한 초과
338
26%
무료
5
개발자 5
등급
(137)
프로젝트
167
35%
중재
11
91% / 0%
기한 초과
0
무료
6
개발자 6
등급
(21)
프로젝트
35
54%
중재
8
63% / 38%
기한 초과
1
3%
무료
7
개발자 7
등급
(619)
프로젝트
722
33%
중재
46
48% / 41%
기한 초과
14
2%
로드됨
8
개발자 8
등급
(277)
프로젝트
334
55%
중재
14
36% / 29%
기한 초과
1
0%
무료
비슷한 주문
Modification of Trade_Panel_7 7.05 Objective . I have this utility “Trade_Panel_7 7.05” with which I open and close positions. Please refer to attached “Trade Panel Modification.jpg”. It shows an input parameter “Volume Step”. This parameter has the initial value of 0.02 as shown. This feature needs to be amended. Present Status . Value of lot size is increased by this “Volume Step”. I have built a whole series of
Indicador Maximas e Minimas + Super Trend O Indicador MAX/MIN é um indicador de análise técnica para o MetaTrader 5 , desenvolvido para ajudar você a identificar regiões importantes de preço e possíveis oportunidades de compra e venda. O que ele faz MAX/MIN: identifica máximas e mínimas relevantes do mercado e mostra os preços no gráfico. HH / HL / LH / LL: ajuda a visualizar a estrutura do mercado, mostrando quando
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
I DO NOT need any programming or strategy development. I already have a working NinjaTrader 8 automated strategy based on a 3/5 EMA crossover. I need you to run my existing strategy through NinjaTrader Strategy Analyzer/Optimizer, test the existing adjustable parameters, and find robust settings with the best profit factor and lowest reasonable drawdown. I will provide the existing NinjaScript ZIP. I do not want the
I'm looking for an experienced developer to create an automated gold trading bot. The bot should be compatible with MetaTrader 4/5 and TradingView. Key Requirements: - Automated trading bot - Compatible with MetaTrader 4/5 and TradingView - Implement scalping and swing trading strategies Ideal Skills and Experience: - Proficiency in trading algorithms - Experience with gold trading - Familiarity with MetaTrader and
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
NinjaTrader 8 / NinjaScript Phase 1 build: convert an existing Auction Market Theory (AMT) strategy into objective, alert-only decision-support logic. Not a bot, no auto-execution — trades stay manual. Covers NQ/MNQ, ES, CL, MGC using 30-min TPO/Volume Profile context with 5-min confirmation: one 5-min close outside VAH/VAL = acceptance, close back inside = rejection. Dashboard shows bias, auction state, location
Hello, I need a custom NON-REPAINT MT5 indicator that gives sell/buy arrow signals 1–2 candlesticks before a spike on Crash and boom indices respectively occurs. Requirements: Works perfectly on MT5 Shows arrows before the spike (1–2 candles earlier). Non-repaint – once the arrow appears, it must stay. Should be accurate, not quantity — only quality signals. Must work on both demo and live accounts. I want the
Hello, I saw an indicator on TradingView and would like to know if you will be able to convert it for use on Thinkorswim platform? Thanks. if anyone can help me with it kindly do well to bid it urgent thanks looking forward too see you
calcVolume( void ) { //--- MqlRates rates[]; if ( CopyRates ( _Symbol , PERIOD_CURRENT , startTime, endTime, rates) > 0 ) { double rangeHigh = rates[ 0 ].high, rangeLow = rates[ 0 ].low; int count = MathAbs ( iBarShift ( _Symbol , PERIOD_CURRENT , startTime) - iBarShift ( _Symbol , PERIOD_CURRENT , endTime)) + 1 ; //---VERTICAL PRICE RANGE for ( int b = 0

프로젝트 정보

예산
150+ USD
기한
 3 일