Trabalho concluído

Tempo de execução 11 dias
Comentário do cliente
Lazar è veramente il migliore!!! Oltre alle super capacità di programmazione, possiede una pazienza che pochi hanno. In poche parole: Mark Zuckerberg è nessuno, a confronto!!=)
Comentário do desenvolvedor
An understanding customer is always open to discuss the terms of reference and work together. I was very glad to cooperate! =)

Termos de Referência

By default it contains 2 indicators that can be activated or deactivated with 2 buttons ( +1 virgin button that will be configured at a later time, when another EA that will have the function of generating signals will be terminated ) from outside:

  - the first indicator is a 14-period RSI with levels of 70 and 30 as default (all 3 values can be configured externally as variables)

each time the market crosses these two levels inward, it opens up positions.

Example: the market is above the upper level (which in our example will be 70), going down it crosses it then opens a "SELL" order. Otherwise for the 30 that will open a "BUY" order.


-the second indicator instead works in the following way:

if there are "X" ticks in the upward market sequence then it buys, otherwise it sells.

example:

suppose that the value X is 4, and the market value is 1.3456, if the market value goes through the following steps: 1.3456, 1.3457, 1.3458, 1.3459 then it buys, proceeds in the opposite direction and sells. But if in the middle of the 4 values, even one goes in the opposite direction, then it does not open positions, and starts counting again until the desired scenario is found.


Once the position has been opened, it is expected that there is a positive profit and sets a trailing stop at a market price which, counting various commissions, overnight and spreads, has a positive value of at least "+0.01" as a profit. Practically the minimum level from which the trailing stop will start will guarantee a profit in any case.


for losing operations instead, I would like to be able to set a stop loss that will only work as an indicator to make the robot perform the following logic function:

if the loss is greater than equal to "X%" of the invested amount, then it performs an assessment for which:

if the amount in loss is less than equal to "X%" of the overall gain obtained up to that moment including all the operations carried out on all the markets, then it is closed.


Example:

I have closed 10 deals on 5 different markets to date. the total earnings are $ 10.

if the open loss operation is less than 20% (percentage value that can be entered from outside) of $ 10, then it is closed.

For subsequent loss-making operations, the new earnings will be calculated, corresponding to the remaining 80%. (I would like this last function to be activated or deactivated with an external button)

Example:

- I have earned $ 10 from various operations, a loss operation is closed which is within 20% of $ 10, which is equal to $ 2. There remains $ 8 of profit, which if this function is activated, will be set aside and not counted for the next loss-making operations. In short, for each closed loss operation I will guarantee myself the remaining 80%.


If, on the other hand, it is greater, it is left open until this condition occurs. if, on the other hand, the loss exceeds the second level preset by the external with a percentage of the investment of that operation, then a notification is generated and an email is sent to an address that is entered from outside.

  If it is greater than the previous percentage entered, then it is kept open, the operation remains open until this condition occurs. But if this loss-making operation reaches a second level that indicates a greater loss indicated with a percentage of the investment of this operation (variable configurable from outside), a warning notification is generated and an e-mail is sent to an address that can be entered from outside.


I would like it to open trades whenever it receives a signal from the indicator. it does not have to wait for the previous operation to be closed before opening the next one.


On the other hand, regarding the amount to invest for the various operations, I would like a certain percentage of my portfolio to be used (percentage value that can be configured from outside), and to be able to configure a second percentage value that can be configured from outside to adjust the amount of each individual operation. Example:


- my wallet is $ 1000

- I want to use only 50% for the opening of the various orders (value configurable from outside) ----- 1000 $ - 50% = 500 $

- the maximum investment amount for each operation is 5%, or in any case the purchasable microlot that has an amount lower than 5% (value configurable from outside) ----- 500 $ / 100 = 5 $ ___ 5 $ x 5 = $ 25


Obviously I will need the source code of both EAs.




Respondido

1
Desenvolvedor 1
Classificação
(312)
Projetos
521
47%
Arbitragem
30
10% / 47%
Expirado
139
27%
Livre
2
Desenvolvedor 2
Classificação
(461)
Projetos
488
70%
Arbitragem
6
67% / 0%
Expirado
2
0%
Livre
3
Desenvolvedor 3
Classificação
(70)
Projetos
91
25%
Arbitragem
26
19% / 54%
Expirado
25
27%
Livre
4
Desenvolvedor 4
Classificação
(390)
Projetos
416
30%
Arbitragem
74
19% / 72%
Expirado
52
13%
Trabalhando
5
Desenvolvedor 5
Classificação
(9)
Projetos
19
16%
Arbitragem
3
67% / 0%
Expirado
0
Livre
6
Desenvolvedor 6
Classificação
(45)
Projetos
91
13%
Arbitragem
34
26% / 59%
Expirado
37
41%
Livre
Pedidos semelhantes
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
//———————————————————————————————————————————————————————————————————— 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
SPECIFICA TECNICA: 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 comportamento proprio alle diverse condizioni di mercato di XAUUSD. Lo sviluppatore può utilizzare tecniche appropriate quali trend
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
Composite robot 30 - 200 USD
Title: Multi-Timeframe Pure Price Action & Elliott Wave Execution Bot for XAUUSD 1. Project Overview I need a robust, automated trading bot (Expert Advisor) for MetaTrader 5 (MT5) to trade XAUUSD (Gold) exclusively. The strategy is built entirely on Top-Down Multi-Timeframe (MTF) market structure, pure price action, and Elliott Wave principles. It does not use traditional lagging technical indicators (like RSI or
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
Hi i need help to connect my chat gtp with ninja trader I have all tools. Just need supervision and seeking a professional who can do that for me. This the bridge extension https://crosstrade.io/blog/chatgpt-to-ninjatrader-mcp-walkthrough
MT5 EA DEVELOPMENT SPECIFICATION CHANNEL + RSI REVERSAL STRATEGY I need a professional MetaTrader 5 Expert Advisor based on the following exact strategy. 1. Core Strategy The EA must automatically identify a valid price channel using confirmed swing highs and swing lows. The strategy trades reversals from the channel extremes: SELL: Upper channel + RSI above 70 + bearish rejection. BUY: Lower channel + RSI below 40 +
العنوان: برمجة اكسبيرت MT4 (روبوت تداول) مخصص للذهب يعتمد على RSI والزيجزاج بدون مضاعفات الوصف: السلام عليكم ورحمة الله وبركاته، مطلوب مبرمج محترف بلغة MQL4 لتطوير اكسبيرت (روبوت تداول آلي) مخصص لمنصة ميتاتريدر 4 بناءً على الشروط والمواصفات الفنية الصارمة التالية، لتداول معدن الذهب (XAUUSD) على إطار الخمس دقائق (M5): 1. المتغيرات الخارجية (External Inputs - قابلة للتعديل يدوياً من الإعدادات): إدارة المخاطر (إدارة

Informações sobre o projeto

Orçamento
80 - 150 USD
Prazo
de 3 para 10 dias