I need a new MT5 Forex robot based on price action and candle sticks formation + ATR Multipliers + Donchian Channel + Stochastic + private MT4 Indicators

MQL5 エキスパート

仕事が完了した

実行時間4 日
開発者からのフィードバック
Thanks again 🙂

指定

Hi Expert,

  I want a trading robot that will be based on candle sticks patterns. I will also provide all details on a short video.

 

I want to create a Trend Trading MT5 Robot that can Fully Automated trading that have the following requirements:

 

1.Buy Sell Entry Options: A Setting that come with 3 trading modes options for entry: Buy, Sell or Buy/Sell

 

2. Entry Set up using a "Smoothed ATR Zone" created using 2 different ATR multipliers with different periods

 

3. A Donchian Channel standard indicator to determine the Initial Stop Loss price level (with option to set up) and thereafter using it as Trailing Stop Loss level to close All open positions

 

4. A private MT4 trend indicator( I have the ex4 file but don't have source code) for the EA's to determine whether the EA should take Buy or sell trades.

 

Here, the EA will take buy trades only if the indicator is above the zero line; and will sell trades only if the indicator is below the zero line

 

5. EA will use Stochastic standard indicator 2- lines cross over for "Trigger price". At the Stochastic cross-over, the price will be used as "Triggered Price" to open trades. There after the EA only use this "Triggered Price" for ALL open trades

 

Requirement:

 

For Initial Buy trade: The 2 stochastic lines must cross-over upward at or below from the 30-level

 

For Initial Sell trade: The 2 stochastic lines must cross-over downward at or above from the 70-level

 

 

6. Multiple Trades: EA will continuously open trade when ALL the above 1-5 conditions are met:

 

Requirement:

 

For Buy Trade : The EA will continuously open new Buy trade after each candle close, as long as the NEXT closing candle is a Bullish candle

 

For Sell Trade : The EA will continuously open new Sell trade after each candle close, as long as the NEXT closing candle is a Bearish candle

 

 

7. The EA will Auto Close ALL Open Positions when price "Reach" the opposite ATR Zone OR using either of the 2 Take profit options:

 

The EA should have these Take Profit options in Setting:

 

1. Individual price level setting:

This setting apply to every individual open trade by the EA, it will follow this level to take profit for each trade

 

2. Global price level setting

In this setting, the EA will close to ALL open positions at this price level to take profits

 

8. For Stop Loss: The EA will Auto Close ALL Open Positions when price "Reach" the Donchian Channel Stop Loss Level (or as Trailing Stop ) OR using either of the 2 Stop Loss options setting:

 

For Stop Loss, EA should also have 2 other options:

 

1. Individual price level setting:

This setting apply to every individual open trade by the EA, it will follow this price level to take stop loss for each trade

 

2. Global price level setting

In this setting, the EA will close to ALL positions at this Global Stop Loss

price level

 

  9. Monitor Display Panel should have:

1. 2-Colored  

2. Include a "Pause Button" to pause EA trading,

3.Include "Close All Button" to close all open positions

 

I am looking forwards to hear from you.

 

Thank You for your time to read this.

 

 

 

 


ファイル:

PNG
P_1.png
42.7 Kb
PNG
p_2.png
29.7 Kb
PNG
p_3.png
27.2 Kb

応答済み

1
開発者 1
評価
(59)
プロジェクト
66
6%
仲裁
27
19% / 37%
期限切れ
4
6%
取り込み中
2
開発者 2
評価
(177)
プロジェクト
243
21%
仲裁
17
65% / 18%
期限切れ
1
0%
仕事中
3
開発者 3
評価
(2102)
プロジェクト
2674
62%
仲裁
114
46% / 25%
期限切れ
421
16%
取り込み中
4
開発者 4
評価
(39)
プロジェクト
40
10%
仲裁
0
期限切れ
0
5
開発者 5
評価
(52)
プロジェクト
97
24%
仲裁
11
18% / 18%
期限切れ
12
12%
仕事中
6
開発者 6
評価
(37)
プロジェクト
59
27%
仲裁
25
20% / 52%
期限切れ
10
17%
仕事中
7
開発者 7
評価
(141)
プロジェクト
207
80%
仲裁
18
33% / 44%
期限切れ
10
5%
仕事中
8
開発者 8
評価
(4)
プロジェクト
2
0%
仲裁
2
50% / 0%
期限切れ
0
9
開発者 9
評価
(16)
プロジェクト
25
28%
仲裁
8
38% / 25%
期限切れ
3
12%
仕事中
10
開発者 10
評価
(63)
プロジェクト
194
73%
仲裁
4
100% / 0%
期限切れ
1
1%
11
開発者 11
評価
(1)
プロジェクト
1
0%
仲裁
0
期限切れ
0
12
開発者 12
評価
(2442)
プロジェクト
3077
66%
仲裁
77
48% / 14%
期限切れ
340
11%
13
開発者 13
評価
(66)
プロジェクト
143
34%
仲裁
10
10% / 60%
期限切れ
26
18%
14
開発者 14
評価
(119)
プロジェクト
169
38%
仲裁
9
78% / 22%
期限切れ
15
9%
15
開発者 15
評価
(261)
プロジェクト
425
38%
仲裁
86
44% / 19%
期限切れ
71
17%
取り込み中
16
開発者 16
評価
(42)
プロジェクト
88
14%
仲裁
31
29% / 55%
期限切れ
36
41%
仕事中
類似した注文
Required to develop expert advisory which will work on any pair including crypto , forex, gold, silver, oil, simple stragy which will work on RSI,GRID, take profit, grid distance, start and stop button, only buy and only sell, filter for time frame Like 5m to 4 hr. stop loss and take profit .Detail will be shared once you except order
Zzz 30+ USD
// กำหนดค่าตัวแปรพื้นฐาน input double lotSize = 0.1; // ขนาดล็อตที่ต้องการ input int takeProfit = 50; // ระยะ Take Profit (จุด) input int stopLoss = 50; // ระยะ Stop Loss (จุด) input int magicNumber = 123456; // หมายเลข Magic Number input int smaPeriod = 14; // ช่วงเวลา Simple Moving Average (SMA) // เวลาที่ออเดอร์ล่าสุดถูกเปิด datetime lastOrderTime = 0; // ฟังก์ชั่นหลักของ EA void OnTick() { //
Mobile robot 50 - 100 USD
I want a profitable scalping EA robot for mt5 and mobile phones (licence key should be provided).the video link attached below indicates how the EA robot should operate it.it analyses the market before taking trades and it trades candle to candle .also coding samples are provided on the video .it should be applicable to all timeframes.it should trade indices(Nas100,US30,S&p500,GER30,)
I use the translator I hope to make myself understood. I'm looking for a cyclical indicator. mt5. I attach videos to understand how it works. to be inserted at any point of the graph. It is possible to change the color and thickness of the line
This EA must have the following functions together: BE: place BE when the price reach a certain gain in PIPS and you can choose the offset too, so, for example it activates after 10 pips with 1 pip of offset so you can have profit with BE too Auto SL and TP Can manage the trades made by phone when MT5 is open in the PC or VPS Trailing stop (step by step): I can decide at what number of pips the trailing stop get
This is a strategy based on crossing two trend indicators on the second timeframe (1s, for example). We work not only with the market but with the limit orders as well (robot must "read" an order book). Read the whole instruction please for more details. Speak Russian, English
Martingale EA for MT5 30 - 100 USD
Criteria: Only one trade at a time. Cannot open another trade if one is running Trade on EURUSD only, once job is completed I will be happy to schedule more for other pairs You choose entry strategy and criteria win rate must be above 50% in long term backtest of EURUSD Every trade has got TP and SL Trades to last about a day, few trades a week, at least 10 pips gain per trade, so that it can be launched on normal
I have a indicator, mql file. The signals are seen below on a EURNZD H1 chart. Very important to get accurate entries. The signal to trade is the first tic after the the indicator signal paints. I've tried to demonstrate that below. Other than that the EA will have a lot size escalation, an on-screen pip counter, a button to stop taking new trades, SL/TP, and magic number. I would like the indicator to be within the
I would like to create an EA based on the Shved Supply and Demand indicator. you can find the Shved Supply and Demand v1.7 indicator in the following link https://www.mql5.com/en/code/29395 NB: Checks the trading robot must pass before publication in the Market ( https://www.mql5.com/en/articles/2555 ) MQ5 file to be provided
Im looking for an coder to code an EA: Trade management 1. opening trades according to the indicator 2. trades settings to choose from like: open all trades according to the signal open only trade 1,2,3 or 4 % per trade ( example 50/30/20 of the lot settings, with 4 trades it would be for example 50/30/10/10) 3. SL/Trailing settings: Move SL to entry after hitting TP1/TP2 or TP3 moving SL by % keep the original SL

プロジェクト情報

予算
80 - 100 USD
開発者用
72 - 90 USD
締め切り
最低 5 最高 7 日