指定


1. The idea of the trading system is as follows: market entries are performed when MACD's main and signal lines intersect in the current trend direction.

2. Trend is determined based on the Exponential Moving Average with the specified period (InpMATrendPeriod). If the current EMA value is greater than the previous one, the trend is seen as growing (ema_current > ema_previous). Alternatively, if current EMA is below the previous one, the trend is considered to be falling (ema_current< ema_previous).

3. Trading Signals:

  • Buy signal: the main MACD line crosses the signal line upwards (macd_current>signal_current && macd_previous<signal_previous).
  • Sell signal: the main MACD line crosses the signal line downwards (macd_current<signal_current && macd_previous>signal_previous). The below figure shows Buy and Sell cases.


4. Positions are closed at opposite signals: Buy positions are closed at Sell signals, and Sell positions are closed at Buy signals.

5. Positions are opened at the market price, when a new bar emerges. The Expert Advisor is to be tested using Open prices, so there is no need to add functions for disabling operations inside the bar.

6. Additional filters for opening a position:

The absolute value of MACD's main line will be used to filter out weak signals: the signal is only confirmed if this value is greater than open_level (in points). Signal confirmation conditions are as follows:

  • Confirmation of a buy signal: Abs(macd_current)>open_level
  • Confirmation of a sell signal: macd_current>open_level

7. Additional filters for closing a position:

The absolute value of MACD's main line will also be used to confirm position closure: the signal is confirmed if this value is greater than close_level (in points). Close signal confirmation conditions are as follows:

  • Confirmation to close Buy positions — macd_current>close_level
  • Confirmation to close Sell positions — Abs(macd_current)>close_level

8. Close by Take Profit — during position opening, a Take Profit level is set at a fixed distance from the open price, specified in points. The value is set in the InpTakeProfit input parameter.

9. Position management

TrailngStop is used to protect profit. Stop Loss is set if profit in points exceeds the value specified in the InpTrailingStop parameter. If the price continues to move in the profit direction, Stop Loss should be trailed at the given distance. Stop Loss cannot be moved towards the loss direction, i.e. the Stop Loss value cannot be increased. If none of protective orders (Take Profit or Stop Loss) triggers, the position should be closed by an opposite signal. No other position exit methods are available.


反馈

1
开发者 1
等级
(345)
项目
543
32%
仲裁
24
67% / 8%
逾期
15
3%
空闲
2
开发者 2
等级
(362)
项目
496
39%
仲裁
27
56% / 4%
逾期
53
11%
空闲
3
开发者 3
等级
(184)
项目
302
15%
仲裁
20
40% / 35%
逾期
15
5%
繁忙
4
开发者 4
等级
(2077)
项目
2636
61%
仲裁
113
45% / 26%
逾期
418
16%
工作中
5
开发者 5
等级
(2422)
项目
3042
66%
仲裁
77
48% / 14%
逾期
340
11%
工作中
6
开发者 6
等级
(85)
项目
105
24%
仲裁
8
38% / 25%
逾期
8
8%
已载入
7
开发者 7
等级
(5)
项目
8
0%
仲裁
1
100% / 0%
逾期
1
13%
空闲
8
开发者 8
等级
(22)
项目
28
11%
仲裁
6
33% / 50%
逾期
4
14%
工作中
9
开发者 9
等级
(37)
项目
59
27%
仲裁
25
20% / 52%
逾期
10
17%
工作中
10
开发者 10
等级
(56)
项目
175
71%
仲裁
4
100% / 0%
逾期
1
1%
空闲
11
开发者 11
等级
(116)
项目
137
36%
仲裁
15
13% / 67%
逾期
9
7%
空闲
12
开发者 12
等级
(289)
项目
431
64%
仲裁
5
40% / 0%
逾期
4
1%
已载入
13
开发者 13
等级
(68)
项目
77
8%
仲裁
33
9% / 55%
逾期
6
8%
工作中
14
开发者 14
等级
(140)
项目
203
80%
仲裁
17
29% / 47%
逾期
10
5%
工作中
15
开发者 15
等级
(548)
项目
1330
59%
仲裁
28
82% / 0%
逾期
10
1%
空闲
16
开发者 16
等级
(563)
项目
932
47%
仲裁
301
59% / 25%
逾期
124
13%
工作中
17
开发者 17
等级
(38)
项目
40
25%
仲裁
20
15% / 75%
逾期
8
20%
繁忙
18
开发者 18
等级
(41)
项目
88
14%
仲裁
30
30% / 53%
逾期
36
41%
工作中
19
开发者 19
等级
(5)
项目
4
50%
仲裁
4
0% / 75%
逾期
0
空闲
相似订单
I installed the E.A. into the Experts folder in MT4. When I double click on it nothing happens. When I right click and "attach to chart" nothing happens. The E.A. is not grayed out, it simply will not attach. Any help would be greatly Appreciated
Lilit ordrer 50+ USD
l doa language that allows creating trading robots and technical indicators. i can do any writing and translation so dont worry i can do what you want ke to do
hi hi there i have an strategy on tradingview and i want to automate it like metatrader EA so i want the strategy to open and close trade automaticlly on tradingview
We are looking for an experienced Expert Advisor Developer who can build a customized MT5 Expert Advisor for us. The Expert Advisor would use two built-in indicators as entry/exit signals and our own risk management strategy with customizable inputs. The goal is to create a reliable and efficient trading tool that can automate our trading process on the MT5 platform. Skills required: - Strong understanding of
The wiper 35 - 48 USD
a ll traders want to find market behavior patterns, which could help identify favorable moments for performing trading operations. They also want to eliminate randomness and influence of external factors, such as rumors, news releases, fatigue, and so on. Traders monitor charts and may formulate some formal rules, which enable objective analysis of price or tick charts. Technical indicators can facilitate such
I need EA that works on MT5 to be able to do the following: - Can recognize Support/Resistance area - Can recognize VWAP direction. - Can recognize RSI. - Can recognize Double Top/bottom, Bullish/Bearish hammer candle, Bullish/bearish engulfing candle. - Ability to set Stoploss below/above support/resistance, but risk must be fixed at a certain price. - Stoploss
I want a program that will help calculate and enter the market on full margin for me. I just need to put in the price for entry, Stop loss and TP then it will calculate the lot sizes for entering the trade on full margin on Mt5
I am seeking a highly skilled and experienced developer to assist with an important project. I need a development of an automated trading bot for NinjaTrader, utilizing a 4 SMA (Simple Moving Average) crossing strategy, with additional custom diversions for trade entries. The bot needs to be based on a strategy involving the crossing of four different SMAs. The exact periods for these SMAs and the conditions for
So i have copier EA. The idea is the EA will triggered through manual OP by user via mobile or whatever platform. Let's say 0.01 lot to trigger it. After the EA takes master's position, the EA will be standby mode. If the master take more OP, the EA still not take the master's position (OP) until the user input manually once again via mobile for another 0.01 lot. Since this is a MT4 EA, Whenever user want to close
preciso de um robô com duas médias móveis, uma exponencial high e uma exponencial low. preciso também ter a opção de utilizar e todos os tempos gráficos e alterar os parâmetros das médias. entrada de compra será feita quando um candle de alta romper e fechar a cima da média high e fechará a posição quando um candle de baixa romper e fechar a baixo da média low. a venda será feita quando o candle de baixa romper e

项目信息

预算
100+ USD
开发人员
90 USD