Expert Advisor Based on MACD/RSI + S&R LEVELS

MQL4 전문가

작업 종료됨

실행 시간 4 일

명시

I want to make a robot for automated trading that applies this strategy with the notes attached in the file sent to you.
The strategy depends on four factors: Support levels - Resistance levels - Positive divergence on the RSI and MACD indicators.
The idea of the strategy to be converted into an expert to: Using the theory of exchanging roles between supports and resistances, we will sell at support and buy at resistance automatically, with defining profit-taking and profit-taking points. But this must be done under the following conditions:
 1) That the supports and resistances be on a 1 hour frame + a 4 hour frame
2) That there is a positive divergence on a 5-minute frame (only) either through an indicator RSI or MACD
# Important notes about support and resistance:
 1) The level of support or resistance must be on the hourly or fourhour time frame .
2) The level must be its first touch on the day, meaning that if it was touched previously and achieved its goal, the level is canceled and in the second visit, the expert does not enter the deal
# Important notes on the Rsi indicator
 1) There must be a positive divergence at the overbought levels, which range between 65 and 100 and at the same time the price is touching a support level Also, there is a positive divergence at the oversold levels, which range from 30 to 0, and at the same time the price touches a resistance level.
 # In the event that there is a divergence at the level of 40, for example, the condition is not met and the expert does not enter the deal.
# Important notes about profit taking and stop loss As for the stop loss, I want to be present in the indicator settings the number of points to be placed as a stop loss The same applies to taking profit, but if we say, for example, that the price fell from a support level and then touched another resistance or support level after it, the expert advisor will take profit automatically, preferably before the price reaches this level by 3 points, for example Notes about the shape of the Indicator :
1) I want there to be an ON, OFF button to control whether or not the EA is opened on each pair
 2) I want there to be a place to put the lot to be chosen for each currency, because it will differ in oil, gold, and currencies
3) I want there to be a button to set the number of pips to stop loss and take profit .
Finally Notes :
1 ) If the price reverses more than half of the loss points, the expert advisor will take profit if the price reaches the entry area ( This command is available to control its activation or not.. for example we call it )Safe exit)
 2 ) This is the most important note written Sometimes there is an old support on 4 hours or an hour and then it turns into resistance The expert advisor must read its last state, which is that it is resistance and not support... The lesson in the end... The lesson in the end... The lesson in the end.

All details are attached to  some pictures added to illustrate the strategy


파일:

PNG
1.PNG
56.5 Kb
PNG
2p.PNG
57.9 Kb
PNG
3.PNG
56.5 Kb
PNG
4.PNG
44.0 Kb

응답함

1
개발자 1
등급
(162)
프로젝트
287
34%
중재
18
22% / 61%
기한 초과
42
15%
작업중
2
개발자 2
등급
(204)
프로젝트
326
43%
중재
34
32% / 29%
기한 초과
83
25%
무료
3
개발자 3
등급
(4)
프로젝트
6
0%
중재
5
0% / 80%
기한 초과
2
33%
무료
4
개발자 4
등급
(77)
프로젝트
243
74%
중재
7
100% / 0%
기한 초과
1
0%
무료
게재됨: 1 기고글
5
개발자 5
등급
(568)
프로젝트
641
41%
중재
25
48% / 36%
기한 초과
46
7%
작업중
비슷한 주문
Need trading robot 50 - 70 USD
I need a robot for trading gold and currencies . I need to use it with metatrader 4 and 5 . My budget is not high . Max . 70 USD. I need to be able to start and stop it at any time without restrictions
am looking for an experienced MQL5 developer to build a high-frequency trading Expert Advisor (EA) for XAUUSD (Gold) on M1 and M5 timeframes . The EA must include advanced execution logic, dynamic pending orders, risk management, and news/session filters. Clean, efficient, and well-documented code is required. Strategy type: Scalping (fast trades, quick profit). Very fast execution logic (optimized for speed). Goal
Title: MT5 EA Needed – Prop‑Firm Compliance Tool (SL/TP at Entry, 60‑Second Hold, Daily Profit Cap, 0.5% XAUUSD Risk) Description: I need an MT5 Expert Advisor that enforces prop‑firm compliance rules for Instant Funding accounts. The EA must NOT trade automatically — it should only monitor and control my manual XAUUSD trading. I trade all sessions, so there should be no time restrictions. MY TRADING STYLE (Important
​1. Project Overview ​ Asset: XAUUSD (Gold) ​ Timeframe: M1 (1-Minute) for execution; M5/M15 for trend filtering. ​ Objective: Execute high-frequency scalps during peak liquidity (London/NY overlap) to capture 10–30 pip movements with high precision. ​ Core Logic: The "Poverty Bot" strategy relies on Mean Reversion combined with Momentum Burst (Price Action + RSI/EMA filters). ​2. Strategy Logic (The "Poverty"
I need any highly profitable robot which can trade small account like 50-100USD and any currency pair(s) The robot should avoid trading around news time and have good risk management. It should use any strategy which is profitable and not those unacceptable by brokers. Demo versions will be required before selection
Hi, I hope you doing Greate, Let me share details , so the original EA already working but you can check and verify everything fine.First you verify that all original EA features are working correctly then add a user dashboard showing the number of detected zones, buy sell both none status, and an on off button. also ensure mitigated zones disappear properly and that trades follow the zone rules, and integrate the
I need a high-speed Expert Advisor (EA) for MT5 designed specifically for XAUUSD (Gold) scalping. The bot should focus on fast entries and quick profits with high efficiency. Main requirements: 1. Symbol: XAUUSD (Gold only). 2. Platform: MetaTrader 5. 3. Strategy type: Scalping (fast trades, quick profit). 4. The bot should open trades frequently based on fast market movements. 5. Small Take Profit (quick profit
Gold_m1_ob_bot. 30+ USD
import MetaTrader5 as mt5 import pandas as pd import time from datetime import datetime # ================== CONFIG ================== SYMBOL = "XAUUSD" TIMEFRAME = mt5.TIMEFRAME_M1 LOT = 0.01 MAX_OBS = 12 # keeps signals frequent ATR_PERIOD = 14 IMPULSE_FACTOR = 1.5 # strong candle = impulse SESSION_START = 8 # GMT (London open) SESSION_END = 20 # GMT (NY close) MAX_SPREAD = 30 #
I have existing compiled indicator and script files (EX4) and would like to have them recreated in both MQL4. ⚠️ Important: This project is NOT for decompiling or reverse engineering. Instead, the goal is to: Analyze the behavior and output of the provided files Recreate equivalent functionality from scratch Deliverables: 1 MQL4 indicator source code (.mq4) 1 MQL4 script source code (.mq4) Requirements: The recreated
I need a good programmer to help convert an existing indicator to a trading EA that can work on both MT4 and MT5. The expected features on the EA is as follows: Max Spread: Magic Number: Take Profit: Stop Loss: Trailing Stop: Fixed Lot Size: Money Management: false/true Min Lot Size: Max Lot Size: Risk to Trade %: Daily Profit Target %: Add news filter. Get my jobs with source code

프로젝트 정보

예산
50 - 150 USD
기한
에서 3  5 일