Create Simple MT4 EA That Opens Only Certain Lot Size Range From A Signal Provider

MQL5 Indicadores Experts

Termos de Referência

PROJECT DESCRIPTION

This is a simple MT4 project to do the following. Max budget is $30. 

I usually subscribe to different forex signal providers (e.g instaforex) online who send forex signals directly to my MT4 platform and these signals are executed instantly on my MT4 account. The problem I have is that sometimes these signals may have very low or very high lot sizes which I do not want copied to my account. For example, the signal  providers may open a very small lot size of say 0.01 or a very high lot size of 0.97 both of which I may not want to copy. My preference maybe to copy say only lots between the following range (e.g. 0.05 to 0.6 only). However, I currently can't not do this and hence I need a simple EA that can do the following:

Requirements:
I need a simple MT4 EA that upon receiving a buy or sell signal from any of my signal providers will:

1. Assess the lot size of the signal and determine whether or not to open the trade depending on the Lot range I have set. All orders outside my set lot range should not be opened.

2. Allow me to set my own lot range within which only orders with lot sizes within this lot range will be opened by the EA. All orders outside this lot range will NOT be opened. (example of lot range: 0.09 - 1.2 lots) - meaning all orders below 0.09 and all orders above 1.2 lots will NOT be opened.

3. The EA should also allow me to set a "Fixed Lot Size" for all open orders within the lot range I have set. For example, after I have set my lot range (e.g. 0.03 - 0.41 lots), I can then set a Fixed lot size which any lot within this lot range will be opened at in my MT4 platform (e.g. Fixed Lot = 0.01). This means that all orders opened within my selected lot range (i.e. 0.03 - 0.41 lots) will all be opened at a fixed lot size of 0.01 in my MT4 platform.

This is a simple EA for an experienced programmer which should take under 1 hour to complete. 

Happy bidding.

MC

Respondido

1
Desenvolvedor 1
Classificação
(390)
Projetos
416
30%
Arbitragem
74
19% / 72%
Expirado
52
13%
Trabalhando
2
Desenvolvedor 2
Classificação
(7)
Projetos
6
17%
Arbitragem
3
0% / 100%
Expirado
0
Livre
3
Desenvolvedor 3
Classificação
(57)
Projetos
72
22%
Arbitragem
13
46% / 15%
Expirado
5
7%
Livre
Pedidos semelhantes
Simplebot 30+ USD
#include <Trade/Trade.mqh> CTrade trade; input double LotSize = 0.1; input int FastMA = 10; input int SlowMA = 20; int fastHandle, slowHandle; // Initialize indicators int OnInit() { fastHandle = iMA(_Symbol, PERIOD_CURRENT, FastMA, 0, MODE_SMA, PRICE_CLOSE); slowHandle = iMA(_Symbol, PERIOD_CURRENT, SlowMA, 0, MODE_SMA, PRICE_CLOSE); return(INIT_SUCCEEDED); } void OnTick() { double fastMA[2]; double
Indicator 250+ USD
Looking for an all in one buy sell indicator I'm looking for a strategy too as part of the project I'm willing to pay well but I will want to test it before proceeding with contract. I'm looking for a developer that is skilled motivated open for future projects... if you aren't one of those do us a favor and just don't respond
Im after a person to copy, exactly MACD in TRADINGVIEW to use on MT5. Ive tryed alot of the apps available...Tradingview works for me. Im also after a person to make a real time chart, overlayed on the delayed chart Thanks
need a dots marking of a simple rules pullback indicator. in the .tpl file look at 28 Jan 2026, TF M5 basically it is just overlaping lows or highs of the previous candle price. there are 2 scenario to accomodate: 1. simple pullbacks 2. pullbacks with inside bar and outside bar involved
buy condition when blue color appears sell condition when yellow color appears close all buys when there is a sell order close all sells when there is a buy order
Società di investimento con attività tra Sanremo e Monaco ricerca un giovane collaboratore con esperienza nell’utilizzo avanzato di MetaTrader 5. Si richiede la conoscenza della lingua italiana e inglese. Attività Il collaboratore si occuperà di: • eseguire backtest di strategie di trading su MT5 • effettuare ottimizzazioni parametri tramite Strategy Tester • analizzare risultati e robustezza delle strategie •
I am looking for an experienced MT5 developer to build a custom, aggressive XAUUSD scalping EA with structured basket management and momentum continuation logic. This is not a generic EA — it requires careful architecture and proper risk control. Key Requirements: Instrument & Timeframes: XAUUSD only M1 execution chart M5/M15 for directional bias and structure context Execution & Basket Logic: Aggressive basket-style
​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"
Simple MA indicator with buy and sell arrow with a push notification. Conditions for buy or sell should be when price breaks above or below the MA and then retraced back to the MA creating a HH/HL or LH/LL then the buy/sell signal arrow should be at the reversal candle that forms the HL/HH. And on indicator window1 RSI cross over MA and the RSI line
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

Informações sobre o projeto

Orçamento
30 - 40 USD