Sierra Chart Alerts to MT5 via Webhook (Alert Manager File Version)

工作已完成

执行时间27 天

指定

Sierra Chart Alerts to MT5 via Webhook (Alert Manager File Version)
Objective:
Create a Custom Study (ACSIL / C++) that monitors alerts from the Alert Manager file and forwards any valid alert directly to MT5 via an HTTP POST (Webhook) in JSON format.
Additional Note: The study should allow adding any modifications in the future and provide clear insights into the alert points in Sierra Chart.
1. Data Flow Diagram:

Alert Manager File -> Custom Study ACSIL -> HTTP POST Webhook -> MT5 EA
2. Functional Requirements:
a. Monitor Alerts
Periodically read the Alert Manager file (e.g., every second).
Capture any new alert not sent previously.
Avoid sending duplicate alerts from multiple charts.
b. Parse Alert
Extract from the alert text:
Symbol (e.g., EURUSD)
Timeframe (e.g., 5m)
ID (ID3 or ID2)
Presence of "true" for validity
Determine trade direction:
ID3 → "Buy"
ID2 → "Sell"
Validate alert:
If "true" exists → valid: true
If "true" does not exist → ignore alert
c. Build JSON
JSON
{
  "symbol": "EURUSD",
  "timeframe": "5m",
  "direction": "Buy",
  "valid": true
}
d. HTTP POST
Send JSON asynchronously to the MT5 EA Webhook.
Ensure Sierra Chart performance is not affected during the request.
e. MT5 EA (Listener)
Receive JSON payload.
Execute trade immediately if valid=true.
Ignore the alert if valid=false.
3. Example Workflow
Alert Manager Text:

EURUSD 5m ID3 true
ACSIL Study Processing Steps:
Parse → Symbol = "EURUSD", Timeframe = "5m"
Check "true" → valid = true
Check ID3 → direction = "Buy"
Send JSON to MT5 EA
MT5 EA: Receives JSON and executes a Buy trade on EURUSD immediately.
4. Key Features
Centralized alerts from Alert Manager file instead of individual charts.
Reduces duplicate alerts.
Better performance and faster processing.
Consistent JSON format, easy for EA to handle.
Ability to add future modifications or enhancements.
Provides clear alert points for monitoring in Sierra Chart.
5. Alert Text Format in Alert Manager
The alert text should contain all necessary information:

SYMBOL TIMEFRAME ID3 true
or
SYMBOL TIMEFRAME ID2 true
Examples:
EURUSD 5m ID3 true
XAUUSD 15m ID2 true
6. Data Extraction Table
Element
Description
Example
Extraction Rule
symbol
Asset Symbol
EURUSD
First word in the alert text
timeframe
Timeframe
5m
Second word in the alert text
direction
Trade Direction
Buy/Sell
ID3 → Buy, ID2 → Sell
valid
Alert Validity
true
If alert contains "true" → true, else false
7. JSON Payload Example
JSON
{
  "symbol": "EURUSD",
  "timeframe": "5m",
  "direction": "Buy",
  "valid": true
}

反馈

1
开发者 1
等级
(616)
项目
719
33%
仲裁
46
48% / 41%
逾期
14
2%
已载入
2
开发者 2
等级
项目
0
0%
仲裁
0
逾期
0
空闲
3
开发者 3
等级
(25)
项目
31
13%
仲裁
13
0% / 77%
逾期
9
29%
空闲
4
开发者 4
等级
(52)
项目
63
40%
仲裁
15
27% / 60%
逾期
1
2%
工作中
5
开发者 5
等级
(4)
项目
7
57%
仲裁
1
100% / 0%
逾期
0
空闲
6
开发者 6
等级
(329)
项目
515
19%
仲裁
35
46% / 31%
逾期
34
7%
工作中
7
开发者 7
等级
(70)
项目
87
57%
仲裁
6
67% / 17%
逾期
2
2%
已载入
8
开发者 8
等级
(6)
项目
8
38%
仲裁
1
0% / 100%
逾期
0
空闲
9
开发者 9
等级
(175)
项目
187
47%
仲裁
3
33% / 33%
逾期
1
1%
已载入
10
开发者 10
等级
(8)
项目
9
89%
仲裁
0
逾期
0
空闲
11
开发者 11
等级
(3)
项目
4
0%
仲裁
0
逾期
1
25%
空闲
12
开发者 12
等级
(13)
项目
20
40%
仲裁
1
0% / 100%
逾期
1
5%
空闲
13
开发者 13
等级
(15)
项目
22
45%
仲裁
6
33% / 33%
逾期
2
9%
已载入
发布者: 7 文章, 35 代码
14
开发者 14
等级
(7)
项目
6
0%
仲裁
4
25% / 75%
逾期
2
33%
空闲
15
开发者 15
等级
(6)
项目
11
27%
仲裁
1
0% / 0%
逾期
5
45%
空闲
16
开发者 16
等级
(70)
项目
83
11%
仲裁
13
62% / 23%
逾期
6
7%
空闲
发布者: 16 文章, 6 代码
17
开发者 17
等级
项目
0
0%
仲裁
0
逾期
0
空闲
18
开发者 18
等级
项目
0
0%
仲裁
0
逾期
0
工作中
相似订单
NinjaTrader 8 / NinjaScript Phase 1 build: convert an existing Auction Market Theory (AMT) strategy into objective, alert-only decision-support logic. Not a bot, no auto-execution — trades stay manual. Covers NQ/MNQ, ES, CL, MGC using 30-min TPO/Volume Profile context with 5-min confirmation: one 5-min close outside VAH/VAL = acceptance, close back inside = rejection. Dashboard shows bias, auction state, location
Hi i need help to connect my chat gtp with ninja trader I have all tools. Just need supervision and seeking a professional who can do that for me. This the bridge extension https://crosstrade.io/blog/chatgpt-to-ninjatrader-mcp-walkthrough
Hello, I am looking for an experienced MQL5 developer to convert an open-source TradingView indicator into a fully functional MetaTrader 5 Expert Advisor (automated trading robot). Source Indicator: Heikin Ashi RSI Oscillator (HARSI) by JayRogers TradingView Link: Target Platform: MetaTrader 5 (MT5) Core Requirements: Indicator Replication: The EA must accurately replicate the HARSI candle logic, smoothing
I need a pine script coder to automate my strategy (based on trendline) on tradingview platform. I simply need tradingview to open a position when the price touches the specified trendline with options to buy or sell and SL level. Please let me know if you are interested and I can give you exact details. Thank you
MT5 EA DEVELOPMENT SPECIFICATION CHANNEL + RSI REVERSAL STRATEGY I need a professional MetaTrader 5 Expert Advisor based on the following exact strategy. 1. Core Strategy The EA must automatically identify a valid price channel using confirmed swing highs and swing lows. The strategy trades reversals from the channel extremes: SELL: Upper channel + RSI above 70 + bearish rejection. BUY: Lower channel + RSI below 40 +
Senior MQL5 Developer Required — XAUUSD & BTCUSD Algorithmic EA I am looking for an experienced MQL5 developer to design and build a robust MT5 Expert Advisor for XAUUSD (Gold) and BTCUSD . This is not a request for a basic RSI/EMA EA, martingale, grid, or recovery system . I want a properly engineered algorithmic trading system with a demonstrable trading rationale, robust risk management, reliable execution and
Ai sadick 30+ USD
Fully automated entry and exit of trades. Identify market trends using price action and reliable technical indicators. Trade major Forex pairs and XAU/USD (Gold). Automatic Stop Loss and Take Profit on every trade. Adjustable risk management, with default risk of 1% per trade. Maximum daily loss protection to stop trading after a specified loss. Break-even and trailing-stop functions. Adjustable lot size, risk %
Hello there, I am looking for a automated strategy for ninjatrader 5 Looking for a proven profit factor of 1.5 ( minimum ) on 15 mins time frame . I do MNQ futures I do not have the logic, but I like mean reverssion variable , plus RSI etc . that could make the automated tool robust and long lasting. i need fast response if you have
Date:29.08.2026 **TECHNICAL SPECIFICATIONS** PDF Attached for reference rest all details given below. Required: Creation, Integration and successful execution of trading algo/robot in MT5 using MT5 VPS. Brokers: Trades to be executed in both brokers Swissquote and Pepperstone. Symbols: All available in MT5. ** Common parameters for all executions: · Manual Start/Stop. · Session time (defined / always
ZONDII Scalpers 30+ USD
I need an Expert Advisor called ZONDII Scalpers for MT5 (MQL5). Timeframe: M5 Pairs: XAUUSD / EURUSD BUY when: Price > EMA200 and EMA50 crosses above EMA200 and RSI(14) > 50 SELL when: Price < EMA200 and EMA50 crosses below EMA200 and RSI(14) < 50 Risk: Fixed lot 0.01, SL 300 points, TP 600 points, Trailing start 200 points / step 100 points. Filter: Max spread 30 points. Only 1 trade at a time. Inputs must be

项目信息

预算
50+ USD
截止日期
 1  5 天