MQL4: Combine 2 indicators and create Automated Expert Advisor based on Bollinger Bands and CCI

Tarea técnica

Hi I'm interested in creating an automated forex trading strategy (a "bot"?) to be used on MT4 (Oanda).

1) The program will have the ability to search/monitor for the specific opportunity on multiple preset timeframes (10/15/30/etc. minute charts - Question: Will the designated timeframes need to be opened and displayed on my screen for the program to run?...);

2) Using my (customizable) Bollinger Band and CCI settings, whenever price intersects with either the upper or lower BB and CCI reading is ><100,resp., a position is immediately and automatically opened in the opposite direction;

3) The position is closed when:
A) At the close of that price bar (ex. 15min) if there is a net profit of, say, 3pips;
B) If "A)" is not achieved, position will remain open into the next time bar until said 3pips is made or a stop loss of (again say) 12pips is hit;
C) If neither "A" or "B" is achieved, position is closed at the close of this next time bar or the open of the next;

4) I would probably need your assistance in making sure I've loaded it into MT4-Oanda as I'm very new at using MT4 and the Auto Trader. I'm also open to a rate for on-going technical support. (I've been using fxtrade the past several years and am only now learning MT4 to do this).


Thanks,

Joe Sagisi
sagllc1901@gmail.com


































































































Han respondido

1
Desarrollador 1
Evaluación
(33)
Proyectos
35
40%
Arbitraje
11
9% / 91%
Caducado
4
11%
Libre
2
Desarrollador 2
Evaluación
(199)
Proyectos
287
52%
Arbitraje
0
Caducado
1
0%
Libre
3
Desarrollador 3
Evaluación
(94)
Proyectos
148
59%
Arbitraje
16
38% / 13%
Caducado
25
17%
Libre
4
Desarrollador 4
Evaluación
(73)
Proyectos
132
52%
Arbitraje
9
44% / 33%
Caducado
64
48%
Libre
5
Desarrollador 5
Evaluación
(188)
Proyectos
212
58%
Arbitraje
9
11% / 89%
Caducado
8
4%
Libre
6
Desarrollador 6
Evaluación
Proyectos
0
0%
Arbitraje
0
Caducado
0
Libre
7
Desarrollador 7
Evaluación
(58)
Proyectos
89
38%
Arbitraje
26
4% / 77%
Caducado
39
44%
Trabaja
8
Desarrollador 8
Evaluación
(216)
Proyectos
258
78%
Arbitraje
3
67% / 33%
Caducado
19
7%
Libre
9
Desarrollador 9
Evaluación
(647)
Proyectos
1295
67%
Arbitraje
84
26% / 49%
Caducado
338
26%
Libre
10
Desarrollador 10
Evaluación
(88)
Proyectos
143
39%
Arbitraje
21
19% / 48%
Caducado
30
21%
Libre
11
Desarrollador 11
Evaluación
(258)
Proyectos
395
28%
Arbitraje
69
19% / 49%
Caducado
120
30%
Libre
12
Desarrollador 12
Evaluación
(59)
Proyectos
182
55%
Arbitraje
31
45% / 16%
Caducado
103
57%
Libre
13
Desarrollador 13
Evaluación
(491)
Proyectos
1017
58%
Arbitraje
29
28% / 24%
Caducado
132
13%
Libre
14
Desarrollador 14
Evaluación
(109)
Proyectos
140
44%
Arbitraje
19
16% / 53%
Caducado
20
14%
Trabajando
15
Desarrollador 15
Evaluación
(550)
Proyectos
827
73%
Arbitraje
15
53% / 13%
Caducado
193
23%
Trabajando
16
Desarrollador 16
Evaluación
(225)
Proyectos
284
42%
Arbitraje
15
13% / 47%
Caducado
67
24%
Libre
17
Desarrollador 17
Evaluación
(33)
Proyectos
49
12%
Arbitraje
16
0% / 88%
Caducado
10
20%
Libre
18
Desarrollador 18
Evaluación
(9)
Proyectos
11
55%
Arbitraje
0
Caducado
6
55%
Libre
19
Desarrollador 19
Evaluación
(69)
Proyectos
93
34%
Arbitraje
10
40% / 30%
Caducado
5
5%
Libre
20
Desarrollador 20
Evaluación
(564)
Proyectos
933
47%
Arbitraje
302
59% / 25%
Caducado
125
13%
Trabajando
21
Desarrollador 21
Evaluación
(8)
Proyectos
12
0%
Arbitraje
21
0% / 81%
Caducado
4
33%
Libre
22
Desarrollador 22
Evaluación
(1)
Proyectos
1
0%
Arbitraje
1
0% / 100%
Caducado
0
Libre
23
Desarrollador 23
Evaluación
Proyectos
0
0%
Arbitraje
0
Caducado
0
Libre
24
Desarrollador 24
Evaluación
(5)
Proyectos
6
17%
Arbitraje
2
0% / 50%
Caducado
0
Libre
25
Desarrollador 25
Evaluación
(13)
Proyectos
36
58%
Arbitraje
3
33% / 33%
Caducado
6
17%
Libre
Solicitudes similares
I am looking for help to code an Expert Advisor (EA) for MetaTrader 4 (MT4). The EA should automate trading based on specific strategies and market conditions. I'm familiar with the basics of MQL4 but need assistance with more advanced features, like managing multiple indicators, optimizing risk management, and implementing trailing stops. I aim to create a reliable, efficient EA that can monitor the market and
I’m looking to turn into code. Trading Instrument - Crude Oil Futures (CL) Chart and Timeframe - 30-second chart Entry Setup 1. Time Focus on the first 30-second candle after 11:00:00 AM New York time. (11:00:00 candle) 2. Candle Size Limit : Skip the trade if the first candle is greater than 10 points. 3. Entry Orders - Place stop orders at the high and low of the first 30-second candle after 11:00:00. - Long Entry
EA gold HB king5 100+ USD
// เริ่มต้นโปรแกรม EA input double LotSize = 0.1; // ขนาดของล็อต input double TakeProfit = 50; // จุดกำไร input double StopLoss = 50; // จุดขาดทุน // ฟังก์ชันที่เรียกเมื่อมีการสั่งซื้อ void OnTick() { double MA = iMA(NULL, 0, 14, 0, MODE_SMA, PRICE_CLOSE, 0); // Simple Moving Average (SMA) 14 double Price = Bid; if(Price > MA) // เงื่อนไขสำหรับการซื้อ { if(OrderSelect(0, SELECT_BY_POS) == false) //
I’m looking to turn into code. Trading Instrument - Crude Oil Futures (CL) Chart and Timeframe - 30-second chart Entry Setup 1. Time Focus on the first 30-second candle after 11:00:00 AM New York time. (11:00:00 candle) 2. Candle Size Limit : Skip the trade if the first candle is greater than 10 points. 3. Entry Orders - Place stop orders at the high and low of the first 30-second candle after 11:00:00. - Long Entry
I want a bot that take trade from any arrow indicator with buffer value. Pls the bot even have 5 indicator filter to filter trade independent of the time frame of the bot
hello there I need a copy trade for mt4 can ANYONE help me with and let discuss on how to go about it kindly send me message to signify and let discuss mind you i need this urgently let connect to discuss and conclude
I would like the better volume indicator 1.6 in a scanner format. Scanning multiple timeframe and pairs of which can be picked. Would like it to provide all standard notifications and also if pressed to go to the a template timeframe and pair. *To be placed in a table format as the one added. To be able to add which time frame you want to see. *To advise me of the following Climax High - turn the text green High
i have a JavaScript of a code which is a indicator of trading view, i want to convert into python script and make a mql5 automated trading bot which can take automatic trade and also exit when the signals come by the indicator
I need to build EA MT4 that able to connect as copy trading between demo account to real account with partial of positions not all Example: If the demo account open position so the real account will be opened same position with ability to place different volume size based on real account equity and demo equity, and ability to choose which position should be copied, position one, two, three, four, five, six, seven
I would like an existing, older MT4 EA I had developed converted into an MT5 EA and debugged where necessary. The EA is attached and should be fairly self-explanatory. It is a breakout order entry EA with customisable parameters

Información sobre el proyecto

Presupuesto
500 - 2000 USD
Para el ejecutor
450 - 1800 USD
Plazo límite de ejecución
de 1 a 10 día(s)