Develop an EA development with custom indicator integration

仕事が完了した

実行時間3 日
開発者からのフィードバック
Great man! Thank you.

指定

EA Requirements

1. Integrate with Breakout indicator. It works from M5 time frame (I will send the the indicator) but I need the timeframe parameter setting.
2. Buy and Sell order will be based on the Breakout indicators. When the buy/sell order opened, the EA will be close the order if the fresh trend has changed. The EA will only take an action if the success rate is at least 65%
3. Default Lot Size: 0,05. the EA will open 2 orders with 2 TP price based on the TP 1 & 2 from the indicator. (I want to add extra pips for TP2 from the indicator if possible). 
The scenario is for the first, the TP 2 will be follow the indicator direction, but when the EA hit TP 1, the EA will add extra 20 pips for timeframe M5 setting, add extra 30 pips for M15, extra 40 pips for M30, extra 50 pips for H1 and so on.
4. When the EA hit TP1, the EA will modify the second order SL to entry price point
5. The SL has 2 options setting
- Fixed SL by the last swing highest/lowest candlestick based on the timeframe
- SL based on opposite signal is confirmed. 
6. Trailing stop by pips setting: (can be set as disable if needed)
* 30 pips (When the order hit 30 pips, the EA will modify both orders to entry price point) or 0 means disable.
* When first order hit TP1, the EA will start the trailing stop by locked profit 10 pips under TP 1 price point and continue locked 10 pips everytime the order up/down for 20 pips. (The trailing stop parameter setting needed)
6. Order comment parameter: Robot Order
7. Push notification alert to MT4 app when the EA take Buy/Sell/Closed the order
8. Licensing system by Account number and expiry date
9. MQL4 Source code needed

応答済み

1
開発者 1
評価
(34)
プロジェクト
60
23%
仲裁
11
73% / 9%
期限切れ
3
5%
2
開発者 2
評価
(143)
プロジェクト
255
35%
仲裁
12
25% / 58%
期限切れ
42
16%
3
開発者 3
評価
(3)
プロジェクト
4
25%
仲裁
1
0% / 100%
期限切れ
0
4
開発者 4
評価
(473)
プロジェクト
1138
44%
仲裁
51
31% / 33%
期限切れ
500
44%
5
開発者 5
評価
(167)
プロジェクト
192
11%
仲裁
37
38% / 35%
期限切れ
5
3%
仕事中
6
開発者 6
評価
(253)
プロジェクト
406
38%
仲裁
84
43% / 19%
期限切れ
70
17%
仕事中
7
開発者 7
評価
(43)
プロジェクト
72
49%
仲裁
4
0% / 50%
期限切れ
19
26%
8
開発者 8
評価
(65)
プロジェクト
96
52%
仲裁
3
33% / 67%
期限切れ
24
25%
9
開発者 9
評価
(48)
プロジェクト
91
31%
仲裁
28
29% / 43%
期限切れ
42
46%
10
開発者 10
評価
(2411)
プロジェクト
3030
66%
仲裁
77
48% / 14%
期限切れ
340
11%
11
開発者 11
評価
(56)
プロジェクト
169
70%
仲裁
4
100% / 0%
期限切れ
1
1%
12
開発者 12
評価
(22)
プロジェクト
18
6%
仲裁
31
3% / 65%
期限切れ
5
28%
13
開発者 13
評価
(568)
プロジェクト
641
41%
仲裁
21
57% / 29%
期限切れ
47
7%
仕事中
14
開発者 14
評価
(2067)
プロジェクト
2626
62%
仲裁
114
45% / 25%
期限切れ
418
16%
取り込み中
15
開発者 15
評価
(586)
プロジェクト
1047
49%
仲裁
39
28% / 41%
期限切れ
49
5%
16
開発者 16
評価
(41)
プロジェクト
88
14%
仲裁
29
31% / 55%
期限切れ
36
41%
仕事中
類似した注文
I have two not very sophisticated bots that need to be converted from python to MQL5. The bots are very similar, they use 99% of the same methodology, the only difference being that one is a trend-following bot, and the other is a mean reversion bot. I need the parameters to be at the top of the script so that they can be easily changed and optimised. The entire codebase is already done in python (sl,tp, trailing
Job Description: We are seeking an experienced EA programmer to create an EA that utilizes SnR + Trendlines + Multi timeframe confluence Project Requirements: - Support and Resistance, Open Close levels/kissing candles/Rejection block, Support broken becomes Resistance(SbR), Resistance broken becomes Support(RbS), Quasimodo Levels, Asian Range, London Killzone, London Open, New York Killzone, New York Open
Dears, i am looking for developer to make expert advisor in forex to me and i have a strategy , i need the ea to be customize and has some options to be changeable
Hello, I need a professional programmer to help me design an EA that can be able to take trades towards a market direction with accurate prediction. This EA should be able to identify the market trend direction and take multiple trades towards the direction and also able to close the trades together when market wants to reverse at the best profit level. The input at the beginning will be for the EA to be input with a
Hello, I have EA's which were previously developed that are not running correctly and giving errors. Need an experienced MQL developer to fix all issues as well as add some new settings. Thanks
MT5 hft bot 100 - 250 USD
HELLO I AM IN NEED OF HFT TRADING BOT FOR MT5 AND BEFORE WE PROCEEDS YOU MUST SHOW ME HOW YOUR BOT WORK OR SEND ME DEMO VERSION FIRST TO CHECK OUT YOUR BOT WORKING SYSTEM
I already have a Fibonacci based indicator which give precise entry as well as take profit and stop loss levels without repainting. I want to convert this to an EA so as to enable it pick trades automatically. Pay attention to the attached Images for entry and exit description. The EA will be protected with password or any other security protocols. THE EA OUTPUT will be in MQ4 & MQ5
// Define the properties input int ShortPeriod = 12; input int LongPeriod = 26; input double LotSize = 0.1; // OnTick function is called every time there is a price update void OnTick() { double shortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double longMA = iMA(NULL, 0, LongPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double prevShortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 1);
Necesito un bot decente para prueba de fondeo y también cuenta personal, scalp, no grid, no martingale, no practicas prohibidas, algo objetivo, confiable y rentable... 5 Min mínimos de duración por operación, algo ya hecho y bactesteado en cuenta real y de fondeo. Necesito algo agresivo, constante pero que no exponga el capital... prefiero una estrategia de smc
Profit EA 50+ USD
//+------------------------------------------------------------------+ //| SimpleEA.mq4 | //| Generated by MetaEditor | //| https://www.mql5.com/en/docs&nbsp ; | //+------------------------------------------------------------------+ #property strict // Input parameters input double LotSize = 0.1; // Lot size input int MovingAveragePeriod = 50; // MA

プロジェクト情報

予算
100+ USD
開発者用
90 USD