EA for MACD with intial stop loss, TakeProfit 1, Take Profit 2 and Trailing Stop

MQL5 专家

工作已完成

执行时间12 天
客户反馈
Long working but now finished, good job.

指定

Hello Trader, I need an EA in MT5 for MACD with this parameter as variable:

  • Initial stop loss 30 pips
  • Take profit 1 with 30 pips
  • Take profit 2 with 74 pips
  • Trailing stop with 30 pips when trade start in 2pip steps

Order rules:

LONG: When the MACD(8,9,8) cross over value 0 open trade at open next bar with 30 pips stop loss, take profit level 1 with 30 pips and take profit level 2 with 74 pips and start trailing stop with 30 pips when the trade is 2 pips in profit every 2 steps. 

SHORT: When the MACD(8,9,8) cross below value 0 open trade at open next bar with 30 pips stop loss, take profit level 1 with 30 pips and take profit level 2 with 74 pips and start trailing stop with 30 pips when the trade is 2 pips in profit every 2 steps.

The Stop los level, TakeProfit1 and TakeProfit2 shall be shown in chart.

Rule: Open one order, with 30 pips stop loss and 74 Pips target. If the order reached 30 pips profit close 50% of the order quantity, move the stop loss to break even (+5 pips over or below from entry price)

Risk management: every trade open max. quantity 0.5% (half percent) from actual trading balance for 30 Pips.

IMPORTANT: The coding must be program modular which means it must be possible to add addional trading strategies as own function for the the order rules like in the next example:

void macd()

{ signal rules..... }

void dss()

{ signal rules ....}

....


void update bar()

{

     if  (macd (true) || dss[true) ..........)

     {  Order_entry()

        Order_management()

        Order_traling()

        ....

     }

}

Additial information: variable for stop loss, take profit 1, take profit 2, trailing stop, risk in % for calculation quantity.

Time frame: 1h, 3h, 4h, daily

Currency pairs; 16 currency pairs trade able. Open trades max at the same time 8 which means max. risk open trades 4%.

//////////////////////////////////////////

the specifications are attached as zip file.


Happy trading

Christian Schranz

You can send me also a PM at office@schranztrading.at







    

反馈

1
开发者 1
等级
(1093)
项目
1773
61%
仲裁
14
64% / 7%
逾期
84
5%
空闲
2
开发者 2
等级
(414)
项目
670
33%
仲裁
60
17% / 32%
逾期
113
17%
工作中
3
开发者 3
等级
(2423)
项目
3048
66%
仲裁
77
48% / 14%
逾期
340
11%
工作中
4
开发者 4
等级
(229)
项目
339
49%
仲裁
21
5% / 33%
逾期
24
7%
空闲
5
开发者 5
等级
(2)
项目
2
50%
仲裁
1
0% / 100%
逾期
0
空闲
6
开发者 6
等级
(12)
项目
17
29%
仲裁
6
17% / 67%
逾期
4
24%
空闲

项目信息

预算
50 - 80 USD
VAT (20%): 10 - 16 USD
总计: 60 - 96 USD
开发人员
45 - 72 USD
截止日期
 5  10 天