Trade Maker EA

MQL5 Experts

Trabalho concluído

Tempo de execução 23 horas
Comentário do cliente
Arkadii, is the real mccoy, very smart, very fast and very very good. Bravo !!!
Comentário do desenvolvedor
Thanks for job!

Termos de Referência

The Trade Maker is an EA that only takes trades based on the logic below, parameter settings are in the attachment. The EA does not manage or close any trade, that will be done by another EA. This EA will run on a single chart on the MT4 Platform and should be coded to execute trades on up to 6 pairs at a given time as per settings specified.

The most anticipated virtue of the EA is its efficiency in taking trades with no delay. It will look for trade taking opportunities based on the chart it runs on. If on 1m chart then every 1 min or 5m chart every 5 min. On opening of a new candle.

So, this EA is intended to be a part of a martingale based system. This EA’s job is as follows;

The EA constantly checks for Buy and Sell trades in the specified pairs. The moment it does not find either buy or sell trades for any specified pair as the case may be it springs to action by executing trades based on the parameters.


How it makes trades?
Once it establishes that, let’s say eurusd has no buy trades.
It checks the account balance, if balance is $6000, and parameter says 3,000 for every 0.01 lot
It makes the first buy eurusd 0.02 lot
Since maximum trades is set to 10, it takes 1 or all trades immediately or takes First trade and waits for price to move in the opposite direction (down) taking an additional trade every X pips specified in the Grid Step parameter. If grid step is 6, it will take the second trade when price moves 6 pips below the first trade. And 6 pips below second trade for the third trade. If Grid step is Zero it will take all the trades specified in parameter all at once.
Lot size calculation is as below for each successive lot using Lot Multiple:
Trade 2 > First Trade (0.02) + First Trade (0.02) x Lot Multiple (2) = 0.06
Trade 3 > Second Trade (0.06) + First Trade (0.02) x Lot Multiple (2) = 0.10
Trade 4 > Third Trade (0.10) + First Trade (0.02) x Lot Multiple (2) = 0.14 son on.
Each Currency Pair will have its own magic no.
It will only take trades based on a start and end time. Once it is done, it will wait for the same of a different currency to have no trades either buy or sell and trigger again.

Arquivos anexados:

Respondido

1
Desenvolvedor 1
Classificação
(1122)
Projetos
1810
61%
Arbitragem
14
64% / 7%
Expirado
84
5%
Livre
Pedidos semelhantes
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
A perfect indicator 30 - 80 USD
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
SMC ORDER BLOCK 30 - 60 USD
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

Informações sobre o projeto

Orçamento
40+ USD
Prazo
de 1 para 3 dias