Telegram to Metatrader 4 - Instant Signal placer

MQL4 Experts

Job finished

Execution time 21 hours
Feedback from customer
Rahul is the best Dev I've worked with he is patient very skilled fast execution and committed, am very satisfied i highly recommend him

Specification

First of all, I'm not sure if what I need will turn out to be an "Expert Advisor". Maybe it's just an external program that I need developed so that it can copy trades directly from Telegram-Signal groups into MetaTrader 4, which would be a must have, since I can't be seated 24/5 a week behind my desktop.


So what I need is a program, an Expert Advisor perhaps if that's what it takes, to scan the Telegram Signal Channels that I am following for messages such as these:


GOLD SELL now at 1796.50

SL 1818

TP 1755


In this case, the EA continually scans Telegram channels of my choosing and whenever a new message is posted, the EA will pick up on terms like these (it should understand that some signal channels call XAUUSD a different name, like GOLD) and see that the EA should place a SELL trade on GOLD (XAUUSD) with a StopLoss of 1818 and a TakeProfit of 1755. 


But sometimes, channels all have their own specific way of signaling a trade. Sometimes it looks like this:


USDJPY-Long

Open Price: 110.12

SL: 109.92

TP (Minimum) 110.22

TP (Base) 110.32

TP (Maximum) 110.42


The EA should understand that this signal channel calls buy trades LONG and sell trades SHORT. It also comes with multiple TakeProfits, which all need to trigger the EA to place 3 trades in this case. The minimum, base and maximum take profit. Also, this is the only channel that actually gives those 3 takeprofits different type of names as most channels simply do it like so:


BUY USDJPY


Entry price 109.800


TP1  110.000 🎯 20 Pips 

TP2 110.300 🎯 50 Pips 

TP3 110.800  🎯 100 Pips


SL 109.500 ⛔️ 30 Pips


In this situation, the EA should recognize the word BUY and of course the symbol USDJPY. It should place a TP1, TP2 and TP3 all with the same StopLoss.


And sometimes, some channels will give "pending" orders such as these:


Instrument: GBPJPY

Order: SELL STOP

Entry price: 151.05

Stop Loss: 151.66

TP1: 150.10 (1.55R)


In this case the EA should understand that it's a SELL STOP pending order. The EA should simply be able to recognize multiple TakeProfits, StopLosses, different trading methods such as Buy, Sell, Buy Stop, Sell Stop, Buy Limit and Sell Limit.

And this all needs to be done instantly, because the moment you place a trade it alters the original Risk:Reward ratio, so the closer it is, to the original signal, the better.


I also think that the EA will probably need different scan settings for each channel, because not every channel words their signals the same way. Some channels are really sloppy and place the trade like this:


Xauusd sell now@ 1804- 1807


SL:1809

TP:1800/1794/1786


In this case, 3 TakeProfits are given, but it looks really sloppy. The EA should be able to see through this and understand 3 TakeProfits need to be placed.


The program will also have a menu where I can decide with which lot size a trade is placed, but preferably, I want the EA to place trades based on an incremental lotsize, meaning that it looks at the percentage I'm willing to risk per trade and then, based on the stoploss, calculates which lot size will need to be used. I think you can copy this mechanic from the free EarnForex.com Position Size Calculator for Forex and USD, but it doesn't seem to work for XAUUSD, so we`ll have to look into this how to make this as accurate as possible.


I also need the EA to look at the current spread of the symbol and either add or subtract this from the TakeProfit given, depending on the type of order. Buy orders, have "x" amount of spread subtracted from the TakeProfit, effectively lowering the TP threshold, while Sell orders have "x" amount of spread added to the TakeProfit value, effectively lowering the TP threshold.


What's also important is that the EA, when placing a trade, adds a comment to each of these trades and the comment will be different depending on from which channel it came. The comment will add the channel name so I can ultimately monitor perfectly which channels have the highest consistency in their promises of profitability. 


There are more things that need programming, but let's start with the beginning. If you have the skills to program the desired above, then we can talk about another project, something similar like this. I do need you to have experience in Telegram to MT4 programming though. This needs to be a perfectly working EA.



Responded

1
Developer 1
Rating
(57)
Projects
72
22%
Arbitration
13
46% / 15%
Overdue
5
7%
Free
2
Developer 2
Rating
(199)
Projects
287
52%
Arbitration
0
Overdue
1
0%
Free
3
Developer 3
Rating
(50)
Projects
55
60%
Arbitration
2
0% / 0%
Overdue
1
2%
Free
4
Developer 4
Rating
(132)
Projects
170
18%
Arbitration
17
47% / 18%
Overdue
0
Working
5
Developer 5
Rating
(1)
Projects
0
0%
Arbitration
0
Overdue
0
Free
Similar orders
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px 'Helvetica Neue'} Hello Looking for someone to help me improve my current strategy on my own algorithm and to also add hedging mode
I want the script in mql5 language for my martingale strategy. The script should open trades in both directions buy and sell and if any trade closes in loss then open new trade in that direction by using the next volume and when trade closes in profit then reset the volume to first from volume list and also maximum consecutive losses limit will apply. If trades closes consecutively in losses and hits the limit then
Long Position 1. Trend Line: When a Lower High (LH) is formed, draw a trend line from the previous Higher High (HH) to the new LH. 2. Trend Line Adjustment: If a new Lower High (LH) is formed without breaking the trend line, redraw the trend line to the new LH. Draw a trend line between the Higher High (HH) and the Higher Low (HL). If a new Higher High (HH) is formed, remove the previous trend line and draw a new one
Please watch the video on this youtube channel and download the Indicator from there. https://www.youtube.com/watch?v=ldTomLu8DxE&amp ;t=32s Rules are explained on the video and the download of the indicator is on the same video
I would like an EA that follows exactly this steps to trade de daily candle. Watch the video and then see if you can do the task. https://www.youtube.com/watch?v=g3oDYq4P9ZE Document is one this link https://cdn.discordapp.com/attachments/1135977927469703230/1135978751461695598/Daily_Bias-TTrades_edu.pdf?ex=669a9a27&amp ;is=669948a7&hm=96de195f7e695a381c1261b065f67b94fae319d02a0c88641b146f8b2978320c& Should have
I have a custom EA that works fine in the live market trading, but when doing a back test in the strategy tester , it does not open sell orders. There are no errors or warnings; it just doesn't open sell orders. I've checked every possible reason that might be the reason why it does not open sell orders, but I can't find anything, especially since it works fine in the real market and it opens both buys and sells
Hi, I have an indicator from my friend, I want to copy it to my own MT5 can you do that for me. Here is the link
I installed the E.A. into the Experts folder in MT4. When I double click on it nothing happens. When I right click and "attach to chart" nothing happens. The E.A. is not grayed out, it simply will not attach. Any help would be greatly Appreciated
I have an EA and want to add few new logic to fetch profit taking factors and other values from an external master data and use it in existing EA
Hello Every one, Good day, I want from someone professional to create an EA is working on Mt5, This EA is working by depend on some indicators, and all those indicators must be working on MACD window, not on the chart, for more details please read my attached pdf file carefully. Many Thanks

Project information

Budget
30+ USD
For the developer
27 USD