Spezifikation
I'm looking for extra upgrade of existing, extremely complex MT4's EA of significant size with many different features. 99%+ of those features I will not be even talking about, unless you ask me for them.
One of the feature that I have to mention is that the EA is working on two different EX4 sides. Source terminal side (Source EX4) and Target terminal side (Target EX4) within exact channel id number and this feature is basically transmitting (sending) market orders, under complex conditions that must match, at particular time, from Source side (usually demo accounts are used here) to Target terminal side (usually real accounts are used here). Positions are being transmitted strictly within the same channel id, but I can use unlimited channel ids on the same computer. Within one channel id, there is always only one Source terminal (Source EX4) FROM where positions, under particular conditions, are transmitted, and any quantity of Target terminals TO where positions are transmitted (one Target EX4 running per one target terminal) from computer where Source terminal is installed. In order for transmission of market positions to successfully happen, so positions really ''arrive'' to each target terminal within the channel id, the magic number, just like channel id, has to match on Source and Target terminal. There is a lot to be said about this feature how this exactly work and I could be talking about this entire tool for days, because it's very large, complex and has many of very small details integrated.
After I send the tool (with the code) to you, you can ask any question you wish. However, I will NOT say on my own anything about the tool (unless you ask for it), but strictly only what I'm needing from you to be done. This way I don't confuse you with detailed functionality. In order to do what I'm needing, as described below, you will NOT be needing to know 99.9%+ of tool's functionality, but of course you are welcome to ask.
The tool is perfectly working with zero bugs. Everything is perfectly developed exactly as I want to have. Therefore, I would ask you in advance to please do NOT anyhow, not even by accident, change anything in the code, except to add what I'm asking for so you can do what I still need - an extra upgrade. No matter how unusual something is for you in the code, no matter what you think how better would you make something, in advance I am respectfully asking to please keep 100% of entire code guaranteed untouched, do *NOT* change anything, except what is needed to be added to do what I'm asking for. Please REMEMBER THIS as the number one priority.
Extra upgrade I need, which is currently missing in the tool, is related to strictly only Target EX4 functionality (each target terminal) on each/any channel id. This is because internal tool-integrated, meaning within tool (nothing to do with MT in-build Trailing feature), both Trailing and Breakeven functionality are ALREADY PERFECTLY working on Target EX4 side (target terminal[s]) of the tool.
Regardless how perfectly you know how does Trailing and Breakeven work, I would need you to please review tool-exclusive description of their functionality, within my 100% working with zero bugs, on the following link:
https://justpaste.it/a0m27
There is only one upgrade I need, but for both Trailing and Breakeven functionality that work, I repeat once again, on Target EX4 side only (not on Source side). The upgrade I'm asking for is the following:
5 fields. three for Trailing, two for Breakeven, are being defined in the Settings of Target EX4's tool. They perfectly work, just like everything else (99.9% of remaining features) in the tool. However, there is one thing that is missing, and I need you to add this to the tool, while 100% retaining the code identical as it is (please do *NOT* change anything in the code!!!):
The Trailing and/or Breakeven are being defined in Settings, which means the numbers are the same for all trading symbols, all financial instruments.
Sometimes I'm using both Breakeven and Trailing, majority of times I'm using Trailing only. Extremely rarely I'm not using either of them. Each of those 5 fields is a ''master general'' field, which means the value is defined for just about any active market order regardless of anything (e.g. regardless of symbol, regardless of type of trade [buy/sell], regardless if they were transmitted from Source terminal or executed from Stop or Limit pending orders, etc.). I repeat: the values apply for each and every market order that will be opened on this terminal.
That's OK, but I would like to have a feature where I could define those values separately (uniquely) for any trading symbol I want regardless of type of financial instrument (e.g. crypto, crypto perpetual contract, material, commodity, etc. - anything). This means I would like to be able to choose the values uniquely for every symbol so one symbol can have particular values if any, another symbol of another active market order can have different values. There must be unlimited quantity of different values for different symbols at the same time. E.g. if I have tens of market orders active at the same time, every single of them must work according to its unique Trailing/Breakeven values if given.
If value is NOT given in any of those ''unique'' 5 fields (by ''unique'' I'm referring to the feature I'm asking for) then the ''master general'' value in Settings apply if given there. If not given there then Breakeven and/or Trailing is not active in general. By default functionality of the tool (nothing to do with your work, nothing to change): As soon as one out of two Breakeven fields does not have a value then this obviously mean Breakeven generally cannot work. As soon as one out of three Trailing fields does not have a value then this obviously break Trailing generally cannot work.
Summary: I would like to be able to choose both or either of Trailing and/or Breakeven functionalities uniquely for each symbol separately and not the same values for all symbols for all market orders. This means the tool would have to be all the time relocating SL completely independently from each active market order.
If you intend to integrate the table with symbols and 5 columns (one column = one field), then be aware that ALL symbols from MarketWatch must be copied into the table. Also be aware that broker might sometimes add new trading symbols to be available, or remove (stops offering) existing trading symbols. In such case the feature should also handle those updates and auto-add to the table or auto-remove from the table whatever is new or whatever is not offered anymore.
I am repeating for the third time: Please change in the code strictly only what is absolutely required to do what I'm asking for. Kindly leave everything else 100% untouched.
I have another tool which is under some particular conditional events, which I will disclose only if you ask for them (otherwise it has nothing to do with what I'm asking for), automatically deleting (removing) Stop Loss (SL) and/or Take Profit (TP) from the orders if they exist and if conditions for removal happen. In this case, SL/TP automatically disappears because of part of functionality of different tool. I need you to be aware of this: sometimes SL/TP is purposely (it has to!) disappearing (it is being removed) because other tool must work (meaning in particular situations, other tool MUST delete SL/TP from trading orders) like that so it is important that even after implementing this feature there won't be any error or bug. If different tool removes SL/TP then this simply means that Breakeven and/or Trailing in the tool that I'm asking you to upgrade it, will not work on particular market order (particular symbol) anymore.
The tool (the one where I need your upgrade, meaning extra feature to be added) will be sent by me on your request.
One of the feature that I have to mention is that the EA is working on two different EX4 sides. Source terminal side (Source EX4) and Target terminal side (Target EX4) within exact channel id number and this feature is basically transmitting (sending) market orders, under complex conditions that must match, at particular time, from Source side (usually demo accounts are used here) to Target terminal side (usually real accounts are used here). Positions are being transmitted strictly within the same channel id, but I can use unlimited channel ids on the same computer. Within one channel id, there is always only one Source terminal (Source EX4) FROM where positions, under particular conditions, are transmitted, and any quantity of Target terminals TO where positions are transmitted (one Target EX4 running per one target terminal) from computer where Source terminal is installed. In order for transmission of market positions to successfully happen, so positions really ''arrive'' to each target terminal within the channel id, the magic number, just like channel id, has to match on Source and Target terminal. There is a lot to be said about this feature how this exactly work and I could be talking about this entire tool for days, because it's very large, complex and has many of very small details integrated.
After I send the tool (with the code) to you, you can ask any question you wish. However, I will NOT say on my own anything about the tool (unless you ask for it), but strictly only what I'm needing from you to be done. This way I don't confuse you with detailed functionality. In order to do what I'm needing, as described below, you will NOT be needing to know 99.9%+ of tool's functionality, but of course you are welcome to ask.
The tool is perfectly working with zero bugs. Everything is perfectly developed exactly as I want to have. Therefore, I would ask you in advance to please do NOT anyhow, not even by accident, change anything in the code, except to add what I'm asking for so you can do what I still need - an extra upgrade. No matter how unusual something is for you in the code, no matter what you think how better would you make something, in advance I am respectfully asking to please keep 100% of entire code guaranteed untouched, do *NOT* change anything, except what is needed to be added to do what I'm asking for. Please REMEMBER THIS as the number one priority.
Extra upgrade I need, which is currently missing in the tool, is related to strictly only Target EX4 functionality (each target terminal) on each/any channel id. This is because internal tool-integrated, meaning within tool (nothing to do with MT in-build Trailing feature), both Trailing and Breakeven functionality are ALREADY PERFECTLY working on Target EX4 side (target terminal[s]) of the tool.
Regardless how perfectly you know how does Trailing and Breakeven work, I would need you to please review tool-exclusive description of their functionality, within my 100% working with zero bugs, on the following link:
https://justpaste.it/a0m27
There is only one upgrade I need, but for both Trailing and Breakeven functionality that work, I repeat once again, on Target EX4 side only (not on Source side). The upgrade I'm asking for is the following:
5 fields. three for Trailing, two for Breakeven, are being defined in the Settings of Target EX4's tool. They perfectly work, just like everything else (99.9% of remaining features) in the tool. However, there is one thing that is missing, and I need you to add this to the tool, while 100% retaining the code identical as it is (please do *NOT* change anything in the code!!!):
The Trailing and/or Breakeven are being defined in Settings, which means the numbers are the same for all trading symbols, all financial instruments.
Sometimes I'm using both Breakeven and Trailing, majority of times I'm using Trailing only. Extremely rarely I'm not using either of them. Each of those 5 fields is a ''master general'' field, which means the value is defined for just about any active market order regardless of anything (e.g. regardless of symbol, regardless of type of trade [buy/sell], regardless if they were transmitted from Source terminal or executed from Stop or Limit pending orders, etc.). I repeat: the values apply for each and every market order that will be opened on this terminal.
That's OK, but I would like to have a feature where I could define those values separately (uniquely) for any trading symbol I want regardless of type of financial instrument (e.g. crypto, crypto perpetual contract, material, commodity, etc. - anything). This means I would like to be able to choose the values uniquely for every symbol so one symbol can have particular values if any, another symbol of another active market order can have different values. There must be unlimited quantity of different values for different symbols at the same time. E.g. if I have tens of market orders active at the same time, every single of them must work according to its unique Trailing/Breakeven values if given.
If value is NOT given in any of those ''unique'' 5 fields (by ''unique'' I'm referring to the feature I'm asking for) then the ''master general'' value in Settings apply if given there. If not given there then Breakeven and/or Trailing is not active in general. By default functionality of the tool (nothing to do with your work, nothing to change): As soon as one out of two Breakeven fields does not have a value then this obviously mean Breakeven generally cannot work. As soon as one out of three Trailing fields does not have a value then this obviously break Trailing generally cannot work.
Summary: I would like to be able to choose both or either of Trailing and/or Breakeven functionalities uniquely for each symbol separately and not the same values for all symbols for all market orders. This means the tool would have to be all the time relocating SL completely independently from each active market order.
If you intend to integrate the table with symbols and 5 columns (one column = one field), then be aware that ALL symbols from MarketWatch must be copied into the table. Also be aware that broker might sometimes add new trading symbols to be available, or remove (stops offering) existing trading symbols. In such case the feature should also handle those updates and auto-add to the table or auto-remove from the table whatever is new or whatever is not offered anymore.
I am repeating for the third time: Please change in the code strictly only what is absolutely required to do what I'm asking for. Kindly leave everything else 100% untouched.
I have another tool which is under some particular conditional events, which I will disclose only if you ask for them (otherwise it has nothing to do with what I'm asking for), automatically deleting (removing) Stop Loss (SL) and/or Take Profit (TP) from the orders if they exist and if conditions for removal happen. In this case, SL/TP automatically disappears because of part of functionality of different tool. I need you to be aware of this: sometimes SL/TP is purposely (it has to!) disappearing (it is being removed) because other tool must work (meaning in particular situations, other tool MUST delete SL/TP from trading orders) like that so it is important that even after implementing this feature there won't be any error or bug. If different tool removes SL/TP then this simply means that Breakeven and/or Trailing in the tool that I'm asking you to upgrade it, will not work on particular market order (particular symbol) anymore.
The tool (the one where I need your upgrade, meaning extra feature to be added) will be sent by me on your request.
Bewerbungen
1
Bewertung
Projekte
17
65%
Schlichtung
0
Frist nicht eingehalten
0
Frei
2
Bewertung
Projekte
18
17%
Schlichtung
3
67%
/
0%
Frist nicht eingehalten
0
Frei
3
Bewertung
Projekte
11
0%
Schlichtung
0
Frist nicht eingehalten
0
Überlastet
4
Bewertung
Projekte
15
40%
Schlichtung
1
100%
/
0%
Frist nicht eingehalten
3
20%
Frei
5
Bewertung
Projekte
4
0%
Schlichtung
1
100%
/
0%
Frist nicht eingehalten
2
50%
Frei
6
Bewertung
Projekte
0
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
7
Bewertung
Projekte
58
21%
Schlichtung
3
67%
/
0%
Frist nicht eingehalten
9
16%
Arbeitet
8
Bewertung
Projekte
1
0%
Schlichtung
3
33%
/
33%
Frist nicht eingehalten
0
Arbeitet
9
Bewertung
Projekte
3
0%
Schlichtung
0
Frist nicht eingehalten
0
Arbeitet
10
Bewertung
Projekte
245
31%
Schlichtung
0
Frist nicht eingehalten
3
1%
Frei
Veröffentlicht: 2 Beispiele
11
Bewertung
Projekte
0
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
12
Bewertung
Projekte
551
50%
Schlichtung
57
40%
/
35%
Frist nicht eingehalten
227
41%
Arbeitet
Ähnliche Aufträge
Project Description: I am looking for an experienced developer to build a breakout box trading algorithm designed for futures trading , specifically for the 6J (Japanese Yen) contract. The system must be built with prop firm trading rules in mind (fixed risk, limited drawdown, no overnight exposure) and structured for Tradovate-style workflow — clean session logic, pending breakout orders, and strict time-based trade
Conversion of Limit Order EA(MT4 to MT5)
30 - 100 USD
Hi, Good morning: Thanks for looking at my requirement: The objective of the EA is to do some updates in the Main EA (limit order) I have an EA, which places limit order, by reading a text file in the specified folder. Limit Order EA: The EA reads: AUDJPY, BUY, 100.52244, 100.34927, 09/10/2025, 05:45, 09/10/2025, 06:45, 0.17318, 100.91209, 0.09, 100.65232 PAIR, DIRECTION, LIMIT PRICE, SL PRICE, START DATE, START
CRT strategy
35+ USD
I already have some part of the code, i only need developer who knows what hes doing and have experience in similar job to update my code and make it work better and accurately bellow is what i want to be updated on the code HTF swing OB/BB plot correctly in LTF using hybrid method and plot only in external swing point that caused a BOS/CHOC plot HTF FVG correctly on LTF in real time with OB/BB and FVG not plotting
Hello Developers, This is buy side/sell side order for an EA that consist of 3 common indicators with 4 conditions to trigger a buy or sell with added stop loss and take profit. Please send your qualifications for a decision tomorrow. Thanks
I need an experienced MT5 developer to perform full optimization and backtesting for an existing Expert Advisor. The goal is to identify the best-performing parameter sets for consistent profitability and low drawdown. Please provide: Experience with MT5 Strategy Tester Sample optimization or backtest reports Estimated completion time Deliverables: optimized .set files and performance summary report
I already have the Smart Money Concepts [LuxAlgo] indicator (Pine Script version). It’s working correctly and prints multiple order blocks (OBs), CHoCH, BOS, etc. However, I want to make the indicator trade-ready by adding Entry, Stop Loss, and Take Profit logic — then convert it to MT5 while keeping all the visuals and structure logic intact. ### ✅ What I Need Done #### 1. Fix Order Block Selection Logic * The
Hello, I need a custom indicator developed for MetaTrader 5 (MT5) using the MQL5 language. The indicator's logic is based on a specific 3-candle pattern strategy. I have a PDF document that explains all the rules in detail. I will attach this PDF file. Here are the main features required: 1. Pattern Detection: The indicator must detect the "Buy" (Low Sweep) and "Sell" (High Sweep) 3-candle patterns exactly according
Automizar Indicador RSI con alertas
30 - 50 USD
Hola, deseo coviertir el siguiente codigo mql5 del indicador RSI con alertas en un robot (expert advisor) 100% automatico. Es decir, que siempre que envie la senal de compra o venta se ejectute la orden de forma automatica. Que tenga encuentas niveles de soporte en temparalidades H1, H4 y D1 para entrar en compras y de resietncias H1, H4 y D1 para entrar en ventas. Que salga de las opereaciones cuando el RSI toque o
I’m interested in having you build a NinjaTrader 8 strategy based on a fractal model concept (similar to the TTrades fractal strategy). Before ordering, I want to confirm whether this logic fits within your “10 entry and exit condition” limit. Here’s the logic summary: 1. On the 4H timeframe, detect a Candle 2 or Candle 3 structure formation. 2. On the 15M timeframe, confirm a CISD (change in structure direction). 3
want to develop a professional indicator for both MT5 (MQL5) and TradingView (Pine Script v5). The indicator will be based on Market Structure, Liquidity Sweeps, and Point of Interest (POI) concepts — showing continuation and reversal structures with clear visual signals, alerts, and a simple dashboard. The system must automatically detect Break of Structure (BOS), Change of Character (CHOCH), Liquidity (incomplete
Projektdetails
Budget
30 - 40 USD
MwSt (22%):
6.6
- 8.8
USD
Insgesamt:
37
- 48.8
USD
Für die Entwickler
27
- 36
USD
Ausführungsfristen
von 1 bis 4 Tag(e)
Kunde
Veröffentlichte Aufträge16
Anzahl der Schlichtungen0