EA wit EMA

MQL5 Uzman Danışmanlar

İş tamamlandı

Tamamlanma süresi: 1 gün
Müşteri tarafından geri bildirim
Good programmer.
Geliştirici tarafından geri bildirim
Above and beyound

İş Gereklilikleri

I need an EA that trades with 2 indicators, EMAs and RSI

8EMA
13EMA
21EMA
RSI- period 6, overbought 75, oversold 25

Once a crossing of the EMAs is observed, and the 21EMA goes below as it would in an uptrend, and RSI is below or on overbought (75) but not above. Then enter for buy.

The reverse is for sell. Crossing of EMAs is observed with 21EMA above as in a downtrend and RSI is above or on oversold(25). Enter for sell.

Time limit is set, I want to be able to choose between 1-15mins.
So for example, if I choose 7mins, the EA will open trade and close it after 7mins.

Lastly, I want to be able to set EA such that it can choose between sell only, buy only or both.
So for example if I choose sell only option and add EA to chart, EA will only take sell trades on that chart. If I select buy only, it will only take buy trades.

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(55)
Projeler
96
40%
Arabuluculuk
13
38% / 62%
Süresi dolmuş
25
26%
Ücretsiz
2
Geliştirici 2
Derecelendirme
(166)
Projeler
189
10%
Arabuluculuk
37
38% / 35%
Süresi dolmuş
5
3%
Çalışıyor
3
Geliştirici 3
Derecelendirme
(769)
Projeler
1033
44%
Arabuluculuk
50
8% / 50%
Süresi dolmuş
117
11%
Ücretsiz
4
Geliştirici 4
Derecelendirme
(6)
Projeler
7
0%
Arabuluculuk
0
Süresi dolmuş
5
71%
Ücretsiz
5
Geliştirici 5
Derecelendirme
(7)
Projeler
7
43%
Arabuluculuk
0
Süresi dolmuş
0
Ücretsiz
6
Geliştirici 6
Derecelendirme
(542)
Projeler
1319
59%
Arabuluculuk
28
82% / 0%
Süresi dolmuş
10
1%
Çalışıyor
7
Geliştirici 7
Derecelendirme
(199)
Projeler
287
52%
Arabuluculuk
0
Süresi dolmuş
1
0%
Ücretsiz
8
Geliştirici 8
Derecelendirme
(5)
Projeler
9
0%
Arabuluculuk
1
100% / 0%
Süresi dolmuş
3
33%
Ücretsiz
9
Geliştirici 9
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Ücretsiz
10
Geliştirici 10
Derecelendirme
(5)
Projeler
7
14%
Arabuluculuk
1
0% / 100%
Süresi dolmuş
0
Ücretsiz
11
Geliştirici 11
Derecelendirme
(14)
Projeler
21
24%
Arabuluculuk
9
33% / 44%
Süresi dolmuş
8
38%
Ücretsiz
12
Geliştirici 12
Derecelendirme
(39)
Projeler
55
13%
Arabuluculuk
5
20% / 20%
Süresi dolmuş
6
11%
Ücretsiz
13
Geliştirici 13
Derecelendirme
(67)
Projeler
79
33%
Arabuluculuk
6
50% / 33%
Süresi dolmuş
7
9%
Ücretsiz
14
Geliştirici 14
Derecelendirme
(228)
Projeler
403
33%
Arabuluculuk
52
37% / 40%
Süresi dolmuş
146
36%
Yüklendi
15
Geliştirici 15
Derecelendirme
(26)
Projeler
34
26%
Arabuluculuk
7
14% / 43%
Süresi dolmuş
7
21%
Ücretsiz
16
Geliştirici 16
Derecelendirme
(65)
Projeler
71
30%
Arabuluculuk
8
0% / 88%
Süresi dolmuş
5
7%
Ücretsiz
Benzer siparişler
Hello, Are you able to program an EA from Scratch OR Reprogrammed an existing EA using the source code, Ofcourse I have an MQL4 version of the EA, All I need is another version of this EA with different settings let me, I will be sharing all info via a comment section, kindly reach out if you are skilled in programming an MT4 EA thanks
Gizmogold 30 USD
import pandas as pd import numpy as np import matplotlib.pyplot as plt # Load historical price data (e.g., from a CSV file) data = pd.read_csv('historical_data.csv', index_col='Date', parse_dates=True) # Calculate short-term (e.g., 50-day) and long-term (e.g., 200-day) moving averages data['Short_MA'] = data['Close'].rolling(window=50).mean() data['Long_MA'] = data['Close'].rolling(window=200).mean() # Plot the
This EA uses Progressive and Fibonacci system to cover losses. Here's how it works: I want the fibonacci lotsize system to be modified to go beyond the maximum that was coded. First, It will open two orders: Buy and Sell. It does not set any take profit or stop loss to prevent market manipulation by some brokers. Instead, it directly closes orders once the direction order (bullish or bearish) makes the overall profit
Xecta 30+ USD
//+------------------------------------------------------------------+ //| MACD_Sample_Expert.mq5| //| Copyright 2013, MetaQuotes Software Corp. | //| https://www.metaquotes.net | //+------------------------------------------------------------------+ #property copyright "2013, MetaQuotes Software Corp." #property link " https://www.metaquotes.net " #property version "1.00" #property description "Sample Expert Advisor
SpotBot45 30+ USD
I know nothing about trading so am looking for a custom made automated trading bot with medium risk and maximum returns.I am looking for about a ten percent return per day minimum and minimise as much risk where possible
Hello, I need help me with fixing a custom indicator for me. I need the indicator buffer value fixing to work perfectly with EA. I think once you bid and check the file you will understand the matter of the issue. Normally the indicator is good to give the signal. But based on the signal I can't get into the EA. Because of the buffer value working issue. Also some time it's doing issue to show the singnal when
i am currently in need of someone who can be able to help me out.i want my custom indicator to be non repainting and i also want the custom indicator to be able to send out all types of alerts...thank you
I want to develop an EA (MT5) where trader will enter some preset order buy/sell (like pending order) on a specific pair with specific value. when the market touch the preset order line and close the candle above/below according to order buy/sell then EA execute the order. all preset/pending function will be handled from the dashboard similar picture like below; The dashboard must be good looking. in strategy there
I need a skilled analyst to help me backtest and optimize my existing EA. I have already developed the EA with the help of another developer, I only need the best combination of settings. The EA should be optimized for maximum profit and minimal drawback
This job is basically between the Bridge Application Msi . and Expert Advisor . The programer connect the Application to VPS where EA is Given to users .. If we changed anything in application it's automatic changed to all users EA which users have. Complicated work but only a good programmer DM me

Proje bilgisi

Bütçe
30+ USD
Geliştirici için
27 USD