Trabalho concluído
Tempo de execução 19 horas
I am looking for someone who can create an EA to
manage orders in MT4 according signals posted in telegram channels.
The EA should cover following functions:
- Read trading signal messages posted in specific telegram channels
- Telegram channel should be selectable in EA or changed in source code
- Signal pattern should be customizable in EA or in source code to match the format selected channel (as different channel use different
format to post their signals and how they are formatted including naming of eg. TP or Take Profit.... -> define String to find Takeprofit)
- Order parameter like Pair, Buy/Sell, TP, SL, entry price/immediate execution should be respected according to the signal
- Management/updating trades according signal, eg. change of SL for a certain order
- Closing of specific order if singal in channel is accordingly
- Possibility to use own TP, SL (especially if no TP and SL is set in signal)
- Lot size setting or risk setting to define order size
Souce code needed.
Further details to be discussed.
Pedidos semelhantes
Specifications – Development of an MQL5 Expert Advisor (Reverse Engineering) Project context: I have access to a real trading history consisting of more than 500 trades executed over a period of approximately 3 years. These trades have been exported into a CSV file containing all available information, including date, time, symbol, order type, entry price, and exit price. Important: I do not have access to the
1.Sinyal Perdagangan : Sinyal beli: garis MACD utama memotong garis sinyal ke atas (macd_current>signal_current && macd_previous<signal_previous). Sinyal jual: garis MACD utama memotong garis sinyal ke bawah (macd_current<signal_current && macd_previous>signal_previous). Gambar di bawah menunjukkan kasus beli dan jual. 2. Posisi ditutup pada sinyal yang berlawanan: Posisi beli ditutup pada sinyal jual, dan posisi
✅ *Step-by-Step Strategy to Code – CRT + CISD (MT5 EA)* 🔧 *System Setup* *Timeframes Used:* - *D1* – Bias & CRT zones (High & Low) - *H1* – Confirm candle closes back inside CRT levels - *M5* – CISD pattern (entry trigger) --- 🟢 *Buy Setup – Logic* 1. *Detect D1 CRT Zone:* - Identify current day’s *High and Low* → define CRT levels. 2. *Wait for Sweep:* - Price must *break below D1 CRT Low* (wick). 3. *H1
generate or create me a python coded file that has mql5 language requirements for a trading bot under the following instructions. the bot must execute trades if necessary the bot must trade 24/7 the bot must trade gold and currency the bot must make unlimited profit hourly the bot must enter market with caution after market analysis of 98 percent of clear trade
Ea gold is specifically available for those willing to make huge profits very good and trustworthy very easier to use Buy signal: the main MACD line crosses the signal line upwards (macd_current>signal_current && macd_previous<signal_previous). Sell signal: the main MACD line crosses the signal line downwards (macd_current<signal_current && macd_previous>signal_previous). The below figure shows Buy and Sell cases