Simple EA based on two indicators: ATR and CCI

MQL4 エキスパート

仕事が完了した

実行時間22 時間
依頼者からのフィードバック
Thanks for an good job! Everything well done, I will come again!
開発者からのフィードバック
Excellent customer. Thank you very much for your Job.

指定

I need to compile an simple EA based on two indicators: ATR and CCI. 

The EA should open trades based on CCI oscillator on current timeframe, but only in the direction of trend.  The trend is defined by ATR stop on an higher timeframe.


Parameters:

ATR Stop; variables: ATR period length, ATR multiplicator,

CCI: variables: period length, buy level and sell level

Lot size: fixed

Stop loss:   fixed in pips

Take profit: option 1: fixed in pips    option 2: secure profit option

                  Secure profit: (true or false) position is closed on opening price + predefined “secure profit level”

                  Secure profit level: (variable) XX pips

                 Secure profit trigger: secure profit option will be triggered if XY pips are reached     (where XY is higher or same as XX)

Current timeframe: (variable) – will be used for the calculation of CCI

Higher timeframe: (variable) – will be used for the calculation of the ATR stop

Trading hours: start hour + start min; end hour  + end min   (variables)

 

Open position: - see example

Long: ATR trend on higher TF shows long => CCI on lower TF reaches minimal level (like -180), then trade is opened on next bar open

      (when CCI on current TF reaches opposite maximum (like +180) the short trade is not opened, because we are in long trend

Short: ATR trend on higher TF shows short => CCI on lower TF reaches maximal level (like +180), then trade is opened on next bar open

          (when CCI on current TF reaches opposite minimum (like -180) the long trade is not opened, because we are in short trend

close position:

Either at TP level (if TP is not null), SL level (if SL is not null), secure profit level (if not null), always if trend on higher TF changes (ATR stop on bar close) - or at opposite CCI signal on current TF (if this variable option is chosen as true)

Maximal open trades: 1

The open of the next trade is be always on next bar open.

The EA should work for all timeframes and on all currency pairs and major indexes. 


応答済み

1
開発者 1
評価
(54)
プロジェクト
64
42%
仲裁
5
20% / 60%
期限切れ
4
6%
2
開発者 2
評価
(11)
プロジェクト
12
0%
仲裁
2
0% / 50%
期限切れ
1
8%
3
開発者 3
評価
(195)
プロジェクト
395
28%
仲裁
155
20% / 52%
期限切れ
112
28%
4
開発者 4
評価
(89)
プロジェクト
137
24%
仲裁
35
9% / 40%
期限切れ
52
38%
5
開発者 5
評価
(508)
プロジェクト
764
63%
仲裁
33
27% / 45%
期限切れ
23
3%
6
開発者 6
評価
(133)
プロジェクト
185
30%
仲裁
77
9% / 73%
期限切れ
77
42%
7
開発者 7
評価
(90)
プロジェクト
159
61%
仲裁
40
18% / 63%
期限切れ
70
44%
8
開発者 8
評価
(121)
プロジェクト
134
66%
仲裁
36
25% / 56%
期限切れ
22
16%
9
開発者 9
評価
(26)
プロジェクト
29
3%
仲裁
11
9% / 73%
期限切れ
3
10%
10
開発者 10
評価
(97)
プロジェクト
121
25%
仲裁
5
20% / 60%
期限切れ
17
14%
11
開発者 11
評価
(46)
プロジェクト
73
16%
仲裁
13
8% / 92%
期限切れ
37
51%
12
開発者 12
評価
(130)
プロジェクト
210
40%
仲裁
90
20% / 43%
期限切れ
85
40%
類似した注文
Looking for an EA which can produce less than 5% drawdown. Also profit factor above 1.5 (preferably 2.0) Please give me proper explanation how your EA works too Has anyone programmed it before? is it limited to forex only
1) the EA can compound the lot size from 0.01 to 0.02 so on 2) the EA must able to trade different kind of pair 3) the EA will have stoploss or take profit 4) long term profit 5) for equiry will be 100 for every 0.01 lot Developer will have that kind of EA may apply and introduce any investor account! this EA must have mql4 file
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px 'Helvetica Neue'} Hello Looking for someone to help me improve my current strategy on my own algorithm and to also add hedging mode
I want the script in mql5 language for my martingale strategy. The script should open trades in both directions buy and sell and if any trade closes in loss then open new trade in that direction by using the next volume and when trade closes in profit then reset the volume to first from volume list and also maximum consecutive losses limit will apply. If trades closes consecutively in losses and hits the limit then
Long Position 1. Trend Line: When a Lower High (LH) is formed, draw a trend line from the previous Higher High (HH) to the new LH. 2. Trend Line Adjustment: If a new Lower High (LH) is formed without breaking the trend line, redraw the trend line to the new LH. Draw a trend line between the Higher High (HH) and the Higher Low (HL). If a new Higher High (HH) is formed, remove the previous trend line and draw a new one
Please watch the video on this youtube channel and download the Indicator from there. https://www.youtube.com/watch?v=ldTomLu8DxE&amp ;t=32s Rules are explained on the video and the download of the indicator is on the same video
I would like an EA that follows exactly this steps to trade de daily candle. Watch the video and then see if you can do the task. https://www.youtube.com/watch?v=g3oDYq4P9ZE Document is one this link https://cdn.discordapp.com/attachments/1135977927469703230/1135978751461695598/Daily_Bias-TTrades_edu.pdf?ex=669a9a27&amp ;is=669948a7&hm=96de195f7e695a381c1261b065f67b94fae319d02a0c88641b146f8b2978320c& Should have
I have a custom EA that works fine in the live market trading, but when doing a back test in the strategy tester , it does not open sell orders. There are no errors or warnings; it just doesn't open sell orders. I've checked every possible reason that might be the reason why it does not open sell orders, but I can't find anything, especially since it works fine in the real market and it opens both buys and sells
Hi, I have an indicator from my friend, I want to copy it to my own MT5 can you do that for me. Here is the link
I installed the E.A. into the Experts folder in MT4. When I double click on it nothing happens. When I right click and "attach to chart" nothing happens. The E.A. is not grayed out, it simply will not attach. Any help would be greatly Appreciated

プロジェクト情報

予算
25 - 30 USD
VAT(付加価値税) (19%): 4.75 - 5.7 USD
合計: 29.75 - 35.7 USD
開発者用
22.5 - 27 USD
締め切り
最低 2 最高 7 日