Moving Average EA

MQL5 专家

指定

I would like to have a robot programmed to be able to open buy or sell orders when the price of a currency pair crosses above or below a exponential moving average. 

I would like the robot to be able to close positions either with a 'take profit' after a parabolic SAR indicates a trend reversal in the opposite direction of the open order, or with a stop loss. 

Variables should include:

Qualities of the moving average (exponential, smooth, simple, etc.) (time period),etc.

Signal to Open Price (the distance percentage above or below the moving average line at which the robot will signal to open an order)

Signal to Close Price with Parabolic SAR (in the case of a Parabolic SAR signal to close, the robot should be able to identify the percentage of a reversal in order to close.)



反馈

1
开发者 1
等级
(362)
项目
496
39%
仲裁
27
56% / 4%
逾期
53
11%
空闲
2
开发者 2
等级
(253)
项目
358
49%
仲裁
24
25% / 50%
逾期
80
22%
空闲
3
开发者 3
等级
(35)
项目
40
23%
仲裁
10
10% / 50%
逾期
16
40%
空闲
4
开发者 4
等级
(130)
项目
210
40%
仲裁
90
20% / 43%
逾期
85
40%
空闲
5
开发者 5
等级
(590)
项目
789
71%
仲裁
9
33% / 33%
逾期
22
3%
空闲
6
开发者 6
等级
(2434)
项目
3066
66%
仲裁
77
48% / 14%
逾期
340
11%
空闲
7
开发者 7
等级
(1857)
项目
3460
88%
仲裁
73
40% / 15%
逾期
265
8%
空闲
8
开发者 8
等级
(258)
项目
395
28%
仲裁
69
19% / 49%
逾期
120
30%
空闲
9
开发者 9
等级
(97)
项目
121
25%
仲裁
5
20% / 60%
逾期
17
14%
空闲
10
开发者 10
等级
(1131)
项目
1433
62%
仲裁
21
57% / 10%
逾期
43
3%
空闲
11
开发者 11
等级
(298)
项目
427
26%
仲裁
18
61% / 33%
逾期
26
6%
空闲
12
开发者 12
等级
(550)
项目
1333
59%
仲裁
28
82% / 0%
逾期
10
1%
空闲
13
开发者 13
等级
(1097)
项目
1778
61%
仲裁
14
64% / 7%
逾期
84
5%
空闲
14
开发者 14
等级
(45)
项目
59
42%
仲裁
5
0% / 60%
逾期
12
20%
空闲
15
开发者 15
等级
(53)
项目
79
18%
仲裁
13
15% / 54%
逾期
5
6%
空闲
16
开发者 16
等级
(356)
项目
632
26%
仲裁
89
73% / 13%
逾期
12
2%
空闲
17
开发者 17
等级
(39)
项目
81
38%
仲裁
1
0% / 0%
逾期
31
38%
空闲
18
开发者 18
等级
(16)
项目
17
24%
仲裁
1
0% / 0%
逾期
2
12%
空闲
19
开发者 19
等级
(1)
项目
1
0%
仲裁
1
0% / 100%
逾期
0
空闲
20
开发者 20
等级
(769)
项目
1033
44%
仲裁
50
8% / 50%
逾期
117
11%
空闲
相似订单
Equity chart generator 50 - 500 USD
Develop a bot that automatically generates and extracts equity charts, even for mt5 accounts with prior trade history. This chart will show the account’s performance over time, factoring in all previous trades
I want to modify my indicator to make it a scanner so it will be easier and not missed the signal alerted by the indicator for all the available currency no settings will be changed just adding the time frame selection. time frame selection has to have an option to select all timeframe or just the timeframe selected. the job is to make the indicator: 1. make it a scanner (window or table to show all signal produces
I need an expert advisor based on MACD and MA signals. It must have check and handling of trade operations errors. The main criteria for opening and closing positions: ◇Both Main and Signal direction must be shown by Arrows which is going to be for buy and sell positions
Need a programmer 30 - 50 USD
I am seeking an experienced MQL programmer to develop a custom Expert Advisor for MetaTrader 5. The project involves creating a trading strategy that stops trading after 2 consecutive losses until 6 AM the next day. The ideal candidate should have: - Proficiency in MQL5 programming. - Strong understanding of trading strategies and market analysis. - Experience with backtesting and optimizing trading algorithms. If
Trendline expert 40 - 200 USD
My project is to put my strategy on the VCrush indicator. I already have the indicator, I just need to add the entry methods, take and stop rules. There are 5 lines in total, when these lines are aligned, the robot makes the entry. Below are two images of what the buy and sell entries would look like with the lines aligned
Description of the ScriptThis script is designed for MetaTrader 4 (MT4) to execute a Buy order based on a re-entry strategy using the BBMA (Bollinger Bands Moving Average) approach. The main timeframe used is H1 (1-hour), and the script employs the Classic Bullish Engulfing pattern as a validation criterion before placing a Buy order.Key Components of the Script:Input Parameters:Lots: Defines the lot size for the
I need an expert to help me with adding more features to my existing mt4 EA I think the addition I want added to this EA is fairly simple--but I don't really understand how programming works, Contact me for a long term work, This is not the only project, I will explain the features in the inbox, Let me know if you can do it
Expert Advisor para operar no par XAU/USD no gráfico de 30 minutos, com as seguintes especificações: Indicadores : Utilize uma mídia móvel simples (SMA) de 72 períodos. Utilize o indicador Money Flow Index (MFI) com um período de 7. Inclui um indicador para marcar suporte e resistência nas últimas duas semanas no gráfico H4. Critérios de Operação : Venda : Execute uma ordem de venda se o preço se poupar no mínimo 800
EA Robot 30 - 500 USD
I Shawn Mametsa wants to creat a robot that will help a lot of people to make money through trading and become successful through trading I want to help those who want to trade but don’t know how to analyse the market
This is a simple Martingale based EA with RSI indicator used as buy/sell order conditions Mandatory Inputs: extern double TakeProfit = 120.0; // self explanatory for first order, for martingale orders it will adjust TP of all orders of the same type (buy / sell) to one, for example if an order opened at 100, 2nd opens at 105, the both of their tps will be at the same point, if an order is manually closed, it will

项目信息

预算
50 - 100 USD
开发人员
45 - 90 USD
截止日期
 1  10 天