İş Gereklilikleri

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.


Yanıtlandı

1
Geliştirici 1
Derecelendirme
(365)
Projeler
577
33%
Arabuluculuk
27
70% / 7%
Süresi dolmuş
16
3%
Çalışıyor
2
Geliştirici 2
Derecelendirme
(19)
Projeler
22
55%
Arabuluculuk
3
0% / 100%
Süresi dolmuş
2
9%
Serbest
3
Geliştirici 3
Derecelendirme
(31)
Projeler
44
20%
Arabuluculuk
8
25% / 38%
Süresi dolmuş
5
11%
Çalışıyor
4
Geliştirici 4
Derecelendirme
(3)
Projeler
2
0%
Arabuluculuk
1
0% / 0%
Süresi dolmuş
1
50%
Serbest
5
Geliştirici 5
Derecelendirme
(189)
Projeler
268
22%
Arabuluculuk
17
65% / 18%
Süresi dolmuş
1
0%
Yüklendi
6
Geliştirici 6
Derecelendirme
(1125)
Projeler
1494
46%
Arabuluculuk
49
73% / 12%
Süresi dolmuş
37
2%
Çalışıyor
7
Geliştirici 7
Derecelendirme
(1)
Projeler
2
0%
Arabuluculuk
0
Süresi dolmuş
0
Çalışıyor
8
Geliştirici 8
Derecelendirme
(2472)
Projeler
3110
66%
Arabuluculuk
77
48% / 14%
Süresi dolmuş
340
11%
Çalışıyor
9
Geliştirici 9
Derecelendirme
(498)
Projeler
569
33%
Arabuluculuk
29
41% / 45%
Süresi dolmuş
9
2%
Yüklendi
10
Geliştirici 10
Derecelendirme
(7)
Projeler
9
0%
Arabuluculuk
2
50% / 0%
Süresi dolmuş
1
11%
Çalışıyor
11
Geliştirici 11
Derecelendirme
(11)
Projeler
13
38%
Arabuluculuk
0
Süresi dolmuş
2
15%
Çalışıyor
12
Geliştirici 12
Derecelendirme
(562)
Projeler
1352
59%
Arabuluculuk
28
82% / 0%
Süresi dolmuş
10
1%
Serbest
13
Geliştirici 13
Derecelendirme
(2131)
Projeler
2702
62%
Arabuluculuk
115
45% / 25%
Süresi dolmuş
420
16%
Çalışıyor
14
Geliştirici 14
Derecelendirme
(260)
Projeler
463
35%
Arabuluculuk
57
37% / 37%
Süresi dolmuş
168
36%
Yüklendi
15
Geliştirici 15
Derecelendirme
(49)
Projeler
77
43%
Arabuluculuk
3
0% / 100%
Süresi dolmuş
1
1%
Çalışıyor
16
Geliştirici 16
Derecelendirme
(205)
Projeler
207
75%
Arabuluculuk
2
100% / 0%
Süresi dolmuş
0
Serbest
17
Geliştirici 17
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
18
Geliştirici 18
Derecelendirme
(67)
Projeler
144
34%
Arabuluculuk
11
9% / 55%
Süresi dolmuş
26
18%
Çalışıyor
19
Geliştirici 19
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
Benzer siparişler
Hello Developer's, I'm looking for professional developer to convert tradingview indicator into mt4 indicator. Indicator should work same as tradingview indicator. Please find the attached screenshots for information. This indicator work's on open Range Breakout strategy
Ma alert for vm 50+ USD
I need an indicator that when attached to a chart will give me an alert when Price Reaches a moving average of my choice. Text will appear on the chart telling me what time frame It occurred on. Example .. Price reaches the 200 MA on a five minute chart the Alert will make a sound and a text message will tell me that price has reached the 200. MA on a 5 minute chart. If price reaches the 200 MA on a 15 minute chart
Convert Tradingview strategy to MT5 EA with all the adjustable input parameters from the Tradingview script transferred and functional. I will provide my TradingView working strategy script that must be converted into EA for MT5. Here are all requirements and details for this script: https://docs.google.com/document/d/1SBYmsgomMahqYmqsk-PBB-clahmsBgUsS9AlgNOMoHg/edit?usp=sharing Some old requirements can be
I send this offer before but it seems no one is able to do it, I need an expert that can finish it in 24 hours Please read it and understand it very well before you send me offer, Thank you I need an EA with these features Timeframe M5 Operativity only long + only short in the same chart Ability to trade on different Forex pairs Operativity with CENT account Control of open positions and possible closing of all
I am looking for an experienced developer to create an Expert Advisor (EA) for MetaTrader 5 (MT5) based on the following requirements: 1. Custom Timeframes: The EA should allow me to select any custom timeframe in seconds, such as 23 seconds, 48 seconds, 900 seconds, 1080 seconds, etc. 2. Synchronization: The EA should sync the candles at 3:00 AM Pakistani time IN GENERAL, but it should also allow me to customize the
Hello, I want to add 2 things in Indicator 1 Add new column of Manual TP and SL for Calculation panel 2 Analysis dashboard panel with Half Trend indicator. Following features will automatically change when I change TP or SL from Indicator. History days: Total Signals: TP Win: SL Hit: Close on Opposite Positive: Close on Opposite Negative: TP Win Pips: SL Hit Pips: Close on Opposite Pips: Grand Total Pips: Winning
I am backtesting a strategy on TradingView using the "Market Structure Break (BOS)" indicator combined with Heiken Ashi candles. I would like to replicate this strategy on MT4 or MT5. Below, I will outline the details of the strategy, including the conditions for entries, exits, and other key requirements. Buy Entry Conditions Market Structure Break (Bearish BOS): A bearish BOS is detected by the BOS indicator. Note
Modify EA file for me 30 - 40 USD
Hello everyone, I want who will edit an EA for me and make some changes. I have the files ready, I only need who will get it done fast. Thank you
I need ready to use XAUUSD MT4 EA. The EA should pass 5 years backtesting since Jan 1, 2019 up to today, with average monthly profit > 10% and maximum drawdown 30%. Specification of EA (preferred) : 1) Day Trading or scalping EA with 1 minutes default timeframe 2) Applicable for any broker and spread 3) Averaging, hedging, with lot management, is permitted (but not martingale) 4) Initial deposit $1,000 up to $10,000
XAUUSD Waiting confirmation. if m15 breakout buy in this zone. (Use timeframe M15) Buy zone : 2633.63 - 2631.78 Take profit : price 2648 Cutlost if m15 breakout this zone. This setup H1 and use confirmation in timeframe M15..goodluck

Proje bilgisi

Bütçe
30 - 100 USD
Son teslim tarihi
from 30 to 60 gün

Müşteri

Verilmiş siparişler1
Arabuluculuk sayısı0