명시

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
등급
(584)
프로젝트
915
46%
중재
31
39% / 29%
기한 초과
93
10%
작업중
2
개발자 2
등급
(341)
프로젝트
536
32%
중재
23
65% / 9%
기한 초과
15
3%
작업중
3
개발자 3
등급
(121)
프로젝트
159
49%
중재
15
53% / 27%
기한 초과
4
3%
무료
4
개발자 4
등급
(144)
프로젝트
202
21%
중재
13
62% / 23%
기한 초과
1
0%
바쁜
5
개발자 5
등급
(236)
프로젝트
440
26%
중재
125
21% / 56%
기한 초과
96
22%
작업중
6
개발자 6
등급
(79)
프로젝트
111
37%
중재
0
기한 초과
4
4%
무료
7
개발자 7
등급
(41)
프로젝트
87
13%
중재
29
31% / 48%
기한 초과
35
40%
바쁜
8
개발자 8
등급
(1120)
프로젝트
1422
62%
중재
21
57% / 10%
기한 초과
43
3%
무료
9
개발자 9
등급
(545)
프로젝트
1324
59%
중재
28
82% / 0%
기한 초과
10
1%
무료
10
개발자 10
등급
(17)
프로젝트
32
63%
중재
0
기한 초과
5
16%
작업중
11
개발자 11
등급
(82)
프로젝트
101
35%
중재
8
88% / 0%
기한 초과
0
무료
12
개발자 12
등급
(251)
프로젝트
400
54%
중재
9
67% / 22%
기한 초과
36
9%
무료
13
개발자 13
등급
(536)
프로젝트
745
45%
중재
23
39% / 13%
기한 초과
63
8%
무료
14
개발자 14
등급
(5)
프로젝트
4
50%
중재
4
0% / 75%
기한 초과
0
무료
15
개발자 15
등급
(232)
프로젝트
412
34%
중재
52
37% / 40%
기한 초과
151
37%
로드됨
16
개발자 16
등급
(433)
프로젝트
491
33%
중재
25
40% / 48%
기한 초과
7
1%
로드됨
17
개발자 17
등급
(562)
프로젝트
929
48%
중재
301
59% / 25%
기한 초과
123
13%
로드됨
18
개발자 18
등급
(37)
프로젝트
40
25%
중재
20
15% / 75%
기한 초과
8
20%
로드됨
19
개발자 19
등급
(67)
프로젝트
74
7%
중재
32
9% / 56%
기한 초과
6
8%
작업중
20
개발자 20
등급
(55)
프로젝트
163
69%
중재
4
100% / 0%
기한 초과
1
1%
무료
21
개발자 21
등급
(156)
프로젝트
159
78%
중재
2
100% / 0%
기한 초과
0
무료
22
개발자 22
등급
(2061)
프로젝트
2618
61%
중재
113
45% / 26%
기한 초과
418
16%
로드됨
23
개발자 23
등급
(63)
프로젝트
106
68%
중재
1
100% / 0%
기한 초과
2
2%
무료
24
개발자 24
등급
(50)
프로젝트
56
7%
중재
18
17% / 39%
기한 초과
3
5%
바쁜
25
개발자 25
등급
(37)
프로젝트
38
11%
중재
0
기한 초과
0
무료
26
개발자 26
등급
(2405)
프로젝트
3019
65%
중재
77
47% / 14%
기한 초과
340
11%
작업중
27
개발자 27
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
28
개발자 28
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
29
개발자 29
등급
(4)
프로젝트
6
17%
중재
2
50% / 0%
기한 초과
2
33%
무료
비슷한 주문
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
Hello I am looking for a developer to help me to convert my mt4 strategy to tradingview and make it work perfectly your expertise is highly needed for this project
Hello developers here, I need a professional developer that can help me to develop an mt5 trading bot that works according to my strategy, I will be sharing my strategy in the inbox, Let me know if you can develop it, I will be waiting for your response
I need an EA in based of this indicator. It have buffers. The owner told me it..., So I need an expert who can do this I will attached the file right now
HI, I'm looking for an experienced person who can add buy/sell indications and Alerts on existing Pinescript along with little modification of the script and the script should connect to MT5 platform using pineconnector MT5 platform should excute trade instantly as based on the alerts/indications on tradingview script
HI, I'm looking for an experienced person who can add buy/sell indications/Alerts on existing Pinescript code along with little modification of the script and the script should connect to MT5 platform using pineconnector MT5 platform should execute trade instantly as based on the alerts/indications on tradingview script
I want the trade to trigger anytime it sees the opportunity on all time frames, sl tp should be automated and all trades should be trigger anytime on cpi news and etc
I need you to convert my tradingview pinescript to mt4, I have just $10 for it now, But i am going to give you more work later on cause i still have more work i am going to need you to work on for me, and i will be paying with crypto, Thank You
I am looking for a developer who can convert my Pine script code to MQ5 code. The code is for a trading strategy that I would like to use on the MetaTrader 5 platform. The code needs to be converted accurately and efficiently, with all of the original functionality preserved. The developer should have experience with both Pine script and MQ5, and should be able to provide a high-quality conversion in a timely manner

프로젝트 정보

예산
100+ USD
개발자에게
90 USD