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
(442)
Projects
698
34%
Arbitration
33
70% / 9%
Overdue
22
3%
Free
2
Developer 2
Rating
(1278)
Projects
1701
49%
Arbitration
52
71% / 12%
Overdue
38
2%
Free
3
Developer 3
Rating
(2643)
Projects
3358
68%
Arbitration
77
48% / 14%
Overdue
342
10%
Working
Published: 1 code
4
Developer 4
Rating
(27)
Projects
32
41%
Arbitration
2
50% / 0%
Overdue
7
22%
Free
5
Developer 5
Rating
(804)
Projects
1124
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
(1121)
Projects
1809
61%
Arbitration
14
64% / 7%
Overdue
84
5%
Free
8
Developer 8
Rating
(295)
Projects
474
39%
Arbitration
103
41% / 23%
Overdue
79
17%
Busy
Published: 2 codes

Project information

Budget
250+ USD