Autotrader based on signals on site

MQL4 Esperti Script

Specifiche

I need a script or EA or w/e that responds to email alerts from a certain signal provider by reading the signals from their site. It then should auto-trade in Desktop MT4.

I have the following requirements:

- Read the symbol.

- Set the volume per symbol based on a formula with a configurable risk level variable.

- Set the SL / TP. (There are 3 TP-levels available, so this should be configurable.)

- Buy / Sell should probably be executed as a pending order with Buy/Sell / Stop/Limit and an expiry date.

- Open a pending order with Buy Limit / Buy Stop / Sell Limit / Sell Stop at a price with pip or point precision with an expiry date. (The expiry date will always be the same, namely 24 hrs later. And an option to set if it's in pip or point precision. The signals are provided in point precision, but the last decimal should be rounded if the broker is in pip precision.)

- I should be able to change the name of the broker, so basically the name of Desktop MT4, and the credentials that go with it and whether it's a live or demo account.

- Close an order based on a signal.

- Change an order based on a signal.

- Manage multiple positions at the same time in the same and/or different symbols.

- Set a trailing stop at the SL-level.

- I should be able to change the email address and password it is linked to. And the credentials of the site.

- Trade with 8 different currencies: USD, EUR, GBP, CHF, AUD, CAD, NZD, JPY(!) (So the last one is a bit tricky due to the different location of the decimal point.)

- I also have to be able to use my computer for other things while the script is running.

I can leave my pc running 24/5 and stay logged in to the signal provider's site and Desktop MT4 and my gmail-account all the time if necessary.

Con risposta

1
Sviluppatore 1
Valutazioni
(121)
Progetti
134
66%
Arbitraggio
36
25% / 56%
In ritardo
22
16%
Gratuito
Pubblicati: 10 codici
2
Sviluppatore 2
Valutazioni
(25)
Progetti
54
37%
Arbitraggio
4
0% / 50%
In ritardo
22
41%
Gratuito
Ordini simili
Senior MQL5 + Python Quant Developer Needed – Institutional AI Trading Platform I'm looking for a highly experienced quantitative developer (or small team) to build an institutional-grade algorithmic trading platform for MetaTrader 5 and Python . This is not a simple Expert Advisor. It is a complete trading platform consisting of an MQL5 execution engine, Python AI research environment, machine learning pipeline, and
I need a trading robot for MetaTrader 5 that works on mobile for XAUUSD. === TRADING RULES === Symbol: XAUUSD Timeframe: M15 Trading Hours: 10:00 to 18:00 server time only Buy: When 10 EMA crosses above 50 EMA Sell: When 10 EMA crosses below 50 EMA Close opposite position when new signal appears === RISK MANAGEMENT === Risk per trade: 1% of account balance Stop Loss: 300 points / $3.00 Take Profit: 600 points / $6.00
Jona copilot v12 30 - 40 USD
Hi, I'm interested in ordering an MT4 trading bot. Before we begin, could you please send me the technical specifications and requirements you'll need? Specifically, I'd like to know: - The trading strategy the bot will use. - The currency pairs or instruments it will trade. - The timeframes it supports. - Risk management features (lot sizing, stop loss, take profit, trailing stop, maximum drawdown). - Whether it
Please programm liquidity sweep based on my 0/1 conditions. I will contact selected candidates, btw, Maybe you did already liquidity sweep, it would be very nice, you will have better understanding what I mean, source of code required
I have few EAs that I want to place on market, but I can't due to some errors, please help me, because I am not a programmer. Source of code required, bug free version, ony my computer it must works not only on your computer
Hello dear all developers, I will find here python programmers? I would like to create an Expert Advisor, if you can you can convert, because I already have Expert Advisor written in mql5 or maybe you will create a bridge? it's up to you, but I need 1:1 copy
Hello! I am searching a professional programmer for regular works. I don't care if you have 1 projects done or 1000, show me your skills. I need to create an EA based on Zig Zag indicator and candlestick patterns, EA must works on all time frames, source of code required
My EA have bug 30+ USD
Expert Advisor have a bug, I tried to fix it somehow with searching on google, but I couldn't fix find a solution. Please fix it, I will send you erorr type, what line etc. Only serious programmers, not amateur please. My time is precious
//+------------------------------------------------------------------+ //| DX_Structure_H1.mq5 | //| Copyright 2026, Seu Nome | //| https://www.mql5.com | //+------------------------------------------------------------------+ #property copyright "Copyright 2026" #property link " https://www.mql5.com " #property version "1.00" #property strict // Parâmetros de Entrada input string InpSymbol = "DX.F"; // Nome do Ativo
{ "strategy_name": "M5 EMA Scalper", "timeframe": "M5", "indicators": { "ema_fast": 20, "ema_slow": 50, "rsi": 14, "atr": 14 }, "entry_rules": { "buy": [ "EMA20 > EMA50", "Price closes above EMA20", "RSI > 55" ], "sell": [ "EMA20 < EMA50", "Price closes below EMA20", "RSI < 45" ] }, "risk_management": { "risk_per_trade": 1.0, "stop_loss_atr": 1.5, "take_profit_rr": 2.0

Informazioni sul progetto

Budget
10 - 100 USD
Scadenze
da 10 a 30 giorno(i)