Specifiche

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.



Con risposta

1
Sviluppatore 1
Valutazioni
(584)
Progetti
915
46%
Arbitraggio
31
39% / 29%
In ritardo
93
10%
In elaborazione
2
Sviluppatore 2
Valutazioni
(340)
Progetti
535
32%
Arbitraggio
23
65% / 9%
In ritardo
15
3%
In elaborazione
3
Sviluppatore 3
Valutazioni
(121)
Progetti
159
49%
Arbitraggio
15
53% / 27%
In ritardo
4
3%
Gratuito
4
Sviluppatore 4
Valutazioni
(144)
Progetti
202
21%
Arbitraggio
13
62% / 23%
In ritardo
1
0%
Occupato
5
Sviluppatore 5
Valutazioni
(236)
Progetti
440
26%
Arbitraggio
125
21% / 56%
In ritardo
96
22%
In elaborazione
6
Sviluppatore 6
Valutazioni
(79)
Progetti
111
37%
Arbitraggio
0
In ritardo
4
4%
Gratuito
7
Sviluppatore 7
Valutazioni
(41)
Progetti
87
13%
Arbitraggio
29
31% / 48%
In ritardo
35
40%
Occupato
8
Sviluppatore 8
Valutazioni
(1119)
Progetti
1421
62%
Arbitraggio
21
57% / 10%
In ritardo
43
3%
In elaborazione
9
Sviluppatore 9
Valutazioni
(545)
Progetti
1324
59%
Arbitraggio
28
82% / 0%
In ritardo
10
1%
Gratuito
10
Sviluppatore 10
Valutazioni
(17)
Progetti
32
63%
Arbitraggio
0
In ritardo
5
16%
In elaborazione
11
Sviluppatore 11
Valutazioni
(82)
Progetti
101
35%
Arbitraggio
8
88% / 0%
In ritardo
0
Gratuito
12
Sviluppatore 12
Valutazioni
(251)
Progetti
400
54%
Arbitraggio
9
67% / 22%
In ritardo
36
9%
Gratuito
13
Sviluppatore 13
Valutazioni
(536)
Progetti
745
45%
Arbitraggio
23
39% / 13%
In ritardo
63
8%
Gratuito
14
Sviluppatore 14
Valutazioni
(5)
Progetti
4
50%
Arbitraggio
4
0% / 75%
In ritardo
0
Gratuito
15
Sviluppatore 15
Valutazioni
(232)
Progetti
412
34%
Arbitraggio
52
37% / 40%
In ritardo
151
37%
Caricato
16
Sviluppatore 16
Valutazioni
(433)
Progetti
491
33%
Arbitraggio
25
40% / 48%
In ritardo
7
1%
Caricato
17
Sviluppatore 17
Valutazioni
(562)
Progetti
929
48%
Arbitraggio
301
59% / 25%
In ritardo
123
13%
Caricato
18
Sviluppatore 18
Valutazioni
(37)
Progetti
40
25%
Arbitraggio
20
15% / 75%
In ritardo
8
20%
Caricato
19
Sviluppatore 19
Valutazioni
(67)
Progetti
74
7%
Arbitraggio
32
9% / 56%
In ritardo
6
8%
In elaborazione
20
Sviluppatore 20
Valutazioni
(55)
Progetti
163
69%
Arbitraggio
4
100% / 0%
In ritardo
1
1%
Gratuito
21
Sviluppatore 21
Valutazioni
(156)
Progetti
159
78%
Arbitraggio
2
100% / 0%
In ritardo
0
Gratuito
22
Sviluppatore 22
Valutazioni
(2060)
Progetti
2617
61%
Arbitraggio
113
45% / 26%
In ritardo
418
16%
Occupato
23
Sviluppatore 23
Valutazioni
(63)
Progetti
106
68%
Arbitraggio
1
100% / 0%
In ritardo
2
2%
Gratuito
24
Sviluppatore 24
Valutazioni
(50)
Progetti
56
7%
Arbitraggio
18
17% / 39%
In ritardo
3
5%
Occupato
25
Sviluppatore 25
Valutazioni
(37)
Progetti
38
11%
Arbitraggio
0
In ritardo
0
Gratuito
26
Sviluppatore 26
Valutazioni
(2405)
Progetti
3019
65%
Arbitraggio
77
47% / 14%
In ritardo
340
11%
In elaborazione
27
Sviluppatore 27
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
28
Sviluppatore 28
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
29
Sviluppatore 29
Valutazioni
(4)
Progetti
6
17%
Arbitraggio
2
50% / 0%
In ritardo
2
33%
Gratuito
Ordini simili
PLEASE NOT THAT MY BUDGET IS 60usd FOR BOTH MT4 AND MT4 PLATFORMS The EA should have 1. An option that I can change it parameters, that's the period, method and application 2. The EA should sell when on every bullish candle that closes under the MA 3. The EA should buy on every bearish candle that forms Above the EA. It's should close trades on reverse cross. I mean when it's in a buy trade and crosses the MA for a
MT4 to Telegram 30 - 50 USD
Hello, I want to add a system send messages to Telegram Send a message with a specific picture and details of the new signal When closing with a profit, send the details of the closing and profit with a specific picture And close with a loss and send a specific picture, in addition to the details of the closure and the amount of the loss
Hi Dear developpers, I've an EA that was working very well with the previous versions of MT4. But since, they have updated their platforms, my EA it's not working anymore. I've tried to use those old MT4 versions but there are just temporary. So i've decided to updated this EA so i can use it on the newest version of MT4 (1420) and those who will come after it. I also want to implement new inputs in it. I also want
I will like the indicator to send notification to mobile when the indicator changes color and is increase upward when positive and decreasing downwards when negative including fisplaying arrows on the chart ,red for negative and green for positive
Hey greetings My pleasure to met you all .I would like to convert a public tradingview pinescript indicator to MT5 Expert Advisor based on my. Requirements/specification.Kindly bid and let discuss about the project
Please convert the Pine Script below into MQL4 Indicator: // @version= 5 // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © KivancOzbilgic //created by: @Anil_Ozeksi //developer: ANIL ÖZEKŞİ //author: @kivancozbilgic strategy ( 'Twin Optimized Trend Tracker' , 'TOTT' , overlay = true ) src = input ( close , title = 'Source' ) length = input.int ( 40
A robot 30 - 65 USD
Hi I am looking for developer who can make me Mt4 Ea i have 2types of analysis methods i want to add and also want to attach image with Ea like when i attach my to any currency pair the chart changes to my picture Of robot which i attached to my Ea and for proper all settings i want add i will tell u message me
hi.. i have a pin script (TV) but some lines in the code needs to be fixed,,, i will attach the file thanks very much in advance, Also there will be more project in front, so I need a very dedicated developer
I need an Expert Advisor that can read trade signals from a Telegram Channel and then execute those trades. My telegram bot has admin access to the Telegram Channel The EA needs the following functionality: Position Size: Auto: + Have fixed lot size set in settings. + Have lot size by % of account (set in settings) Manual: + From lot size set in trade signals message. + From lot size by % of account from trade
The ZONE RECOVERY/HEDGING STRATEGY will be on a timeframe where each strategy is independent and pending orders should be placed at the high and low of the candlestick. If it is a buy, then the pending order at the high of the candlestick will be triggered, and if it is a sell, then the pending order at the low of the candlestick will be triggered. If the market breaks the high of the candlestick, then the pending

Informazioni sul progetto

Budget
100+ USD
Per lo sviluppatore
90 USD