指定

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
評価
(588)
プロジェクト
921
46%
仲裁
31
39% / 29%
期限切れ
93
10%
2
開発者 2
評価
(347)
プロジェクト
544
32%
仲裁
24
67% / 8%
期限切れ
15
3%
3
開発者 3
評価
(121)
プロジェクト
159
49%
仲裁
15
53% / 27%
期限切れ
4
3%
4
開発者 4
評価
(154)
プロジェクト
217
22%
仲裁
14
64% / 21%
期限切れ
1
0%
取り込み中
5
開発者 5
評価
(236)
プロジェクト
440
26%
仲裁
125
21% / 57%
期限切れ
96
22%
仕事中
6
開発者 6
評価
(79)
プロジェクト
111
37%
仲裁
0
期限切れ
4
4%
7
開発者 7
評価
(41)
プロジェクト
88
14%
仲裁
30
30% / 53%
期限切れ
36
41%
仕事中
8
開発者 8
評価
(1127)
プロジェクト
1429
62%
仲裁
21
57% / 10%
期限切れ
43
3%
9
開発者 9
評価
(548)
プロジェクト
1330
59%
仲裁
28
82% / 0%
期限切れ
10
1%
10
開発者 10
評価
(17)
プロジェクト
35
66%
仲裁
0
期限切れ
5
14%
仕事中
11
開発者 11
評価
(90)
プロジェクト
111
37%
仲裁
8
88% / 0%
期限切れ
0
仕事中
12
開発者 12
評価
(251)
プロジェクト
400
54%
仲裁
9
67% / 22%
期限切れ
36
9%
13
開発者 13
評価
(547)
プロジェクト
757
46%
仲裁
23
39% / 13%
期限切れ
63
8%
仕事中
14
開発者 14
評価
(5)
プロジェクト
4
50%
仲裁
4
0% / 75%
期限切れ
0
15
開発者 15
評価
(237)
プロジェクト
419
34%
仲裁
53
36% / 40%
期限切れ
154
37%
多忙
16
開発者 16
評価
(454)
プロジェクト
513
33%
仲裁
25
40% / 48%
期限切れ
7
1%
取り込み中
17
開発者 17
評価
(563)
プロジェクト
932
47%
仲裁
301
59% / 25%
期限切れ
124
13%
仕事中
18
開発者 18
評価
(38)
プロジェクト
40
25%
仲裁
20
15% / 75%
期限切れ
8
20%
取り込み中
19
開発者 19
評価
(68)
プロジェクト
77
8%
仲裁
33
9% / 55%
期限切れ
6
8%
取り込み中
20
開発者 20
評価
(57)
プロジェクト
177
71%
仲裁
4
100% / 0%
期限切れ
1
1%
21
開発者 21
評価
(167)
プロジェクト
169
78%
仲裁
2
100% / 0%
期限切れ
0
22
開発者 22
評価
(2078)
プロジェクト
2637
61%
仲裁
113
45% / 26%
期限切れ
418
16%
取り込み中
23
開発者 23
評価
(63)
プロジェクト
106
68%
仲裁
1
100% / 0%
期限切れ
2
2%
24
開発者 24
評価
(52)
プロジェクト
62
6%
仲裁
23
22% / 35%
期限切れ
4
6%
取り込み中
25
開発者 25
評価
(38)
プロジェクト
39
10%
仲裁
0
期限切れ
0
26
開発者 26
評価
(2423)
プロジェクト
3045
66%
仲裁
77
48% / 14%
期限切れ
340
11%
27
開発者 27
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
28
開発者 28
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
29
開発者 29
評価
(5)
プロジェクト
7
29%
仲裁
2
50% / 0%
期限切れ
2
29%
類似した注文
i get paid in 12 hour too send agreement Once the Tp or stop loss or trailing sl is hit a new order is placed in the direction of where the Tp and sl or tsl is hit immediately So trail profits until close and open new trade in reverse direction immediately and trail until close again points for trailing sl, tp and sl I want the trailing stop too have two different functions one is that it’s trails from the entry
Need ea according to stochastic divergence (both hidden and regular) plus candlestick flip .. need for experinced developers to complete my order with 99percent accuracy. So bet for it the budged is fixed and other plugins will be added in the v2
My trust wallet was hacked and I have tokens to claim which unlock almost daily but the person who hacked the wallet drains the tokens as soon as I claim them in the hacked wallet. I have contacted the support for that crypto but they were not helpful. There is no way to claim this crypto to another wallet. I need a bot or another solution that can transfer the crypto out of the hacked wallet into my other wallet as
I want to design a website like https://www.ngnrates.com/ we will change some stuff but not much, if you can deliver a website like this let me know your budget and readiness to implement
looking for help to get my ibkr automated, i have strategies already built in composer and have JSON for them, i really just need to he setup and explanation on how to maintain it and add new strategies
I wish an indicator that can import data from the websites below: https://www.fastbull.com/speculative-sentiment?textType=1&amp ;id=-1 https://www.fxblue.com/market-data/tools/sentiment After importing the data. I want the developer to create a simple text dashboard showing at least the major pairs in Forex with the correspondent sentiment from each website. The format of the dashboard or its visual aspects do not
Hi I need a software like Mirror trade copier ( https://www.antonnel.net/mirror/ ) which directly connect to the Accounts over api with out MT4 terminal and copies trades from mater to client. I want the same and possible improvement like can be accessed over a url and dashboard for some basic metrics (optional)
HELLO, I have an EA based on two indicators . I need one of them to be modify and the changes should be also apply in the EA file for it to continue working properly . If you can please add the possibility of numbering the different types of support and resistance which is given by the indicator from 1 to 3 depending on where the price is : I should see : 1st upper Untested support 2nd upper Untested support 3rd
Using Bollinger Band only. When price closes above upper BB, open Buy. If the length of the candle body that closed above the upper BB is more than Y pips, then do not Buy and remove the EA. Otherwise, continue to open Buy if crosses and close above upper BB and the number of positions is not more than Max No of Positions. The user will choose either Buy or Sell only. When price closes below the lower BB, close all
Hello freelancers here, I need an expert to help me with coding my script which is already working in pinescript, Moreover, i want a system whereby i can sell my trading bot and can give access with a license, I need an expert that can help me with this

プロジェクト情報

予算
100+ USD
開発者用
90 USD