Breakout Strategy EA

MQL4 专家

指定

Hi, I am looking a professional developer who can create breakout strategy. I will send the guide and the output that I want.

Exit: 10 pips
SL: 1.5 pips
Lot size: Auto lot sizing

反馈

1
开发者 1
等级
(541)
项目
751
46%
仲裁
23
39% / 13%
逾期
63
8%
工作中
2
开发者 2
等级
(546)
项目
1327
59%
仲裁
28
82% / 0%
逾期
10
1%
空闲
3
开发者 3
等级
(472)
项目
501
52%
仲裁
10
60% / 20%
逾期
3
1%
空闲
4
开发者 4
等级
项目
0
0%
仲裁
0
逾期
0
空闲
5
开发者 5
等级
(194)
项目
198
27%
仲裁
0
逾期
3
2%
空闲
6
开发者 6
等级
(2067)
项目
2625
62%
仲裁
113
45% / 26%
逾期
418
16%
已载入
7
开发者 7
等级
(233)
项目
414
34%
仲裁
52
37% / 40%
逾期
153
37%
已载入
8
开发者 8
等级
(45)
项目
67
45%
仲裁
3
0% / 100%
逾期
0
空闲
9
开发者 9
等级
(58)
项目
89
38%
仲裁
26
4% / 77%
逾期
39
44%
工作中
10
开发者 10
等级
(99)
项目
130
40%
仲裁
19
16% / 53%
逾期
19
15%
已载入
11
开发者 11
等级
(1090)
项目
1768
61%
仲裁
14
64% / 7%
逾期
83
5%
空闲
12
开发者 12
等级
(11)
项目
15
33%
仲裁
4
25% / 50%
逾期
4
27%
工作中
13
开发者 13
等级
(586)
项目
1047
49%
仲裁
39
28% / 41%
逾期
49
5%
空闲
14
开发者 14
等级
(2411)
项目
3028
66%
仲裁
77
48% / 14%
逾期
340
11%
空闲
15
开发者 15
等级
(56)
项目
167
69%
仲裁
4
100% / 0%
逾期
1
1%
空闲
16
开发者 16
等级
(116)
项目
137
36%
仲裁
15
13% / 67%
逾期
9
7%
空闲
17
开发者 17
等级
(769)
项目
1033
44%
仲裁
50
8% / 50%
逾期
117
11%
空闲
18
开发者 18
等级
(251)
项目
400
54%
仲裁
9
67% / 22%
逾期
36
9%
空闲
19
开发者 19
等级
(41)
项目
88
14%
仲裁
29
31% / 55%
逾期
36
41%
工作中
20
开发者 20
等级
(66)
项目
143
34%
仲裁
10
10% / 60%
逾期
26
18%
空闲
21
开发者 21
等级
(563)
项目
931
47%
仲裁
301
59% / 25%
逾期
123
13%
工作中
相似订单
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'm looking for an experienced developer to convert a TradingView indicator script into an MT4 (MetaTrader 4) compatible format. The script, written in Pine Script version 5, includes custom indicators and graphical elements such as lines, boxes, and labels that we need to be accurately replicated in MT4
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
I need help with a specific issue in NinjaTrader 8. I'm using Strategy Builder to automate my setup, but it's ignoring some of my conditions for shorts, and not placing long trades at all. I've set up many other Strategies, and never had issues like this, so I suspect the cause is the indicator I'm using, which is the Ichimoku Cloud from the NT User App Share. So what I need is a new version of the indicator that
// 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
Modify existing EA 50 - 70 USD
Hi, The task involves adding functions to an existing EA and correcting an error. The developer must have a thorough understanding of the following: Trailing Take Profit function Calculating a decreasing distance between orders Ability to code a function for Global Profit decrement/increment size in percentage Ability to correct error 10015 Thank you in advance
Looking for experienced programmer to create a trend line breakout and trend line bounce indicator that send alert with arrow on screen without open trades multiple currency pairs time frame M15 H1 H4 D1 W1 MN
Hello programmers, I need a coding assistance to do the following job. Currently the EA opens two different trades one has a comment "Originial" and another has comment "Series" The job is if the Original trade is negative by x pips, open a hedge trade(Hedge1#-OrderTicket of the soruce trade) along with one buystop and a sell stop order and the comment of the trade will be "Recovery#1-+OrderTicket() of the original
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

项目信息

预算
30 - 200 USD
开发人员
27 - 180 USD
截止日期
 20 天