Another EA required

MQL4 Uzman Danışmanlar

İş tamamlandı

Tamamlanma süresi: 6 gün
Müşteri tarafından geri bildirim
very helpful, very quick, knowledgeable and most importantly, he keeps his word. he said today means today. tomorrow means tomorrow. will be using him in the future again. Thank you SM
Geliştirici tarafından geri bildirim
Thank you. Pleased working with you.

İş Gereklilikleri

I need an Expert Advisor for MetaTrader 4. 

Trading on a multiple currencies, the entry signal is based on two custom indicators (code is NOT attached - but i will let you know which buffers to look at). 

There is a time filter required meaning between 0700-1200 there can be no new buy/sell/reverse signal, ONLY close existing position signal is permitted. The time is user-input


Custom Indicator A:
- there are 5 buffer. First buffer is showing green, second buffer is showing green-yellow. Third buffer is showing red, and 4th buffer is showing red-yellow. Only the first and 3rd buffer are important
- buy signal, first buffer (green) must appear for first time (first buffer[1] is not empty = !IS_EMPTY && first buffer[2] is empty)
- sell signal, third buffer (red) must appear for first time

then we use Custom Indicator B to verify:
- there are only 2 buffers. first buffer is up, and second buffer is down.
- buy signal from indicator A will be valid if indicator B is showing up (first buffer is not empty)
- vice versa.
- if there is buy/sell signal from indicator A, and indicator B is not verified - do not open new positions, but close any open position - ie, if there is existing buy order, and indicator A is giving sell signal, and indicator B is not verified, just close the buy order to be flat.


Position volume: let's assume percentage of balance input is 1%, and Account balance is 7000.
Account balance/7 = 1000, and 1% of 1000 is 10. 10 is the amount of dollar Stop Loss. and the last 30 bar high is 10pips away, so we open a position of 1 --- err not sure if this is correct but you get what i mean?
If the last 30 bar high/low is too low, the stop should be set at a minimum allowed distance;


Closing of positions - by the SL and by a reverse signal. All positions are accompanied by a SL based on the high of last 10 bar (for sell signal) and low of the last 10 bars (for buy signal). number of bar is user-input.


All signal check are done after the current bar is closed.





Miscellaneous:
The indicator values are taken from the completed (formed) bar, the current bar (uncompleted) is not used. That is, the modification should occur no more frequently than once in a bar;
The information on the opening/closing of positions and of modifications of the SL should be stored in the Journal;
If there are any errors, it must print a message describing the error.

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(52)
Projeler
133
44%
Arabuluculuk
14
50% / 29%
Süresi dolmuş
55
41%
Serbest
2
Geliştirici 2
Derecelendirme
(362)
Projeler
504
40%
Arabuluculuk
147
18% / 72%
Süresi dolmuş
98
19%
Meşgul
3
Geliştirici 3
Derecelendirme
(2069)
Projeler
2628
61%
Arabuluculuk
113
45% / 26%
Süresi dolmuş
418
16%
Çalışıyor
4
Geliştirici 4
Derecelendirme
(121)
Projeler
134
66%
Arabuluculuk
36
25% / 56%
Süresi dolmuş
22
16%
Serbest
5
Geliştirici 5
Derecelendirme
(28)
Projeler
47
23%
Arabuluculuk
13
31% / 15%
Süresi dolmuş
12
26%
Serbest
6
Geliştirici 6
Derecelendirme
(258)
Projeler
395
28%
Arabuluculuk
69
19% / 49%
Süresi dolmuş
120
30%
Serbest
7
Geliştirici 7
Derecelendirme
(251)
Projeler
400
54%
Arabuluculuk
9
67% / 22%
Süresi dolmuş
36
9%
Serbest
8
Geliştirici 8
Derecelendirme
(128)
Projeler
206
49%
Arabuluculuk
29
28% / 48%
Süresi dolmuş
33
16%
Serbest
9
Geliştirici 9
Derecelendirme
(80)
Projeler
117
67%
Arabuluculuk
16
25% / 13%
Süresi dolmuş
12
10%
Serbest
10
Geliştirici 10
Derecelendirme
(13)
Projeler
34
76%
Arabuluculuk
1
100% / 0%
Süresi dolmuş
6
18%
Serbest
11
Geliştirici 11
Derecelendirme
(66)
Projeler
143
34%
Arabuluculuk
10
10% / 60%
Süresi dolmuş
26
18%
Serbest
Benzer siparişler
i need a custom indicator in mql5 syntax with arrows to point when to buy or sell at time frames M5 and M15. the bellow settings and criteria look into higher time frames to confirm entries. I need extra string to add symbols: input string symbol2 = "DXY"; input string symbol3 = "US10Y"; i have made a very basic sketch on chatgpt but it needs professional code work. Indicators and Settings Used: Commodity Channel
The goal of this project is to catch positions which are moving in the right direction, while locking / hedging the ones that do not. Positions are only opened when price has been moving according to the predominant trend, and wins are used to buy down existing locked positions as required. Please see the attached files for full explanation of the requirements and anticipated solution
I have two not very sophisticated bots that need to be converted from python to MQL5. The bots are very similar, they use 99% of the same methodology, the only difference being that one is a trend-following bot, and the other is a mean reversion bot. I need the parameters to be at the top of the script so that they can be easily changed and optimised. The entire codebase is already done in python (sl,tp, trailing
Create an Expert Advisor script in MQL5 for Metatrader 5 with the following elements: 1. Use the input function to be processed in the code so that it can be manually set all indicators, like stoploss, trailing stop, partial close, trading time zones, lot size, RSI levels, take profit, choosing buy stop or limit order, etc. 2. The EA trades on the pair it is attached to, include this in the script. For example DAX
Specify your Requirements Specification here point by point. Try to describe your requirements briefly and clearly, so that your potential developer is able to correctly assess its complexity and cost, as well as the required execution time. A bad or too generic description will result in your order being ignored, or you will spend a lot of time negotiating the details with each applicant. Remember: It is better to
Excellent trade 30 - 50 USD
I need an expert robot developer that will create a robot using 4 indicators to generate signal for the robot to execute,it should be solely based on candle stick period analysis and the robot will be made to allow indicators parameters adjustment and user input example "parameters optimization" or "hyperparameter optimization as the terminology might be, please I need it urgently, the interested developer should
Hi there, I am after a new MT5 to be created as per the attached detailed brief. If this brief can be successfully completed I have further work for the chosen developer to be discussed once the job is completed. Thankyou
The specifications cover 3 requests: 1- Addition of a Trailing Take Profit function 2- Addition of opening orders according to a decreasing distance (20, 15, 10, 5...pips) 3- Addition of a function that allows choosing a fixed, increasing, or decreasing take profit
Job Description: We are seeking an experienced EA programmer to create an EA that utilizes SnR + Trendlines + Multi timeframe confluence Project Requirements: - Support and Resistance, Open Close levels/kissing candles/Rejection block, Support broken becomes Resistance(SbR), Resistance broken becomes Support(RbS), Quasimodo Levels, Asian Range, London Killzone, London Open, New York Killzone, New York Open
This is the ea I will be looking to do 2 jobs this one then another one later. Indicator is 528 lines of code EA is 703 lines of code Dashboard Is 5034 Lines of code I want to remove the dashboard form the indicator and add it to the dashboard like this and add these features to it Indicator Changes I want to change the indicator The Moving Average Ribbon I want to Add a input to make it fill out or hollow like it is

Proje bilgisi

Bütçe
20 - 100 USD
Geliştirici için
18 - 90 USD
Son teslim tarihi
from 1 to 7 gün