Cashout Expert Advisor

MQL5 Uzmanlar Entegrasyon

İş tamamlandı

Tamamlanma süresi: 2 gün
Müşteri tarafından geri bildirim
Experienced programmer
Geliştirici tarafından geri bildirim
thank you

İş Gereklilikleri

The EA is relatively simple.

Sell Signal: If the price is larger than the M4 pivot before the 15th of each month, we look to sell when the MACD becomes smaller than the signal line.

Buy Signal: If the price is smaller than the pivot M1 before the 15th of each month, we look to buy when the MACD becomes larger than the signal line.

Trade management: 1% risk for the total trade. Position 1 = 60% of 1% of total risk and position 2 40% of total risk.

Both will have the same stop, but different targets. When TP1 is hit, put p2 in breakeven.


Inputs:

input ulong Magic=12345;

input double totalrisk=1.00; //total risk in %

input int P1risk=60;  //risk per position of total risk in %

input int P2risk=40; //risk per position of total risk in %

input int breakeven=-15; //breakeven in points

input int stop= 1000; // stop in points

input int target1= 750; // target 1 in points

input int target2=1500; //target 2 in points

input int date=15; //date for a valid signal

input int MACD_FastEMA = 12;

input int MACD_SlowEMA = 26;

input int MACD_SignalSMA = 9;

input ENUM_APPLIED_PRICE MACD_AppliedPrice = PRICE_CLOSE;


The Expert advisor must work with all brokers. The account is in Hedging.

I would like to have an alert system when a trade is placed, a stop or a target is hit and if there is an error.

The code must be robust to ensure proper operation.

Thanks in advance.



Dosyalar:

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(296)
Projeler
475
40%
Arabuluculuk
105
40% / 24%
Süresi dolmuş
80
17%
Meşgul
Yayınlandı: 2 kod
2
Geliştirici 2
Derecelendirme
(442)
Projeler
570
37%
Arabuluculuk
106
39% / 33%
Süresi dolmuş
17
3%
Serbest

Proje bilgisi

Bütçe
40+ USD
Son teslim tarihi
from 0 to 2 gün