This is Requirements Specification for Job
Expert advisor/ Utilities for mq4 + mq5 & Pyrhon source code, can open trade real time by Signal from Telegram chanel and share signals to other chanel real time.
My project consists in:
- Python copier that read messages in real time and parse trading commands to my Chanels.
- MT4/MT5 EA that handle commands from copier and handle trading operations real time.
I- File requirements:
1. Pyrhon copier with source code
2. MT4 EA/Utilities with source code
3. MT5 EA/Utilities with source code
II-Below are the basic functions i needed:
1. Read and open trading signal messages posted in all public/private telegram channels with different formats to MT4/MT5 trading
Copy from other personals chanel/ group (all channel and group which I am member), not my chanel. So I not have API token
https://t.me/CaptainScalping
https://t.me/joinchat/sR5Xzt_yF8I5YjJl
https://t.me/joinchat/AAAAAFjWr2HofJCa8C0k2w
The EA must be able to ready different formats eg TP or Take Profit.... define String to find Take profit, Order parameters like Pair, Buy-Sell, TP, SL, entry price/immediate execution should be respected according to the signals on both platform MT5/MT4 with supports FIFO... means must execute with entry price, then modify the position with TP and SL.
We can setting the fomat for that EA read, Example Telegram signal:
EurNzd buy now @ 1.7150
Sl @ 1.7015
Tp1 @ 1.7200
Tp2 @ 1.7300
XAUUSD SELL NOW
@1879-1881
sl 1884
tp 1874
tp 1865
tp 1855
2. Copy all the signals included Entry Price, Buy/Sell/ Stop/ Limit, Stop Loss, take profit 1, take profit 2 and take profit 3 and execute immediately.
3. Read customized messages on telegram customizable to signal provider format e.g. BUY NOW, BUY @, BUY AGAIN, SELL LIMIT, BUY LIMIT,... etc.
- Accept close commands in signal formats (Customizable): e.g.
- For example e.g. Close Now, Close at Entry, Close half, TP HIT (or HIT TED) etc.
4. If a trade has multiple TP levels like TP1, TP2 and TP3, the EA would need to be able to partially close a % of the trade at each TP level.
5. Lot size customizable with Money Management module: use Auto Lot by balance, Max lot, Max order, Stop loss/Take profit by % equity, Breakeven.
6. Trailing stop/ Trailing TP:
- Trailing stop: Any order that opened by the EA already hit "n" pips, the EA will move the Stop Loss to entry price and have Trailing step.
- Trailing TP: When TP1 hit -> SL set to Entry, When TP2 hit -> SL set to TP1, When TP3 hit -> SL set to TP2,...
7. Have function copy then share signal to other Telegram with same fomat.
8. Provide me Manual Guide file How to setting and ussing?
類似した注文
Job Description: I am looking for a skilled MQL5 developer to create a custom Expert Advisor (EA). The trading strategy relies on standard indicators, but requires precise execution logic and strict risk management rules. Key Technical Requirements & Skills Needed: Multi-Timeframe (MTF): Basic ability to read one indicator's data from a higher timeframe (M15) while the EA runs on a lower timeframe (M5). Instant
Ready made robot for executing trades because don't have PC or laptop does it come as license key that allows straight extension to be a ready made of change your mind and the match is still hustling and I recommend exness broker on any. Strategy of a mobile robot arrena that execute trades it self and 24/7 operational system that enhances power of electronic art technology with automatic EA optimization
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. Si richiede una chiamata conoscitiva. Il collaboratore si occuperà di: • eseguire backtest di strategie di trading su MT5 • effettuare ottimizzazioni parametri tramite Strategy Tester • analizzare risultati e
Need Python developer to use MetaApi.cloud Python API (ready SDK) to build a real-time equity curve chart. Project is simple and details will be shared privately. Only apply if you have strong Python experience
VR Rsi Robot is an expert advisor for MetaTrader 5, built on the classic RSI (Relative Strength Index) indicator but utilizing a multi-timeframe approach. The core idea is to filter signals received from the faster timeframe (H1) with confirmation from the higher timeframe (D1). This approach reduces the number of false entries and increases the probability of following a sustained trend. The expert opens positions
You are an expert AI Trading Analyst specializing in Simple Moving Average (SMA) Trend Following strategies. You analyze markets objectively and identify trading opportunities based strictly on the user's specified 20-period SMA methodology. Adapt your analysis to match the user's trend-following style. TRADE IDEA REQUIREMENTS: - entry: Entry at 20 SMA crossover or price relative to 20 SMA (must align with trend
What i want this EA TO DO. Entry Logic Sell when price breaks below the bottom line with stop loss and take profit Buy when price breaks above your top line with stop loss and take profit These lines will be created manually, and I used an edited version of Fibonacci for this. Can you create something similar? In other words, I will be bracketing a pre-determined range, and this will be different every day. If I go
1. Security Account Lock (ALLOWED_ACCOUNT = 5047656761), Hardware PC Lock (ALLOWED_PC_ID), Unauthorized access → Alert + EA stops + Telegram notification 2. Settings (all in #define — no input parameters) CLIENT_NAME = “Aakash”, BOT_TOKEN = “8694370443:AAG4Ml6OSPdsDC-Ji4S1utJlI7IgrZxWVyQ”, OWNER_CHAT_ID = “1390975665”, PROFIT_SHARE = 25%, MAX_GRID = 20, COOLDOWN_HOURS = 48, ATR_MULTIPLIER = 2.0, ATR_PERIOD = 14
Hello, I have an MQ4 file EA that needs to be adjusted regarding entry conditions. ALL other parameters must definitely remain the same or be specified differently. I am attaching it herewith. The stop-loss type in the new EA have to be ALWAYS a Fixed Stop-loss. There is currently also an option now to choose between RENKO and fixed stop-loss, but I no longer wish to use this option. I am also no longer using the
Code pour créer un robot //+------------------------------------------------------------------+ #include <Trade/Trade.mqh> CTrade trade; // SYMBOLS string symbols[3] = {"Volatility 10 Index","Volatility 25 Index","Volatility 75 Index"}; string bestSymbol = ""; // VARIABLES double startBalance; int tradeCount = 0; int lossStreak = 0; bool tradingStopped = false; bool profitMode = false; datetime lastDay; // PARAMÈTRES