Super Trend

MQL5 Experts Forex

Termos de Referência

If Ema 75 is above price, CCI period 15 crosses below 180 level and previous 7 candles closes are below ema 75 then sell on candle close. The EA is a sell only EA please add stop loss and take profit box so I can add the stop loss and take profit values that I desire 

Respondido

1
Desenvolvedor 1
Classificação
(21)
Projetos
20
10%
Arbitragem
2
50% / 50%
Expirado
0
Trabalhando
2
Desenvolvedor 2
Classificação
(2104)
Projetos
2675
62%
Arbitragem
114
46% / 25%
Expirado
420
16%
Carregado
3
Desenvolvedor 3
Classificação
(89)
Projetos
112
24%
Arbitragem
11
45% / 18%
Expirado
8
7%
Trabalhando
4
Desenvolvedor 4
Classificação
(44)
Projetos
62
52%
Arbitragem
3
0% / 0%
Expirado
1
2%
Livre
5
Desenvolvedor 5
Classificação
(28)
Projetos
35
14%
Arbitragem
6
33% / 50%
Expirado
5
14%
Livre
6
Desenvolvedor 6
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
7
Desenvolvedor 7
Classificação
(398)
Projetos
502
38%
Arbitragem
83
37% / 33%
Expirado
13
3%
Ocupado
8
Desenvolvedor 8
Classificação
(17)
Projetos
18
61%
Arbitragem
3
0% / 100%
Expirado
1
6%
Livre
9
Desenvolvedor 9
Classificação
Projetos
0
0%
Arbitragem
1
0% / 0%
Expirado
0
Trabalhando
10
Desenvolvedor 10
Classificação
(96)
Projetos
109
36%
Arbitragem
3
0% / 0%
Expirado
4
4%
Trabalhando
11
Desenvolvedor 11
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Trabalhando
12
Desenvolvedor 12
Classificação
(357)
Projetos
563
33%
Arbitragem
24
67% / 8%
Expirado
17
3%
Livre
13
Desenvolvedor 13
Classificação
(315)
Projetos
401
21%
Arbitragem
44
61% / 23%
Expirado
46
11%
Carregado
14
Desenvolvedor 14
Classificação
(190)
Projetos
193
76%
Arbitragem
2
100% / 0%
Expirado
0
Livre
15
Desenvolvedor 15
Classificação
(249)
Projetos
446
34%
Arbitragem
56
36% / 38%
Expirado
164
37%
Carregado
16
Desenvolvedor 16
Classificação
(63)
Projetos
194
73%
Arbitragem
4
100% / 0%
Expirado
1
1%
Trabalhando
17
Desenvolvedor 17
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
18
Desenvolvedor 18
Classificação
(67)
Projetos
110
32%
Arbitragem
1
100% / 0%
Expirado
3
3%
Trabalhando
19
Desenvolvedor 19
Classificação
(2)
Projetos
5
0%
Arbitragem
1
0% / 0%
Expirado
1
20%
Trabalhando
20
Desenvolvedor 20
Classificação
(7)
Projetos
13
8%
Arbitragem
0
Expirado
3
23%
Carregado
21
Desenvolvedor 21
Classificação
(3)
Projetos
7
29%
Arbitragem
1
100% / 0%
Expirado
0
Trabalhando
22
Desenvolvedor 22
Classificação
(1102)
Projetos
1459
45%
Arbitragem
49
73% / 12%
Expirado
36
2%
Livre
23
Desenvolvedor 23
Classificação
(564)
Projetos
933
47%
Arbitragem
302
59% / 25%
Expirado
125
13%
Carregado
24
Desenvolvedor 24
Classificação
(30)
Projetos
36
31%
Arbitragem
0
Expirado
1
3%
Trabalhando
25
Desenvolvedor 25
Classificação
(300)
Projetos
450
65%
Arbitragem
5
40% / 0%
Expirado
4
1%
Livre
26
Desenvolvedor 26
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
27
Desenvolvedor 27
Classificação
Projetos
1
0%
Arbitragem
2
0% / 0%
Expirado
0
Trabalhando
Pedidos semelhantes
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
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
I require an MT4 Expert Advisor (EA) that automatically places hedge orders when a buy or sell order is placed by me or another EA. The hedge orders will consist of a stop order (either Buy Stop or Sell Stop), with the same lot size as the original order, deployed at a predefined price distance. The EA must ensure that only one hedge order is placed for each trade. The system should monitor trades based on specific

Informações sobre o projeto

Orçamento
30+ USD
Desenvolvedor
27 USD