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
작업중
비슷한 주문
Build a fully mechanical EA for XAUUSD on D1 timeframe. Trader spends 5-10 mins per day to run it. No discretion. EA calculates, places orders, and walks away. Timeframe Use the Daily (D1) timeframe . At the close of each completed daily candle, identify: Previous day's High (wick) Previous day's Low (wick) Previous day's Open
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

프로젝트 정보

예산
50+ USD
기한
에서 1  5 일