Modify and Add on functions for existing MT4 and MT5 EA

Spezifikation

Dear Developers,

I have existing EA with mq4 and mq5 files and like to add on extra functions and features for both versions.
This is a grid hedging martingale EA.
Please do not bid if you are not confident of completing the job, let us not waste each other's time.

1. Allow input for different magic number for BUY and SELL (Currently, it is using same magic number for both BUY and SELL)
Eg: Magic number for BUY = 1, Magic number for SELL = 2 
and the same calculation method will apply to the magic number instead of total BUY or total SELL orders

2. Add on time filter for each day individually.
Eg: Mon = 00:01-23:59, Tue = 01:00-23:30 etc. (Monday to Sunday)
True/false to close all trades at end of trading time of this filter for each day. Eg: Tue close all trades at 23:30 True/False, Thur close all trades at 23:30 True/False and so on.
This has to be coded in EA so that no need to disable autotrading.

3. Add on max spread filter
Eg: 0=off, other numbers for spread in points
(If spread and slippage exceeded, retry same order again when conditions are met, but if price falls back to below original intended price, do not retry)
Eg: Max spread is 2 points, slippage is 2points, 1st original BUY price is 1.00001, price drops to 0.99994 and spread widens suddenly to 6points.
Scenario 1 - Price then rises to 1.00007 - do not retry because it went above original BUY price (based on martingale when in loss)
Scenario 2 - Price then drops further to 0.99980 and spread is back to normal at 2points and did not exceed slippage when retrying BUY at 0.99980. Trade to be executed.
The price do not need to be the same as original, as long as it is higher/lower. (If sell, price should be higher, if buy price should be lower because of martingale)

4. Add on news filter based on forexfactory calendar
Eg: News filter is coded into the EA and does NOT require to turn off autotrading.
Inputs = x mins before news, x mins after news
True/false to close all orders x mins before news
During time period of news filter, cannot open new orders and cannot close existing orders even if target is reached.
Exception for equity trailing condition below.

5. Enable/disable total equity trailing in money value during news filter period
Eg: News is 1530hrs, filter starts 10mins before news at 1520hrs, filter ends 10mins after news at 1540hrs.
ONLY during 1520hrs to 1540hrs equity trailing is activated
During time period of news filter, enable/disable equity trailing in money value, but enable/disable block out x mins before and after news absolutely no closing even if trailing hits target.
Inputs: Equity Trailing start when x $ amount floating profit, trailing stop loss x $ amount below trailing start value floating profit, trailing step $0.01 onwards (all in money value)
After 1540hrs, equity trailing is disabled.

6. Enable/disable increase distance by multiplier starting from after x positions of BUY or SELL and continue multiplying.
Eg: Increase distance by multiplier 1.2 after 3 positions. 4th position opens after multiplying by 1.2 x initial distance of 200=240 , 5th position multiply by 1.2 of 4th position distance of 240 and so on.
If 4th to 5th is 240, then 5th to 6th will be 288, 6th to 7th will be 288x1.2=345.6points (roundup to 346)

Separate input for BUY and SELL.

7. Enable/disable VWAP - If price is above VWAP 1 or 2 or 3 allow BUY or SELL only, if price is below VWAP 1 or 2 or 3 allow SELL or BUY only (for counter trend setup).  But if there are existing positions during when price crosses VWAP, continue the original cycle until it ends.
Need 3 VWAP with inputs to Timeframe, period. Eg: H1, Period 10, H4 period 8, D1 period 5, M30 period 14 etc.

8. Add a separate hedging string feature. (specs will  be released to successful candiate)

9. Add licensing to EA


Please ask me any question for further clarification.


Thank you for reading!


Bewerbungen

1
Entwickler 1
Bewertung
(137)
Projekte
161
22%
Schlichtung
7
14% / 43%
Frist nicht eingehalten
4
2%
Arbeitet
2
Entwickler 2
Bewertung
(10)
Projekte
10
0%
Schlichtung
1
0% / 0%
Frist nicht eingehalten
1
10%
Frei
3
Entwickler 3
Bewertung
Projekte
0
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
4
Entwickler 4
Bewertung
(10)
Projekte
25
28%
Schlichtung
1
0% / 0%
Frist nicht eingehalten
1
4%
Beschäftigt
5
Entwickler 5
Bewertung
(196)
Projekte
200
28%
Schlichtung
0
Frist nicht eingehalten
3
2%
Arbeitet
6
Entwickler 6
Bewertung
(186)
Projekte
305
15%
Schlichtung
20
40% / 35%
Frist nicht eingehalten
15
5%
Überlastet
7
Entwickler 7
Bewertung
(236)
Projekte
440
26%
Schlichtung
125
21% / 57%
Frist nicht eingehalten
96
22%
Arbeitet
8
Entwickler 8
Bewertung
(66)
Projekte
143
34%
Schlichtung
10
10% / 60%
Frist nicht eingehalten
26
18%
Frei
9
Entwickler 9
Bewertung
Projekte
1
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
10
Entwickler 10
Bewertung
(253)
Projekte
408
38%
Schlichtung
86
43% / 19%
Frist nicht eingehalten
70
17%
Arbeitet
11
Entwickler 11
Bewertung
Projekte
0
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
12
Entwickler 12
Bewertung
(24)
Projekte
29
38%
Schlichtung
2
0% / 0%
Frist nicht eingehalten
2
7%
Frei
13
Entwickler 13
Bewertung
(10)
Projekte
15
13%
Schlichtung
1
0% / 100%
Frist nicht eingehalten
1
7%
Beschäftigt
14
Entwickler 14
Bewertung
Projekte
0
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
Ähnliche Aufträge
i get paid in 12 hour too send agreement Once the Tp or stop loss or trailing sl is hit a new order is placed in the direction of where the Tp and sl or tsl is hit immediately So trail profits until close and open new trade in reverse direction immediately and trail until close again points for trailing sl, tp and sl I want the trailing stop too have two different functions one is that it’s trails from the entry
// @version= 5 strategy ( "EMA Crossover Strategy with 1:1.6 Risk-Reward" , overlay = true ) // Define the EMAs shortEma = ta.ema ( close , 10 ) longEma = ta.ema ( close , 20 ) // Plot the EMAs on the chart plot ( shortEma , color = color.blue , title = "10 EMA" ) plot ( longEma , color = color.red , title = "20 EMA" ) // Calculate the crossover conditions longCondition = ta.crossover ( shortEma , longEma )
Hi, i have a tos script i need converted to Ninja script, but someone who knows both coding. Cant be someone who is just going to paste into chat gpt, it requires more understanding for compatibility
Hello, I am looking for a highly skilled and experienced MT4 developer to assist with transferring a strategy currently coded in Pine Script to MetaTrader 4 (MT4). The project requires a professional who can handle this project successfully. I am looking for a dedicated and professional developer who can deliver high-quality results. If you have any questions or need further details about the project, feel free to
Hello, I am looking for a highly skilled and experienced MT5 developer to assist with modifying an existing MT5 file. I am looking for a dedicated and professional developer who can deliver high-quality results. If you have any questions or need further details about the project, feel free to reach out. Thank you for your time and consideration. I look forward to working with the right expert to bring this project to
An EA based on zigzag and some indicators ( The ea is already working i need to add this indicator to guide and control trades) Project Overview: - I am seeking a skilled freelance developer to enhance my existing Expert Advisor (EA) by creating source code that I can easily integrate. The EA currently uses Moving Averages (MA) and lines to place trades. I need to add a zigzag function with a true/false option and
We are looking for an experienced coder to develop a trading robot that utilizes two main indicators: 1) Brain Trend Signal 2) TMA (Triple Moving Average) Centered Bands. The robot should generate buy and sell signals based on specific conditions and include robust risk management features. Initial Requirements - **Indicators**: 1. Brain Trend Signal 2. TMA Centered Bands - **Timeframes**: - H4/D1 for trend
1. Combination of Market Profiles on daily basis a) this should be combined if the bell curve is similar to the previous day. Rotational day (volume - standard deviation). b) If breakout, new range should be drawn Conclusion: Market profile should be combined on daily after the market is closed 2. Use Vwap indicator, with 0.5 - slow trend, 1.0 - normal trend, 1.5 fast trend. The stop loss should be under the trend
I 'm looking for a bot to take trades . I have questions 1 . What is the win rate? It could be ! 2 . Any guarantee if the bot does not take a win trade
Make a 10000 plus script trading Expert advisor with detail and make it flawless with no errors no tiny mistakes and make it in mql 5 language. Make it adjustable for it to be able to trade on its own and not be disturbed and make it study the chart and be able to trade any currency pair. I have zero experience and I would just like to copy and paste the code in MetaTrader. Can you make it be compatible with both

Projektdetails

Budget
30 - 200 USD
Für die Entwickler
27 - 180 USD
Ausführungsfristen
bis 10 Tag(e)