EA based on reversal indicator, ADX, daily range

MQL5 エキスパート

仕事が完了した

実行時間7 日
開発者からのフィードバック
Great client. Very responsive to queries.

指定

The task is to make an EA for Metatrader 5. Normally this EA shall be used on M1 timeframe and only on the chart where it is attached. Settings shall be adjustable to configure it for other timeframes.

 

The EA shall use the following indicators:

 

  1. Correct Entry (abbrev.: “CE”, https://www.mql5.com/en/market/product/13467)
  2. ADX (Average Directional Movement Index, MT5 standard indicator)
  3. DailySize (abbrev.: “DS”, download https://www.mql5.com/en/code/13323)


 

 

The EA shall have several input parameters (name in bold letters):

 

CE sensitivity (default: 95)

ADX limit (default: 60)

Maximum Daily Range (DS, default: 500)

 

TP single position (take profit in ticks or pips, default: 30)

TP basket (take profit of the basket shall be the same money amount as TP single position, [to be discussed])

SL (stop loss in ticks or pips, default: 500, SL is applied on each position separately)

Close on reverse signal (yes/no, default: yes), thus no waiting for SL but close with opposite signal from CE indicator

 

Risk settings    

start lot (default: 0.01)

MultiLot (yes/no, default: yes), if “yes” the start lot gets added on each grid step,(e.g. if start lot 0.1 à first grid lot is 0.2 [=0.1+0.1] à second grid lot is 0.3 [=0.1+0.1+0.1] …) 

if “no” each grid step uses the start lot

max number of positions (default: 7)

 

Grid settings    

minimumgrid step (in ticks or pips, default: 100)

 

Time filter  (GMT)      

start hour (default: 16)

end hour (open trades will be managed until TP or SL, default: 22)

end hour on Fridays (default: 17)

trade on Fridays (yes/no) (if “no” there shall be no trades on Fridays, default: no)

close open positions (close all open positions at a certain time, default: 1)

 

Max Spread (maximum allowed spread to open first order, default: 15)

Push notification (yes/no, send push notification if first position is opened, default: no)

Magic number  (default: 19750216)

Comment  (default: “RUN”)

 

 

Entry logic BUY order:

Only signals at candle close are followed.

First entry at the close of a candle with BUY Signal from CE + ADX above limit + current value of DS is below limit.

For the following grid positions only signals from CE are used.

 

 

Entry logic SELL order:

Only signals at candle close are followed.

First entry at the close of a candle with SELL Signal from CE + ADX above limit + current value of DS is below limit.

For the following grid positions only signals from CE are used.

 

 

Position management:

 

Normally a trade is closed by TP.

In case the grid is needed, the basket must reach TP basket (average) to get closed.

The SL is applied separately on each position. In case of one position reaching SL, the basket shall be recalculated and the TP basket shall be adjusted.

 

An additional grid position is opened in case of another CE signal in the same direction (BUY/SELL). The minimum grid step must be obeyed. In case there is another CE signal at candle close, but the minimum grid distance is not yet reached, the grid position is opened when minimum grid distance will be reached. If minimum grid distance is not reached, no additional grid order shall be opened.

Only signals at candle close are followed.

For all following grid orders the minimum grid distance shall be obeyed. 

 

An opposite CE signal will close the basket (even with a loss).

 

All open positions shall  be closed at a settable time, e.g. at night 1:00 a.m.

 



応答済み

1
開発者 1
評価
(88)
プロジェクト
143
39%
仲裁
21
19% / 48%
期限切れ
30
21%
2
開発者 2
評価
(58)
プロジェクト
66
8%
仲裁
39
26% / 56%
期限切れ
12
18%
仕事中
3
開発者 3
評価
(563)
プロジェクト
932
47%
仲裁
301
59% / 25%
期限切れ
124
13%
仕事中
4
開発者 4
評価
(2422)
プロジェクト
3042
66%
仲裁
77
48% / 14%
期限切れ
340
11%
仕事中
5
開発者 5
評価
(453)
プロジェクト
512
33%
仲裁
25
40% / 48%
期限切れ
7
1%
取り込み中
類似した注文
I am looking to develop an automated trading bot based on a strategy involving the crossing of four Simple Moving Averages (SMA). The bot should be capable of entering trades based on this strategy. Additionally, I would like to incorporate some custom diversions tailored for NinjaTrader
RSI trading bot 50 - 80 USD
Good morning, I'm looking to have an RSI based trading bot developed, which focuses on having many options for closing trades in order to diversify my trading opportunities, and to be good for experimentation in backtesting. Here are the features I'd like: -Being able to have as many of the following options activated as I want, to try all combinations of them -To work on all timeframes, though I will be focusing on
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

プロジェクト情報

予算
100+ USD
VAT(付加価値税) (19%): 19 USD
合計: 119 USD
開発者用
90 USD
締め切り
最低 2 最高 10 日