거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
라이브러리

ASQ News Filter - MetaTrader 5용 라이브러리

Emmanuel Nana Nana
게시자:
Muharrem Rogova
조회수:
237
평가:
(1)
게시됨:
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
ASQ News Filter v1.2 — Free, Open-Source



One surprise NFP print can wipe a week of profits. ASQ News Filter gives your EA a complete economic calendar shield — it auto-fetches live events from the MQL5 Calendar API, identifies which ones affect your pair, and blocks trading before and after high-impact releases. NFP and FOMC get extended cooldown windows because the volatility doesn't stop when the candle closes.
FEATURES:
- MQL5 Calendar API live integration — auto-fetches events every 5 minutes with actual/forecast/previous values
- High/Medium/Low impact filtering with configurable mode (High Only, High+Medium, All)
- Configurable pre-news and post-news trading pauses (5-120 minutes)
- Special event cooldowns — NFP gets 60-minute post-news pause, FOMC gets 90 minutes, fully configurable
- 9 central banks covered — built-in date schedules for Fed (FOMC), ECB, BOE, BOJ, RBA, BOC, SNB, RBNZ, plus NFP
- Automatic event classification — detects NFP, FOMC, CPI, GDP, PMI, Retail, Employment from event title
- Currency-specific filtering — auto-detects base/quote from symbol, handles broker suffixes (EURUSDm, EURUSD.r)
- News intensity scoring — 4-level gauge: Calm, Caution (event within 2h), Danger (within pre-window), Blackout (blocked)
- Next 3 upcoming events list with impact level and countdown
- Event deduplication and automatic cleanup of passed events
- Custom event support — add your own events programmatically

DEMO EA INCLUDED:
Attach to any forex chart to see the full dashboard:
— Trading status (Allowed/Blocked) with intensity meter
— Next event name, currency, impact, type, and countdown timer
— Pre-news and post-news window indicators with active cooldown display
— Upcoming events list (next 3) with H/M/L impact color dots
— Event counts by impact level and total events loaded

— Filter mode display

Dashboard


USAGE:
#include "ASQ_NewsFilter.mqh"
CASQNewsFilter news;
news.Initialize(_Symbol);
news.SetMode(ASQ_NEWS_HIGH_ONLY);
news.Update();                        // Call on every tick
if(news.IsTradingAllowed()) { /* trade */ }
if(news.IsHighImpactSoon(60)) { /* reduce risk */ }

Place both files in the same folder — compiles instantly, no subfolder setup needed.

This is the open-source news engine behind Quant Cristina on the MQL5 Market. Same logic, same accuracy — the Market version adds the premium multi-strategy trading framework.

FILES:
- ASQ_NewsFilter.mqh — Library (1,034 lines)
- ASQ_NewsFilter_Demo.mq5 — Demo EA (395 lines)

MetaTrader 5, all brokers, all forex instruments, all timeframes.
Free and open-source. 1,429 lines of production MQL5.

AlgoSphere Quant — Precision before profit.
https://www.mql5.com/en/users/robin2.0
Fibonacci Structure Engine Fibonacci Structure Engine

A Market Structure indicator featuring Fibonacci Intelligence to provide accurate Buy/Sell signals.

Symbol Summary Symbol Summary

Symbol Summary is an MT5 service that opens a separate viewer window and displays a detailed report for a trading symbol. It supports Russian and English, window resizing, scrolling, and automatic report updates when the watched chart changes symbol or timeframe, without restarting the service.

RSI Grid EA Pro RSI Grid EA Pro

RSI Grid Overlap Pro is a professional MT5 Expert Advisor combining RSI-based market entries with an adaptive grid recovery system. It features intelligent overlap order management to reduce drawdown, plus virtual trailing stop, breakeven, and three lot sizing modes — fixed, balance-proportional, and risk-based — making it suitable for both conservative and aggressive trading styles.

Mini Prop-Firm Traders Utility Dashboard Mini Prop-Firm Traders Utility Dashboard

This mini custom-built MetaTrader 5 dashboard is a robust, comprehensive risk management and performance based monitoring tool and utility created to give both Prop firm and personal funded traders full visibility and control over their trading activity in real time.