Hello,
I want to create an EA that will be solely based on the SET UP starting price at the beginning of the period. I will set a Start price to identify my current market prediction. I will also set a gap position I want for the period, either weekly or monthly. Once the Highest and lowest prices after the start of the robot reaches the GAP, the robot will stop trading until a new set up is made.
The gap position is the price gap difference between the highest and the lowest price after the installation of the robot. So once I attach the robot with my required START PRICE and GAP price. The ROBOT will automatically start trading by SELLING at prices below the START PRICE and BUYING if price of the market goes above the START PRICE SET at the beginning of the period.
The robot should be able to use a trendline moving average indicator to be set by me at the beginning of the period. The trendline indicator will determine when bids should be taking at higher frequency or lower frequency and at what position whether to BUY or SELL.
The robot should be able to accumulate prices as well as use Moving average Trend indicator to control positions by Selling less when actual prices goes upwards to the trend price indicator, and SELL more when prices falls below the trend indicator and goes against it. It will also BUY more when actual prices goes above the trend indicator and BUY less when prices fall below the trend indicator line..
If the direction of the market is in line with the direction of the START price, the robot should take more bids after certain positions and close the bids if market reverts back or reaches the current trend indicator price at the time. So if Start price is say 90 and current price is 88 and trend price is 89, then ROBOT should BUY when prices goes above 89(trend price) and BUY MORE when prices goes above the START PRICE (90), While if Price gets to 89.5 and doesn’t reach the START PRICE but crosses the trend line upwards, then ROBOT should SELL MORE when price falls downwards below the trend price (89) and continue downwards while updating the trend price to enable it close all the positions when the actual price is about to cross the trend line to the other side again.
All bids opened at every position of the trendline should be closed at reversal of the trend or at accumulated profit of Zero (0).


As you can see above, we have 3 SELLS I showed. SELL 1 activated above the START price, so it will take less bids until it rosses the START PRICE Line. SELL 2 is below the START price, so it will take more SELL bids from the start. While SELL 3 too will start with less and take more at below the START price.
For the BUY. BUY 1 will take less BUY as it is below the trendline while BUY 2 will take more BUY position as it is above the START Price line.
All bids at every set of moves will be accumulated and closed together before reversing using the trend price updated as at the time or at total price of Zero.
As relates to the start GAP in prices, if the difference between the Highest price and Lowest price reaches the GAP, then the robot will stop trading or taking new positions. So if say gap is 4 and Highest price after start up is 90, then if lowest price reaches 90-4=86, then the EA will stop trading.
Please Note
I want only serious and immediately available programmers as time is essential. Also please ensure you understand the concept as well.
I will have the following as it relates to the EA
- Source code
- Ownership and Copyright of code
- EA should have a Password input
- I will need as much as 3 weeks to test the accuracy of robot before finalizing payment
- Robot should be usable on any product, currency, indices or stock
Similar orders
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
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
Merge nearby zones yes/no Alert on/off Label on/off Show only current relevant zones near price yes/no Distance filter from current price Zone transparency Colors Preferred Output on Chart: I want the indicator to show only: the strongest nearby support zones under price the strongest nearby resistance zones above price major higher timeframe zones clean chart view I do not want excessive clutter. Entry Assistance
Criei um Robô para a venda alta precisão que automatiza a estratégia de correção média de Larry Williams. Possui filtros de tendência seletiva, controle de lote por risco percentual e execução rápida. Compatível com contas Hedge e Netting. Configuração simples e otimizada para mercados de alta volatilidade. *55(16) 993786056
I want already build FULLY AUTOMATED order block MT5 XAUUSD HTF H4 ENTRY LTF M15 - Show result on live account. m15 ob entry in the direction of h4 ob bias the developper to provide source code in the end
I need an MT5 Expert Advisor built as a high-precision volumizer for Forex. Its core purpose is to generate controlled trading volume for rebates, while still maintaining low-risk account growth. I am not looking for aggressive profit chasing. I am looking for a stable, intelligent EA that can produce volume in a disciplined way without damaging the account. The ideal system should trade major currency pairs, avoid
1. IF price forms: - Higher highs + higher lows → TREND = BUY - Lower highs + lower lows → TREND = SELL ELSE → NO TRADE 2. IF: - Trend = BUY - Price retraces to support zone - Bullish engulfing candle forms - TDI green crosses above red (optional) THEN: - Execute BUY 3. IF: - Trend = SELL - Price retraces to resistance - Bearish engulfing forms - TDI confirms THEN: - Execute SELL 4. Risk per trade = 1% of account Lot
I need a high frequency trading robot for gold in one or 5 minute timeframe the robot should have spread filter where it should only open trades below a set spread should have news filter to allow trading during fundal news or not the robot should have input in number of minutes to close all open trades and remove pending orders before fundamental news as part of news filter. It should also have the number of minutes