Connect TradingView signals to MT4 using webhooks

MQL4 전문가 Forex

작업 종료됨

실행 시간 6 일
피고용인의 피드백
Excellent customer. His communication and document are crystal clear.
고객의 피드백
Very professional, skilled and very fast developer. Excellent cooperation - highly recommended.

명시

Hi second time (I deleted previous order by mistake),


I would like to connect my TradingView signals to MT4 using webhooks. As of now, using my own Telegram channel seems to be the easiest and safest option. 

Now Im using this solution https://www.tradingviewtomt4.com/

Here is the overall flow: 

  1. Alert setup in TradingView (from strategy script)
  2. TradingView generates alert when condition is triggered (currency + order type + risk management or lot size from alert comment field).
  3. TradingView sends alert using Webhook URL field to send the signal to Telegram - I want to use this default syntax from tradingview   
  4. Telegram reads signal data and forwards signal detail to MT4 EA 
  5. MT4 opens order. EA can works with default lot size (i can set in tradingview messsage) or risk management calculation based on this https://www.tradingviewtomt4.com/blog/why-risk-manegement - Im using this just now, but the EA is not 100% reliable and the syntax is limited.
  6. Im using multiple accounts on one VPS (3-4 MT4 apps on one desktop) - I need the account identification and send signals to the specific account (will be in the Tradingview message)
  7. I need Central % equity stop (close all trades and stop autotrading/bot) + Notification when robot is stopped - I can set SL for all trades on acount for example on 50% of my account equity (should be calculated from last balance), then close all trades and stop automatic trading on metatrader and send notification to MT4 mobile app.


I want to use this placeholder to build my alert's notification message. They will be replaced by their corresponding value when the alert triggers. ( )

  • {{ticker}} - returns SYMBOL (EURUSD, BTCUSD, EURGBP, …)
  • {{strategy.market_position}} — returns the current position of the strategy in string form: “long”, “flat”, or “short”.
  • {{strategy.order.alert_message}} - returns specific message from EA (account and risk management in my case)


Message from tradingview looks like this:

Open Orders:

long_SYMBOL_account_SLinPoints_Risk%
short_SYMBOL_account_SLinPoints_Risk%

example:

long_EURUSD_111222333_150_0.05 = opens a long order on EURUSD  on account 111222333 with an SL 150 points away with 5% risk if SL triggers
short_EURGBP_222333444_300_0.03 = opens a short order on EURGBP  on account 222333444 with an SL 300 points away with 3% risk if SL triggers
long_EURJPY_222444666_300_0.00= opens a short order on EURJPY on account 222444666 with an SL 300 points away and the default lot size (I can set in EA)

Close Orders:

flat_SYMBOL_SLinPoints_Risk%_account

example:

flat_EURUSD_111222333_150_0.05 = close all orders on EURUSD on account 111222333 (with „flat“ order everything else in the text after account number has to be ignored)


The signals form tradingview can come in the same time - it is necessary to follow the sequence of signals

I look forward to answering your questions if any. Developer with proven experience will be preferred. 

It is not a problem to increase the budget if its necessary.

Thank you :-)


응답함

1
개발자 1
등급
(164)
프로젝트
218
50%
중재
6
17% / 67%
기한 초과
11
5%
무료
2
개발자 2
등급
(69)
프로젝트
93
34%
중재
10
40% / 30%
기한 초과
5
5%
무료
3
개발자 3
등급
(137)
프로젝트
220
52%
중재
22
23% / 55%
기한 초과
64
29%
무료
게재됨: 3 코드
비슷한 주문
Need trading robot 50 - 70 USD
I need a robot for trading gold and currencies . I need to use it with metatrader 4 and 5 . My budget is not high . Max . 70 USD. I need to be able to start and stop it at any time without restrictions
am looking for an experienced MQL5 developer to build a high-frequency trading Expert Advisor (EA) for XAUUSD (Gold) on M1 and M5 timeframes . The EA must include advanced execution logic, dynamic pending orders, risk management, and news/session filters. Clean, efficient, and well-documented code is required. Strategy type: Scalping (fast trades, quick profit). Very fast execution logic (optimized for speed). Goal
Title: MT5 EA Needed – Prop‑Firm Compliance Tool (SL/TP at Entry, 60‑Second Hold, Daily Profit Cap, 0.5% XAUUSD Risk) Description: I need an MT5 Expert Advisor that enforces prop‑firm compliance rules for Instant Funding accounts. The EA must NOT trade automatically — it should only monitor and control my manual XAUUSD trading. I trade all sessions, so there should be no time restrictions. MY TRADING STYLE (Important
​1. Project Overview ​ Asset: XAUUSD (Gold) ​ Timeframe: M1 (1-Minute) for execution; M5/M15 for trend filtering. ​ Objective: Execute high-frequency scalps during peak liquidity (London/NY overlap) to capture 10–30 pip movements with high precision. ​ Core Logic: The "Poverty Bot" strategy relies on Mean Reversion combined with Momentum Burst (Price Action + RSI/EMA filters). ​2. Strategy Logic (The "Poverty"
Simple MA indicator with buy and sell arrow with a push notification. Conditions for buy or sell should be when price breaks above or below the MA and then retraced back to the MA creating a HH/HL or LH/LL then the buy/sell signal arrow should be at the reversal candle that forms the HL/HH. And on indicator window1 RSI cross over MA and the RSI line
I need any highly profitable robot which can trade small account like 50-100USD and any currency pair(s) The robot should avoid trading around news time and have good risk management. It should use any strategy which is profitable and not those unacceptable by brokers. Demo versions will be required before selection
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
Gold_m1_ob_bot. 30+ USD
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 #
A perfect indicator 30 - 80 USD
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

프로젝트 정보

예산
50 - 500 USD
기한
에서 1  10 일