Need some modules added to an Expert advisor

MQL5 Indicateurs Experts

Tâche terminée

Temps d'exécution 10 jours
Commentaires du client
He fights to achieve results but he needs to work on his skills on presenting the project in the end professionally.

Spécifications

p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Helvetica Neue'} p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Helvetica Neue'; min-height: 14.0px}

I have created an EA which works and open trades but however it has some few issues. I need certain modules added to it and I am offering $10 per module to be implemented apart from module #6 .  Please check this list and tell me which of these modules you can implement. Module 1 is compulsory so any module you take you have to end up with module 1 because code needs to compile and work well. 


1- Check minor errors and make sure it is compiled such that it can be deployed in the mq5 store.


2-Enable mode in this EA for user to set EA to either open only buy trades, sell trades or both.


3- Enable a risk management module for user to: 

A) Choose the number of trades robot can open. At this time it only opens 1 trade and closes it before opening a new trade.

B) Set fixed amount where all trades are closed if total profit or loss is a certain amount.


4.)Enable EA to use logic to open a certain number of pending orders by scanning market. Create provision to turn on or off this feature also 

How many pending orders should be opened


5.) create system to scan and turn off EA when there is high impact news, if on, how many minutes before news and after news.


6.) Make trailing stop to be explicit someone might not understand it, it should say. (How many points would you like trail to get triggered or start monitoring if trade is in profit?

Answer- could be say 100 points. Then next provision could be, when should trade get exited. Answer: I.e If market moves against profit in part 1 by 2 pips, 3 pips etc


B) Enable the possibility for user to enable partial closing of positions by a certain mini lot for every step made in above response. Eg. Trail and partial close by 1k for every move stated in answer above.



7.)# Create a module where user can choose logic that EA would use, it currently uses RSI.  I need an extra logic added for Bollinger bands

So EA should create buy or sell signals when price closes outside Bollinger band and reopens within band on next candle then set TP in the middle

Of band if trade was opened outside band or set tp in lower band if trade was opened in middle band and take profit above.


Or it could create buy or sell based on both logics or use one logic as confirmation to enter and the other as confirmation to exit. You could add any other

Logic you already have apart from Bollinger bands, I would welcome it.


I am offering $50 for this module 6 if they developer can code freely two other modules 1- as a bonus.


I need only developers who already worked on the module they want to develop, not about to try for the first time. You would need to show me a similar module you already did. Because I need to test the final product quick before Friday. The time is to acquaint yourself with using my code and not for you to learn a new exciting module you did not know before. 


Répondu

1
Développeur 1
Évaluation
(258)
Projets
269
29%
Arbitrage
1
100% / 0%
En retard
3
1%
Travail
Publié : 2 codes
2
Développeur 2
Évaluation
(72)
Projets
80
10%
Arbitrage
38
8% / 58%
En retard
6
8%
Gratuit
3
Développeur 3
Évaluation
(3)
Projets
4
0%
Arbitrage
2
0% / 100%
En retard
1
25%
Gratuit
Commandes similaires
Looking for an experienced Sierra Chart ACSIL/C++ developer to customize an existing footprint chart. I need 3 things: 7-Day ATR – calculate and display a configurable 7-day ATR. Custom Footprint – modify my existing footprint chart to match my preferred layout/data display. Automatic LVN – detect and plot Low Volume Nodes automatically based on volume distribution. I already have a working footprint chart, so no
Торговый робот XAUUSD AI/ML — MT5 + Python + MQL5 Ищу опытного разработчика с глубокими знаниями в следующих областях: MQL5 / MetaTrader 5 Python Машинное обучение / Искусственный интеллект Алгоритмическая торговля Проект Я хочу разработать торговую систему на основе ИИ/машинного обучения, предназначенную исключительно для XAUUSD (золото) . Архитектура: Данные рынка XAUUSD → Модель Python/ML → ПОКУПКА / ПРОДАЖА /
The EA needs to be upgraded according to the strategie built in and first the programer must specify the problems and how can correct and provide the video on how the bot works on different assets after correction
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
1. Title Development of a Custom MQL5 Expert Advisor for XAUUSD (MetaTrader 5) 2. Requirements Specification Overview: I am looking for an experienced MQL5 developer to build a robust, fully custom Expert Advisor (EA) for MetaTrader 5 tailored for trading Gold (XAUUSD). Core Specifications & Features: Asset & Timeframe: Designed specifically for XAUUSD. Timeframe should be selectable directly from the EA inputs
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
Cerco uno sviluppatore MQL5 esperto per sviluppare da zero un Expert Advisor completamente nuovo per XAUUSD su MT5. Non desidero un semplice Expert Advisor basato su indicatori fissi. Desidero un sistema di trading dinamico e adattivo, in grado di adattare il proprio comportamento alle mutevoli condizioni di mercato di XAUUSD. Lo sviluppatore dovrebbe essere libero di combinare qualsiasi tecnica ritenuta opportuna
I am looking for a Senior MQL5 Developer to create a new MetaTrader 5 Expert Advisor from scratch. I will provide a complete Requirements Specification containing objective entry, exit and risk-management rules. This is not a request to copy or decompile an existing product. Project requirements: Clean and modular MQL5 source code. Exact implementation of the supplied strategy. One signal evaluation per configured
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
I need an MT5 EA based on my strategy: MN1/W1/D1 trend analysis, H4/H1 confirmation, EMA 10/23, Fibonacci 12.7 BUY & 88.6/88.7 SELL entries, market structure/candlestick confirmation, automatic SL/TP, risk-based lot sizing, break-even, trailing stop, news filter, and prop-firm risk management. The EA should support scalping, intraday and swing trading, with future AI integration

Informations sur le projet

Budget
30 - 50 USD
Délais
de 1 à 6 jour(s)