Adding features to an EA

MQL4 Experts Libraries

Job finished

Execution time 23 hours
Feedback from customer
This team of programmers was veru comitted to the projetc. Where there was a misunderstanding they worked amicably with the client to the common understanding. I was so impressed.

Specification

Hello good Programmers. I hope that you are all well.  I have an EA that I want to have features added on it, I have the source code. I want you to see if you can make some modifications that can make it profitable. I would appreciate any idea or programming that can make it profitable. As is I have the following features that I think can make it profitable.

1. I am still in the exploration phase with my Ea. Checking what works and what doesn't. You know my EA is loosing about 70% of the trades and wining about 30% or even less. In many brokers that I test on it seems to win only 4%-12%. Loosing almost all the trades. So I thought to myself that the EA must be opening trades in the wrong direction then. It should be openning trades such that I win 70% of the trades and loose 30% of the trades. Then the idea came to my mind that we should include a feature in this EA which will open trades in the oppoaite direction to that suggested by the signal provider. You can check the screenshots hereto attached and see what I mean. Most trades are losers and take few seconds to loose, which could have been few seconds to win. For example, the EA takes a buy trade and lasts for 3s with 4 pips loss. This could have been a Sell trade and gained 4 pips in those 3 seconds. SO I feel that the EA should open the trades in the opposite direction. so there must be a feature in the EA that i can set to tell the EA to open trades in the opposite direction of the signal suggested by the signal sender. Do you agree? This is a feature that I can explore. So am asking how much would you charge for just adding the feature "opposite trades"?

2.  Some people say that it is possible to reverse a losing trade. Say you opened a buy trade and it went against you, some people say the EA can be programmed to turn this negative trade into a positive trade. They call the feature "reverse trade". Is this possible? if so I would also like to explore this feature if possible to reverse the trade with the brokers. It would work best if this feature was programmed with the number of pips to kick start the reverse process in case the trade went negative by a "certain number" of pips. For example if the trade is down by 15 pips then the "reverse trade" feature kicks in to turn the trade positive. So if the reverse trade feature is possible, I think it should go with the choice of number of pips for reverse trade to start.

So please give me a quote on these separate features, the "opposite direction" and "reverse trade". My total budget for the job is $20. I trust that all these features can be accommodated in the 15 credit budget. Quote them individually as well as whole price so that I can see if I can only afford one or both. I have attached the EAmq4 and screenshots of trades taken by the EA.

Hope to hear from you soon programmers

Files:

ZIP
set_4.zip
98.6 Kb

Responded

1
Developer 1
Rating
(34)
Projects
80
34%
Arbitration
13
31% / 54%
Overdue
19
24%
Free
2
Developer 2
Rating
(1)
Projects
2
0%
Arbitration
0
Overdue
0
Free
3
Developer 3
Rating
(3)
Projects
6
17%
Arbitration
1
100% / 0%
Overdue
0
Free
4
Developer 4
Rating
(3)
Projects
3
0%
Arbitration
0
Overdue
1
33%
Free
5
Developer 5
Rating
(18)
Projects
21
38%
Arbitration
17
0% / 88%
Overdue
2
10%
Free
Published: 4 codes
6
Developer 6
Rating
(551)
Projects
839
61%
Arbitration
33
27% / 45%
Overdue
24
3%
Free
Published: 1 code
7
Developer 7
Rating
(271)
Projects
553
50%
Arbitration
57
40% / 37%
Overdue
227
41%
Working
Similar orders
Look at this chart. The ellipses that I have identified show reversals and liquidity was I am trying to find a good way to identify these areas an indicator that automatically detects the sweep and reversal Look at this chart. The ellipses that I have identified show reversals and liquidity was
Subject: EA Requirements for Prop Firm Trading - Live MT5 + Investor Access Required* To apply, you must already have the EA running live on an MT5 account connected to the market. You will need to provide the investor password and login for me to trace and monitor the account. *EA Requirements:* 1. *One trade at a time only* - EA must not open a new position if one is already running. Use `OrdersTotal() == 0` check
Gerald forex bot 30 - 40 USD
I am looking for an experienced MQL5 developer to build an advanced Expert Advisor (EA) for MetaTrader 5. The EA must parse trading signals from Telegram channels and execute them automatically on MT5 with high accuracy and low latency. Key Requirements & Custom Features: Multi-Channel Support (2 Telegram Channels): The EA must be able to listen to two different Telegram channels simultaneously. Independent
Overview: I am looking for an experienced MQL5 developer to build an advanced Expert Advisor (EA) for MetaTrader 5. The EA must parse trading signals from Telegram channels and execute them automatically on MT5 with high accuracy and low latency. Key Requirements & Custom Features: Multi-Channel Support (2 Telegram Channels): The EA must be able to listen to two different Telegram channels simultaneously. Independent
Ich möchte einen professionellen Expert Advisor (EA) für MetaTrader 5 entwickeln lassen, der sich funktional am ThunderGold Scalper orientiert. Instrument: XAUUSD / GOLD Zeitrahmen: M15 Plattform: MetaTrader 5 / MQL5 Der EA soll eine eigene, nachprogrammierte Strategie verwenden und keine geschützten Quellcodes oder proprietären Dateien des Originalprodukts kopieren. Gewünschte Funktionen: automatischer Handel auf
I need a fully automated Expert Advisor (EA) written in MQL5 for MetaTrader 5. The EA must work directly inside MT5 and must NOT require TradingView, PineConnector, webhooks, or another external connector to place trades. Trading Instrument Primary symbol: XAGUSD (Silver) My broker may display the symbol as XAGUSD-ECN, so the EA should work with the broker’s available XAGUSD symbol. Main entry timeframe: 5-minute
RECHERCHE DÉVELOPPEUR MQL5 — PARTENARIAT 50/50 Objectif : développer un EA de trading automatisé en 11 jours maximum pour participer à plusieurs concours de trading démo. Je recherche un développeur MQL5 expérimenté, capable de développer, tester et optimiser un EA proprement, avec une vraie maîtrise de la gestion du risque. CONCOURS VISÉS 🥇 XM — Weekly Demo Contest - Concours récurrent - Prize pool annoncé : 25 000
SmartMove_EA 30+ USD
I need a EA programer to program my EA for MLQ5 to sell at the last candle before impulses to the downside(-) and buy on the last candle before the upside(+) movement. For the take profit we target the nearest high for buy and target nearest low for sell.Stop loss on the last weak of the order block
GoldTrade EA 89+ USD
//+------------------------------------------------------------------+ //| XAUUSD Wolfe + SMC Quick Profit EA | //| MT5 / MQL5 | //+------------------------------------------------------------------+ #property strict #include <Trade/Trade.mqh> CTrade trade; //================================================================== // INPUTS //================================================================== //--- General
can you help me with I have an indicator that I built and I work with PickMyTrade. The entries come through the alerts I get from Trading View . Trading View needs to send an alert and PickMyTrade executes a trade at that exact same second. Now, I have a problem in Trading View with the synchronization between the alert and the signal. I have a box that I built for a trade. It needs to output the box and get an

Project information

Budget
10 - 20 USD
Deadline
from 1 to 4 day(s)