RSI EMA GRID EA

MQL4 Indicadores Experts

Termos de Referência

Hello, I would like to ask someone to help me with coding an easy EA.


The EA is based on RSI and EMA.

EMA : IF the the price is above EMA (SMA) 200 open only buy trades, if the price is below Ema (SMA) 200 open only sell trades. 

         MA Timeframe: current (MA Setting)

+

RSI : If Rsi ( period ) is below ( level ) - open buy

       If Rsi ( period ) is above ( level ) - open sell

       RSI TimeFrame : current (RSI Setting)

  1. MaxSpread - maximum allowable spread value
  2. MagicNumber - unique ID for the EA's orders
  3. Slippage - slippage in points
  4. AutoMMBalance - automated money management. ExampleBaseLotSize = 0.01, and AutoMMBalance = 1000, with a deposit of 5000$ the lot of the first order will be 0.05
  5. ExecutionPoint - minimum distance in points between orders
  6. BasketTakeProfit - take profit in points
  7. BasketStopLoss - stop loss for a series of orders in points from the last open order
  8. MaximumBuyLevels, -maximum number orders
  9. MaximumSellLevels - maximum number orders
  10. Lot size Multiplier- 0.01
  11. Working_NewBar - the option of opening new orders at the close of a bar of a selected period
  12. Multiplier_Base - basic multiplier for orders
  13. Multiplier_2,Multiplier_16 - multiplier for orders 2-16, if = 0 the multiplier will be equal to 1
  14. Multiplier_N - multiplier for orders 17... 100
  15. TP_1 - TP_16 - take profit for a series of orders, in which there are 1 to 16 orders, if = 0 then BasketTakeProfit
  16. TP_N - take profit for a series of orders, in which there are 17 to 100 orders
  17. EAComment - a comment to the EA's orders


News Filter

Enable News Filter?: No (Enables the News Filter, pauses trading before/after news).

News GMT Offset: -3 (Set the correct GMT Time offset to match the time difference between your broker and the news on chart)

High impact Before/After pause duration (min): 20 (Stops trading before and after a high impact news release)

Medium impact Before/After pause duration (min): 10 (Stops trading before and after a medium impact news release)

Low impact Before/After pause duration (min): 10 (Stops trading before and after a low impact news release)

Update News every? (hour): 1 (Downloads updates for the news)


I hope its clear, if not just let me know, its really easy ea, I think. 

Thank you very very much :-)




  

Respondido

1
Desenvolvedor 1
Classificação
(117)
Projetos
138
41%
Arbitragem
30
7% / 77%
Expirado
17
12%
Livre
2
Desenvolvedor 2
Classificação
(362)
Projetos
506
40%
Arbitragem
147
18% / 72%
Expirado
99
20%
Carregado
3
Desenvolvedor 3
Classificação
(173)
Projetos
201
49%
Arbitragem
18
11% / 44%
Expirado
1
0%
Livre
4
Desenvolvedor 4
Classificação
(769)
Projetos
1033
44%
Arbitragem
50
8% / 50%
Expirado
117
11%
Livre
5
Desenvolvedor 5
Classificação
(22)
Projetos
28
29%
Arbitragem
3
0% / 67%
Expirado
7
25%
Livre
6
Desenvolvedor 6
Classificação
(221)
Projetos
369
66%
Arbitragem
10
50% / 0%
Expirado
46
12%
Livre
7
Desenvolvedor 7
Classificação
(376)
Projetos
475
40%
Arbitragem
83
36% / 33%
Expirado
13
3%
Ocupado
8
Desenvolvedor 8
Classificação
(196)
Projetos
318
35%
Arbitragem
64
13% / 56%
Expirado
82
26%
Livre
9
Desenvolvedor 9
Classificação
(84)
Projetos
149
31%
Arbitragem
32
34% / 41%
Expirado
43
29%
Livre
10
Desenvolvedor 10
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
11
Desenvolvedor 11
Classificação
(66)
Projetos
95
28%
Arbitragem
20
25% / 55%
Expirado
24
25%
Livre
12
Desenvolvedor 12
Classificação
(277)
Projetos
334
55%
Arbitragem
14
36% / 29%
Expirado
1
0%
Livre
13
Desenvolvedor 13
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
14
Desenvolvedor 14
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
15
Desenvolvedor 15
Classificação
(258)
Projetos
395
28%
Arbitragem
69
19% / 49%
Expirado
120
30%
Livre
16
Desenvolvedor 16
Classificação
(16)
Projetos
21
19%
Arbitragem
7
0% / 71%
Expirado
14
67%
Livre
17
Desenvolvedor 17
Classificação
(3)
Projetos
2
0%
Arbitragem
7
0% / 86%
Expirado
0
Livre
18
Desenvolvedor 18
Classificação
(66)
Projetos
143
34%
Arbitragem
10
10% / 60%
Expirado
26
18%
Livre
Pedidos semelhantes
I need a simple panel to execute both buy and sell operations with very basic things like stopp loss take profit that functions for both market orders such as buy stop sell stop buy limit sell limit I don't care about colors or design I just want how you can do it what interests me most are the functions
I want to create an EA that can take bids according to information of a logic I have developed to give indication of a BUY or SELL opportunity. The EA will then be able to activate the BUY at the lowest possible position once the indicator clears it for a BUY and take bid upwards or identify the highest point and clears it for a SELL and take bids downwards. As you can see from example of JULY 2024 data to see how
We are seeking a skilled developer who can convert a Tradingview indicator written in Pinescript to a NinjaTrader indicator written in C#. The goal is to create a profitable trading strategy using this indicator. The successful candidate will have expertise in both Pinescript and C# programming languages, as well as a strong understanding of trading indicators and strategies. The main responsibilities will include
I am seeking an experienced MQL5 developer to create a user-friendly manual Grid Trading Expert Advisor (EA) with the following key features: Dynamic Grid Trading: Adjustable Grid Distance: Traders can manually input grid distance in pips via an intuitive, movable table. Take Profit Management: Fixed TP for the initial positions (e.g., first 5 trades). Stop-Loss (Optional): Traders can choose to use a stop-loss with
I want have the possibility to increase lotsize not alone by Lot-multiplier rather I want add a fix-lot increase for excample for 0,05 lot. I want have this for buy / sell and hedge-buy and hedge sell
Develop EA to track performance metrics of strategies I would like to develop an EA that will track the performance metrics of the strategies I have running on a terminal, If any of the metrics start to under perform then the EA/Indictor should alert me with a pop up alert that specify's the metric that has triggered the alert. The EA should also display the metrics in a dashboard - please see my example screen shot
I would like to modify the RSI Epert Avisor with a developer. I would like to use the RSI Expert on the inverse mode and the base setting doesnt conatain this strategy mode
Profitable EA HFT 50 - 300 USD
From a long time i am searching for a profitable EA i have lost a lot , and now i have only 300$ to buy a profitable EA , i wish to say with 0 losses but some or most traders they don't want to hear this i am really tired of searching for a programmer to just create me a profitable EA with the least losses or zero losses maybe nearly 1 year i am searching i just need an HFT EA that can work very well on MT4,MT5
I need help fixing my EA for MT5. It’s a very simple EA, and I currently cannot solve an issue where webrequest communicates with OpenAi API without error. Please only apply if you can help solve this issue
у нас есть стратегия, нам нужно написать mql5-код ​​для тестера стратегий МТ5,Цена договорная. Мой контакт @abbosaliyev из Telegram Программист должен знать РУССКИЙ ИЛИ УЗБЕКСКИЙ язык. Задание: разработать тестер, который использует шаблон условий на открытие и проверит весь исторический график на всех доступных таймфреймах. Остальная информация будет предоставлена ​​после согласования цены

Informações sobre o projeto

Orçamento
30+ USD
Desenvolvedor
27 USD