EA von Indikator

MQL4 Experts

Job finished

Execution time 1 hour
Feedback from customer
just perfekt!
Feedback from employee
Thanks so much!!!!!

Specification

Brauche Hilfe für einen EA der die Signale von einem Indikator verarbeiten soll.

https://www.mql5.com/de/market/product/39932?utm_source=www.mql5.com&utm_medium=email&utm_term=product.39932&utm_content=visit.product.page&utm_campaign=510.de.updates.website#!tab=tab_p_overview

Danke für Hilfe

Muster der möglichen Programmierung sind im block vorhanden.

Hi, this is an example code of indicator's requets from Expert Advisor for TPA ver. 1.00 with default settings:

   double buyArrow = iCustom(_Symbol, _Period, "Market\\TPA True Price Action MT4 Indicator", "", false, PERIOD_CURRENT, 21, PRICE_CLOSE, 4.0, "", false, PERIOD_CURRENT, "", false, false, false, false, false, false, "", true, 0, 1);
   double sellArrow = iCustom(_Symbol, _Period, "Market\\TPA True Price Action MT4 Indicator", "", false, PERIOD_CURRENT, 21, PRICE_CLOSE, 4.0, "", false, PERIOD_CURRENT, "", false, false, false, false, false, false, "", true, 1, 1);
   double buyDot = iCustom(_Symbol, _Period, "Market\\TPA True Price Action MT4 Indicator", "", false, PERIOD_CURRENT, 21, PRICE_CLOSE, 4.0, "", false, PERIOD_CURRENT, "", false, false, false, false, false, false, "", true, 2, 1);
   double sellDot = iCustom(_Symbol, _Period, "Market\\TPA True Price Action MT4 Indicator", "", false, PERIOD_CURRENT, 21, PRICE_CLOSE, 4.0, "", false, PERIOD_CURRENT, "", false, false, false, false, false, false, "", true, 3, 1);
   
   if (buyArrow != EMPTY_VALUE)
   {
        // code for buy entry signal (buy arrow)
   }
   else if (sellArrow != EMPTY_VALUE)
   {
        // code for sell entry signal (sell arrow)
   }
   else if (buyDot != EMPTY_VALUE)
   {
        // code for buy reentry signal (buy dot)
   }
   else if (sellDot != EMPTY_VALUE)
   {
        // code for sell reentry signal (sell dot)
   }   


TPA True Price Action Indicator has buffers:

[0] - buy arrow (entry signal)

[1] - sell arrow (entry signal)

[2] - buy dot (reentry signal)

[3] - sell dot (reentry signal)


Responded

1
Developer 1
Rating
(437)
Projects
688
34%
Arbitration
33
70% / 9%
Overdue
22
3%
Working
2
Developer 2
Rating
(1269)
Projects
1689
49%
Arbitration
52
71% / 12%
Overdue
37
2%
Free
3
Developer 3
Rating
(2626)
Projects
3336
67%
Arbitration
77
48% / 14%
Overdue
342
10%
Free
Published: 1 code
4
Developer 4
Rating
(27)
Projects
32
41%
Arbitration
2
50% / 0%
Overdue
7
22%
Free
5
Developer 5
Rating
(803)
Projects
1123
43%
Arbitration
47
49% / 23%
Overdue
84
7%
Free
6
Developer 6
Rating
(312)
Projects
521
47%
Arbitration
29
10% / 45%
Overdue
139
27%
Working
7
Developer 7
Rating
(1120)
Projects
1807
61%
Arbitration
14
64% / 7%
Overdue
84
5%
Free
8
Developer 8
Rating
(294)
Projects
470
39%
Arbitration
102
40% / 24%
Overdue
78
17%
Loaded
Published: 2 codes
Similar orders
Ich benötige einen Programmierer der mir einen EA für MT4 erstellt aber auch Kenntnisse in MT5 hat und mir diesen EA später auch in MT5 umschreiben kann. Der EA muss an festgelegten Hochpunkten oder Tiefpunkten die durch einen fraktalen Indikator ermittelt werden eine Position eröffnen, sobald der Hochpunkt oder Tiefpunkt erreicht wird. Die Positionseröffnung erfolgt in einem kleineren Timeframe mittels festgelegter

Project information

Budget
250+ USD