Telegram to mt4 instant signal

MQL5 전문가

명시

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 like move the SL to the entry point when TP1 is hit and same if TP2 is hit move SL to TP1 when the trader send an update also the EA have to recognize about which orders the trader make an update…. But let's start with the beginning. If you have the skills to program the desired above, then it’s cool plus if you understand French  ! I do need you to have experience in Telegram to MT4 programming though. This needs to be a perfectly working EA.p

응답함

1
개발자 1
등급
(152)
프로젝트
228
80%
중재
22
27% / 50%
기한 초과
11
5%
무료
게재됨: 24 기고글, 1882 코드
2
개발자 2
등급
(52)
프로젝트
57
60%
중재
4
0% / 25%
기한 초과
1
2%
무료
비슷한 주문
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
requirements needed MT5 Must have 4 adjustable tradeable time slots per day Example: trade from 2:50 to 6:00 trade from 7:55 to 9:45 trade from 12:55 to 17:00 trade from 19:15 to 23:30 Tradeable 1M and 5M charts open a buy trade when the candle touches the previous candle high or open a sell trade when the candle touches the previous candles low. (I believe it would
A robot 30+ USD
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
Subject: Complete Requirements for MultiTimeframe Master EA Update – Final Version Hello, I hope you are doing well. After careful consideration, I have simplified my requirements. Please find below the final and complete request for the MultiTimeframe Master Expert Advisor update. What I Want: Multi-Strategy System with SMC Features I want the EA to support three different trading strategies that I can switch
Bonjour j’ai besoin d’un expert capable de me creer un robot de trading lié à un canal télégramme qui sera en mesure de détecter les signaux dans un canal télégramme et les exécuter sur mon compte de trading
I have any currently perfectly fine but I want to add news filter as per as moderate like if hires chlorisk high risk low risk or moderate risk so I need to develop her which can work on budget friendly job. Budget fixed 30 usd
Hi Im working with a Crypto trading company and we want to branch out with our indicator, i'm researching the bot automation and need some hands on board. i i want to hear your opinion about the indicator that i would like you to build. in the PDF i explain the whole indicator and how it need to look like. happy to hear form you
I want someone to hold a session for me and explain in details on how to implement them in. I would really appreciate your guidance on how to properly set up GoCharting and get access to CME futures data
EA SMC/ICT 30+ USD
//+------------------------------------------------------------------+ //| SMC_ICT_Advanced_EA.mq5 | //| Smart Money Concepts Trading | //| Combines Order Blocks, FVG, BOS, CHoCH | //+------------------------------------------------------------------+ #property copyright "SMC/ICT Trading System" #property version "2.00" #property strict #include <Trade/Trade.mqh>

프로젝트 정보

예산
30 - 50 USD