EA to read signals from Telegram to MT4/MT5 Trade

MQL5 エキスパート

指定

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?


応答済み

1
開発者 1
評価
(31)
プロジェクト
41
20%
仲裁
9
11% / 89%
期限切れ
5
12%
2
開発者 2
評価
(208)
プロジェクト
297
54%
仲裁
0
期限切れ
1
0%
パブリッシュした人: 6 codes
3
開発者 3
評価
(57)
プロジェクト
72
22%
仲裁
13
46% / 15%
期限切れ
5
7%
4
開発者 4
評価
(52)
プロジェクト
57
60%
仲裁
4
0% / 25%
期限切れ
1
2%
仕事中
類似した注文
Hello i need bot 30 - 100 USD
I need a trading bot (Expert Advisor) that can send alerts to mobile, Telegram, and the MT5 desktop platform. The bot should work as a market scanner for all symbols available in my MetaTrader 5 Market Watch. It must analyze multiple indicators and convert their signals into a point-based scoring system, then send alerts based on those scores. Requirements: Send notifications to: Mobile (push notifications) Telegram
Project Overview ​I am looking for a high-level Algorithmic Trader / Developer to build a sophisticated, fully automated scalping system for the Nasdaq-100 Future (NQ) . The system must integrate institutional order flow logic with market structure analysis. ​The core logic must be written in Python , acting as a central hub that bridges ATAS (as the primary data source for Order Flow) and MetaTrader 5 (as the
I have recently used an ea that was absolutely perfect however, I have since found it was not a safe source. I use IC Markets raw spread ECN accounts and the bot I would like is a gold + btc trader (other forex are also fine) that trades extremely high lots, whilst trading extremely high frequency. I am happy to take a bot that already exists if this has an account I can view read only for true results
Mlondi traders 30+ USD
//@version=5 strategy("Simple SMC Bot", overlay=true) // Detect highs/lows hh = ta.highest(high, 10) ll = ta.lowest(low, 10) // Break of structure bullishBOS = close > hh[1] bearishBOS = close < ll[1] // Entry logic if bullishBOS strategy.entry("Buy", strategy.long) if bearishBOS strategy.entry("Sell", strategy.short) // Stop loss & take profit strategy.exit("Exit Buy", from_entry="Buy", loss=50, profit=100)
I am interested in purchasing a highly profitable Expert Advisor (EA in MQL4 / MQL5) with a focus on achieving a high Profit Factor and Recovery Factor while maintaining a low Drawdown. I require an EA that not only performs well in backtesting but also has a verifiable track record of success in live trading. Key Criteria: Profitability Metrics: The EA should demonstrate a high Profit Factor and Recovery Factor
I'm not here to waste somebody time also mine should not be wasted provide if you got what I want real profitable high frequency EA Send the backteing results picture then demo EA test on demo account for at least two days
Requirement Specification: Market Structure: Identify Trend on 1H/30M using BOS and CHOCH. Entry Logic: Wait for 50% Fibonacci Retracement into an Order Block (OB) or Fair Value Gap (FVG). Execution: On 5M/15M timeframe, execute trade only if a confirmation pattern forms at the zone. Patterns Required: Bullish/Bearish Engulfing, Morning/Evening Star, Inverse Bullish/Bearish Engulfing (Liquidity Sweeps), and Bearish
I am looking for a scalping EA based on daily VWAP for intraday trading. initiate buy when above VWAP and initiate sell below VWAP. it should have proper risk to reward
I am looking for an experienced MQL5 developer to build a fully automated trading bot (Expert Advisor) for MetaTrader 5 . The bot will focus on trend-following scalping and must be designed to trade XAUUSD and BTC on the M1 timeframe . The objective is to create a stable and efficient EA that can open multiple trades per day while managing risk using proper stop-loss, take-profit, and trailing stop
martingale base on each position close. eg: open a position with TP set at $100 and trail SL . if this position hit trail SL i lose $50 then the next position will open target at $150 profit. entry price base on from lower and up by XXX% then can open position i want to choose only buy or sell position. example this chart i only want buy position

プロジェクト情報

予算
30+ USD