GEA5 - Generic EA V. 5.0

MQL4 전문가

명시

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


응답함

1
개발자 1
등급
(128)
프로젝트
236
65%
중재
30
37% / 23%
기한 초과
49
21%
무료
2
개발자 2
등급
(82)
프로젝트
150
29%
중재
9
44% / 11%
기한 초과
46
31%
무료
3
개발자 3
등급
(466)
프로젝트
696
56%
중재
43
30% / 33%
기한 초과
113
16%
작업중
4
개발자 4
등급
(90)
프로젝트
159
61%
중재
40
18% / 63%
기한 초과
70
44%
무료
5
개발자 5
등급
(795)
프로젝트
1365
72%
중재
112
29% / 48%
기한 초과
341
25%
작업중
6
개발자 6
등급
(647)
프로젝트
1295
67%
중재
84
26% / 49%
기한 초과
338
26%
무료
7
개발자 7
등급
(54)
프로젝트
164
43%
중재
43
47% / 16%
기한 초과
58
35%
무료
8
개발자 8
등급
(34)
프로젝트
80
34%
중재
13
31% / 54%
기한 초과
19
24%
무료
9
개발자 9
등급
(546)
프로젝트
1327
59%
중재
28
82% / 0%
기한 초과
10
1%
무료
10
개발자 10
등급
(18)
프로젝트
21
38%
중재
17
0% / 88%
기한 초과
2
10%
무료
11
개발자 11
등급
(263)
프로젝트
537
50%
중재
55
40% / 36%
기한 초과
224
42%
무료
12
개발자 12
등급
(30)
프로젝트
93
49%
중재
18
56% / 17%
기한 초과
38
41%
무료
13
개발자 13
등급
(187)
프로젝트
367
56%
중재
45
22% / 56%
기한 초과
188
51%
무료
14
개발자 14
등급
(10)
프로젝트
20
15%
중재
3
0% / 67%
기한 초과
10
50%
무료
15
개발자 15
등급
(1235)
프로젝트
2820
80%
중재
156
22% / 43%
기한 초과
489
17%
무료
16
개발자 16
등급
(49)
프로젝트
134
27%
중재
62
13% / 53%
기한 초과
58
43%
무료
비슷한 주문
HELLO DEAR DEV'S. I'VE AN EA BUT IT STOP WORKING WHEN MT4 HAS BEEN UPDATED TO THE LATEST VERSION (1420). SO I NEED A GOOD DEVELOPPER THAT COULD UPDATE THIS EA TO THE LATEST VERSION OF MT4 SO I CAN USE IT. NB: IT'S A SINGLE FILE (.EX4) AND THE PRICE CAN BE NEGOCIATED TO BE SUITABLE FOR BOTH PARTIES. THANK YOU
hey friends, I am looking to build a smart trading robot, for the capital market. He knew how to trade in all the different types of trade. Example - in shares, currencies, index, indices, ETFs, funds, commodities, options, futures and so on. Suitable for trading on all stock exchanges in the world. It will be possible to install the trading robot in the MetaTrader 5 trading software. But it will also be possible to
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
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
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 percentage Ability to correct error 10015 Thank you in advance
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

프로젝트 정보

예산
100 - 200 USD
개발자에게
90 - 180 USD
기한
에서 4  8 일