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?
類似した注文
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
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