GEA5 - Generic EA V. 5.0

MQL4 Experts

Specification

Please see bellow the spec of GEA5:

1.    Imagine that the whole price spectrum is divided to infinite number of discrete levels and the
distance between each 2 consecutive levels is D (Distance). D is a Process parameter.
Each level is marked Li, where
L0 is the first level where the EA is initiated.

2.    A Process is like in previous versions of GTR,a series of trades that are being executed 
according to the logic that is described herein.

3.    GEA5 is, like previous versions, a multi-process EA. The focus will be to describe how a 
process behaves. Each process will have its own parameters defined under [Process Type 
n]. PipsGap will be included in the Process parameters like in GTR4.

Here is a Process acts:

4.    On each level the Process opens N trades (N is a Process parameter)
marked as T1,T2,T3…..Tn

5.    All trades on a certain level have the same order type: All are Buy or all are Sell.

6.    Each of these trades has its own volume marked as V1,V2…..Vn

7.    The total volume on each level is therefore V1+V2+…+Vn=V

8.    These volumes are described by a Volume Vector (VV) : VV=V1, V2….Vn

9.    The trades on the first level L0 depends on the Initial Trade parameter (Process parameter)

10.     The trades on all the other levels depends on the direction: If the price went downwards and
reached a certain level Li, then all V trades on this level will be Sell. Similarly if the price
went upwards and reached a certain level Li, then all V trades will be Buy.

11.    The Take Profit values for the T trades are described also as a vector and described as 
multiplications of the D. It will look like this: TakeProfitVector=TP1, TP2....TPn. A typical 
TakeProfit vector may look like this: TakeProfit=2, 3, 1, 5, 5…, Meaning TP for T1 is 2*D, 
TP for T2 is 3*D, and so on and so forth. 

12.    Same for stop loss: StopLossVector=SL1, SL2,…..SLn

13.    If due to market movements the EA reaches a level where T trades where already opened in
a previous “visit” of this level, then the EA acts according to the following 3 rules:

i.    It there are N open trades on this level – don’t do anything

ii.    If certain T trades where already closed before due to TP or SL, and the EA reaches this 
level from the “right” direction (upwards or downwards), then open these missing trades
again to complete a full series of N trades. If for example N=5 and the price moved upwards 
and reaches a level where there are 3 Buy trades: T1, T2, T5, then another new 2 Buy 
trades will be opened: T3, and T4, to complete the full series.

iii.    If the price reaches this level from the “wrong” direction, meaning it hits this level in an 
upwards movement but the trades that are already open in this level are Sells – don’t do 
anything.

14.     Header parameters:
1.    GlobalTP
2.    GlobalSL
3.    GlobalAuturestart
4.    Number of processes

15.    Process parameters:
1.    D
2.    N
3.    ProcessTP
4.    ProcessSL
5.    VV (N components)
6.    TakeProfitVector (N components)
7.    StopLossVector (N components)
8.    PipsGap


More detailed spec will be provided to the qualified candidates

Please let me know of any questions you may have.



Menachem


Responded

1
Developer 1
Rating
(128)
Projects
236
65%
Arbitration
30
37% / 23%
Overdue
49
21%
Free
2
Developer 2
Rating
(82)
Projects
150
29%
Arbitration
9
44% / 11%
Overdue
46
31%
Free
3
Developer 3
Rating
(466)
Projects
696
56%
Arbitration
43
30% / 33%
Overdue
113
16%
Working
4
Developer 4
Rating
(90)
Projects
159
61%
Arbitration
40
18% / 63%
Overdue
70
44%
Free
5
Developer 5
Rating
(795)
Projects
1365
72%
Arbitration
112
29% / 48%
Overdue
341
25%
Working
6
Developer 6
Rating
(647)
Projects
1295
67%
Arbitration
84
26% / 49%
Overdue
338
26%
Free
7
Developer 7
Rating
(54)
Projects
164
43%
Arbitration
43
47% / 16%
Overdue
58
35%
Free
8
Developer 8
Rating
(34)
Projects
80
34%
Arbitration
13
31% / 54%
Overdue
19
24%
Free
9
Developer 9
Rating
(546)
Projects
1327
59%
Arbitration
28
82% / 0%
Overdue
10
1%
Free
10
Developer 10
Rating
(18)
Projects
21
38%
Arbitration
17
0% / 88%
Overdue
2
10%
Free
11
Developer 11
Rating
(263)
Projects
537
50%
Arbitration
55
40% / 36%
Overdue
224
42%
Free
12
Developer 12
Rating
(30)
Projects
93
49%
Arbitration
18
56% / 17%
Overdue
38
41%
Free
13
Developer 13
Rating
(187)
Projects
367
56%
Arbitration
45
22% / 56%
Overdue
188
51%
Free
14
Developer 14
Rating
(10)
Projects
20
15%
Arbitration
3
0% / 67%
Overdue
10
50%
Free
15
Developer 15
Rating
(1235)
Projects
2820
80%
Arbitration
156
22% / 43%
Overdue
489
17%
Free
16
Developer 16
Rating
(49)
Projects
134
27%
Arbitration
62
13% / 53%
Overdue
58
43%
Free
Similar orders
STI EA 30 USD
I need to convert this MT4 indicator into MT5 EA/indicator. The problem is I only have the .ex4 file bt not .mq4 file and it is also a repainting indicator. I need preliminary assessment if the conversion can be done based on .ex4 file first before exploring the EA details further. Attached is the indicator Budget below is just indicative for the assessment. We can discuss further once the conversion can be done and
Hello, I’m looking for a profitable mt4 or mt5 EA that makes 10+% montly. No martingale or grid strategy. No major equity fluctuations. If you have an EA with proven track record please contact me
i want you to help me it mq4 source code and insure it will work on mt4 and mt5 optimally basically i want the source code and that dll if its important to crack it .. regards
This mql4 got entry blue line and exit red line and pips inside also calculated it uses haiken Ashi and murray Math settings if you this you up for this job let's discuss it we will talk more when you are chosen thanks in advance
@page { size: 21cm 29.7cm; margin: 2cm } p { line-height: 115%; margin-bottom: 0.25cm; background: transparent } Hi, The task involves adding functions to an existing EA and correcting an error. The developer must have a thorough understanding of the following: Trailing Take Profit function Calculating a decreasing distance between orders Ability to code a function for Global Profit decrement/increment size in
The first section will describe the EAs trading strategy logic and features. The second section is an outline of the inputs that the EA should contain. 1. The idea of the trading system is as follows : This EA enters trades based on fibonacci retracement levels when other (MACD, RSI) conditions are met. It will use a MACD from a particular time frame to establish the swing high and swing lows which the fibonacci
Expert Advisor (EA) will provide automatic entry and exit using Black Dragon indicator as per the description below. Long (entry): on the first blue candle. Long (exit): on the first red candle, stop loss or take profit/break-even. Whatever happens first. Short (entry): on the first red candle. Short (exit): on the first blue candle, stop loss or take profit/break-even. Whatever happens first. Long (stop loss value)
1. **Timeframe and Liquidity:** Focus on the 5-minute timeframe for liquidity analysis.(timeframe for liquidity should be editble) 2. **Candlestick MSS:** Monitor 1-minute candlestick patterns for entry signals.(should be editble) 3. **Swing Points:** Identify swing points using the high and low of the last three candles.(ict swimg high and low) 4. **Sell Setup:** - Wait for a 5-minute candle to take out the swing
Hello Greetings. I have a custom tradingview strategy I would like to convert to Metatrader 5 ( mt5 ) . I have the source code a and with me. Kindly bid if it is what you can do for me and let discuss about the project. Thanks
I'm looking for a developer who has already working on a HFT tailored to pass prop firm challenges within a short period, maintaining a very low drawdown. Here is a link to a video demonstrating an existing EA executing the same strategy: https://youtu.be/N6NEcIpPzV4 Any developer having already worked on this type of project and able to provide quickly a test version is welcome to contact me

Project information

Budget
100 - 200 USD
For the developer
90 - 180 USD
Deadline
from 4 to 8 day(s)