Writing of an Expert Advisor based on RSI Stock and MACD

MQL5 专家

指定

HI, I am looking for someone to help create an Expert Advisor (EA) for MetaTrader 5 that evaluates financial market data to place buy or sell trades based on predefined technical analysis criteria applied to closed candle data. It is to be used on any forex pair, metal or crypto. 

## Buy Signal Criteria

1. Bullish Momentum: All three conditions must be true - 
   - 9-period EMA > 21-period EMA
   - 21-period EMA > 55-period EMA
2. Stochastic Oscillator:
   - %K main line has crossed above the %D signal line
   - Both %K and %D have crossed above 20 but not crossed 80
3. Relative Strength Index (RSI):
   - RSI > 50
4. MACD Crossover:
   - MACD signal line has crossed above the MACD main line

## Trade Execution for Buy Signal
- Place a buy trade using maximum lots (risking 1% of account balance).
- Generate alerts (on-screen pop-up, audio, printed statement).

## Exit Conditions for Buy Trade
- Take profit achieved at a 1:1.5 risk-to-reward ratio, or
- Stochastic %K and %D crossed above 80 with %K below %D.

## Sell Signal Criteria

1. Bearish Momentum: All three conditions must be true -
   - 9-period EMA < 21-period EMA
   - 21-period EMA < 55-period EMA
2. Stochastic Oscillator:
   - %K main line has crossed below the %D signal line
   - Both %K and %D have crossed below 80 but not crossed 20
3. Relative Strength Index (RSI):
   - RSI < 50
4. MACD Crossover:
   - MACD signal line has crossed below the MACD main line

## Trade Execution for Sell Signal
- Place a sell trade using maximum lots (risking 1% of account balance).
- Generate alerts (on-screen pop-up, audio, printed statement).

## Exit Conditions for Sell Trade
- Take profit achieved at a 1:1.5 risk-to-reward ratio, or
- Stochastic %K and %D crossed below 20 with %K above %D.

## Additional Requirements
- Use data only from completed candles for accuracy.
- Alerts must specify which conditions triggered the signal and confirm the criteria.

# Steps

1. Implement EMA crossover checks for determining bullish/bearish momentum.
2. Evaluate conditions on Stochastic, RSI, and MACD indicators for buy/sell signals.
3. Execute trades following the specified risk management strategy.
4. Implement alerting system for notifications on trade conditions and execution.
5. Ensure trade execution uses only closed candle data for decision-making.

# Output Format

- Provide a comprehensive EA script for MetaTrader 5.
- Include detailed comments within the code for clarity on implementation.
- Ensure flexibility for parameter adjustments in the future.

# Examples

No specific examples are provided, but use dynamic testing to validate EA with historical market data.

# Notes

- The strategy described solely applies to the MetaTrader 5 platform.
- Aim for modular code structure to simplify future modifications.

反馈

1
开发者 1
等级
(100)
项目
102
59%
仲裁
0
逾期
0
空闲
2
开发者 2
等级
(227)
项目
324
23%
仲裁
19
63% / 16%
逾期
1
0%
繁忙
3
开发者 3
等级
(45)
项目
62
23%
仲裁
10
20% / 30%
逾期
6
10%
工作中
4
开发者 4
等级
(10)
项目
9
11%
仲裁
5
0% / 80%
逾期
2
22%
工作中
5
开发者 5
等级
(4)
项目
3
0%
仲裁
1
0% / 0%
逾期
0
空闲
6
开发者 6
等级
(2)
项目
3
33%
仲裁
3
33% / 33%
逾期
0
空闲
7
开发者 7
等级
(1211)
项目
1609
47%
仲裁
52
71% / 12%
逾期
37
2%
空闲
8
开发者 8
等级
(9)
项目
9
0%
仲裁
0
逾期
0
空闲
9
开发者 9
等级
(383)
项目
541
53%
仲裁
26
54% / 23%
逾期
6
1%
繁忙
10
开发者 10
等级
(2192)
项目
2769
62%
仲裁
117
45% / 25%
逾期
425
15%
已载入
11
开发者 11
等级
(516)
项目
784
63%
仲裁
33
27% / 45%
逾期
23
3%
空闲
12
开发者 12
等级
(8)
项目
10
30%
仲裁
1
100% / 0%
逾期
0
空闲
13
开发者 13
等级
(1892)
项目
3501
88%
仲裁
73
40% / 15%
逾期
267
8%
空闲
14
开发者 14
等级
(310)
项目
518
47%
仲裁
29
10% / 45%
逾期
139
27%
空闲
15
开发者 15
等级
(29)
项目
33
21%
仲裁
3
67% / 0%
逾期
0
工作中
16
开发者 16
等级
(7)
项目
7
0%
仲裁
4
50% / 25%
逾期
1
14%
工作中
17
开发者 17
等级
(150)
项目
269
35%
仲裁
12
25% / 58%
逾期
42
16%
已载入
18
开发者 18
等级
(5)
项目
5
0%
仲裁
2
50% / 0%
逾期
1
20%
空闲
19
开发者 19
等级
(528)
项目
603
33%
仲裁
33
39% / 45%
逾期
9
1%
繁忙
20
开发者 20
等级
(42)
项目
88
14%
仲裁
34
26% / 56%
逾期
36
41%
已载入
21
开发者 21
等级
(70)
项目
215
71%
仲裁
6
83% / 0%
逾期
1
0%
工作中
22
开发者 22
等级
项目
0
0%
仲裁
0
逾期
0
空闲
23
开发者 23
等级
项目
1
0%
仲裁
3
0% / 33%
逾期
0
工作中
24
开发者 24
等级
(4)
项目
4
0%
仲裁
0
逾期
0
空闲
25
开发者 25
等级
(5)
项目
7
14%
仲裁
2
0% / 0%
逾期
1
14%
工作中
26
开发者 26
等级
(2526)
项目
3191
66%
仲裁
77
48% / 14%
逾期
341
11%
空闲
27
开发者 27
等级
项目
0
0%
仲裁
0
逾期
0
空闲
28
开发者 28
等级
(592)
项目
1396
59%
仲裁
31
81% / 0%
逾期
10
1%
工作中
29
开发者 29
等级
项目
0
0%
仲裁
0
逾期
0
空闲
30
开发者 30
等级
(242)
项目
246
71%
仲裁
2
100% / 0%
逾期
0
空闲
31
开发者 31
等级
(69)
项目
146
34%
仲裁
11
9% / 55%
逾期
26
18%
空闲
相似订单
The automated system should be able to detect, validate and execute trades based on Order Block Mitigation events, the automated system should mainly focus on identifying institutional price zones where liquidity is absorbed before trend continuation, the automated system should incorporate precise conditions for entry, stop loss placement and trade management to ensure efficiency and accuracy, In brief the system
hi looking for an expirience expert to modify an EA based on the indicator and the inner experts of its perfomance your help is welcome too, indicator to match the movement of the graph, fast execution and notification given by the indicator
I want you to make a robot Who Open Sell Trade with LOT Size 1 Open Trade When RSI drops from 75 and Take profit on RSI 70 Open Trade When RSI drops from 65 and Take profit on RSI 60 Open Trade When RSI drops from 55 and Take profit on RSI 50 Open Trade When RSI drops from 45 and Take profit on RSI 40 Open Trade When RSI drops from 35 and Take profit on RSI 30 also robot work as below Who Open BUY Trade Open Trade
Neural EA 30+ USD
Hello, I need an EA which is close to the Eagle Odyssey MT5 EA on https://www.mql5.com/en/market/product/127888?source=Site+Market+Main+Rating006 This EA is based on a neural network which is trained on finding orderblocks. But I am also open to AI EAs with other concepts. I look forward to receiving your applications
I have a project based on mt5 that I want to discuss with you, I want to develop an EA's marketplace . I will add a project summary file so you can analise it
I need a very simple mt5 to mt5 trade copier Functions: BUY/SELL Instant, Limit, Stop BUY/SELL at next close candle can be any timeframe Preset SL for different quotes Risk setting for each acc into 4: -% from balance -% from beginning balance -Fixed amount -Fixed Lot Size Trailing SL rule Also max lot size rule and leverage. Different broker have max lot size rule per order. So let say 100 lot is max. But order
ANY CHANGES WILL BE MADE WILL COVER UNDER THE BUDGET. Build an Expert Advisor Example: Current price of XAUUSD is 3010 My Median Price = 3000 If price goes above 3000, buy If price goes below 3000, sell Either use the current price as the median, i.e., 3010 Above 3010 = Buy Below 3010 = Sell Or wait for the price to hit our level, then start, i.e., 3000 One must have both options: Use
I want tovmake an ea that can open order due to the telegram signal channel. Private and open channel . If can please update me. I hope u can help me to get that ea
I need an experienced developer that have much experience about forex leeds, Forex recovery leeds country sweden, We are going to be working far a very long term if you are very experienced
I need a remote trade copier system for MetaTrader 4 (MT4) . I want to: Trade manually or using EA on my Master account Automatically mirror those trades (open/close/modify) on multiple Client accounts Master EA should send trade data to a remote PHP + MySQL server Client EA should fetch and execute trades in real time from server No strategy logic needed — just exact trade mirroring (same lot, type, SL/TP

项目信息

预算
50 - 150 USD
开发人员
45 - 135 USD