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

ASQ Spread Logger - MetaTrader 5용 지표

조회수:
140
게시됨:
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

ASQ Spread Logger — Track Every Pip of Spread

AlgoSphere Quant — Precision before profit.

ASQ Spread Logger is a lightweight indicator that monitors spread in real time and gives you the data to make better entry decisions. Whether you scalp during tight sessions or avoid news spikes, this tool shows you exactly what your broker is charging — and logs it for later analysis.

A2

What it does

The indicator draws a color-coded histogram in a separate window: green when the spread is low, gold when it is moderate, and red when it exceeds your threshold. A clean on-chart panel displays the current spread in both points and pips, the rolling average, the minimum and maximum over your chosen window, and the current status level.

Every data point can be logged to a CSV file (DateTime, Symbol, Spread, Bid, Ask, Avg, Min, Max, Status) so you can analyze spread behavior across sessions, days, or brokers in Excel or Python. Three logging frequencies are available: every tick, every second, or once per new bar.

When the spread exceeds your high threshold, the indicator fires an alert with configurable cooldown. Push notifications and email alerts are also supported.

Features

  • Color-coded spread histogram (green / gold / red) in a separate window
  • On-chart statistics panel: current spread, average, min, max, status
  • CSV export to MQL5/Files/ with full bid/ask and status data
  • Three logging modes: every tick, every second, every new bar
  • Configurable low/high thresholds in points
  • Threshold reference lines on the histogram
  • Alert popup + optional push notification + email
  • Alert cooldown to prevent spam
  • Panel corner, offset, font, and color customization
  • Automatic pip conversion for 3/5-digit brokers
  • Minimal CPU usage — single-file, no external dependencies

Use cases

  • Scalping: enter only when the spread is below your threshold
  • News trading: monitor spread expansion before and after high-impact events
  • Broker comparison: log spread data across multiple brokers and compare in Excel
  • Session analysis: identify which hours offer the tightest spreads
  • Prop firm compliance: document that you traded during acceptable spread conditions

Parameters

Spread Thresholds: Low threshold, High threshold (points). CSV Logging: Enable/disable, frequency (tick/second/bar), custom filename. Statistics: Rolling window size. Alerts: Enable, push, email, cooldown in seconds. Display: Panel on/off, corner, offset, font size, colors for background, text, header, good/warn/bad levels, threshold lines, max bars.

A1

Installation

  1. Download ASQ_SpreadLogger.mq5
  2. Place in MQL5/Indicators/
  3. Compile in MetaEditor (zero dependencies)
  4. Drag onto any chart

Compatibility

MetaTrader 5, all brokers, all instruments (Forex, Metals, Indices, Crypto), all timeframes.

Free and open-source under the AlgoSphere Quant brand.


Portfolio Scorer — Multi-EA Correlation and Coverage Analyzer Portfolio Scorer — Multi-EA Correlation and Coverage Analyzer

Portfolio Scorer is a standalone MQL5 script that evaluates the quality of a multi-EA portfolio across three critical dimensions that most algo traders overlook. The script reads daily profit and loss data from CSV files (one per Expert Advisor), computes a full Pearson correlation matrix between every strategy pair, maps trading activity by UTC hour and weekday, detects asset class diversity, and produces a weighted composite score with a letter grade from A+ to F. How it works: The tool runs in four sequential stages. First, the Data Loader reads and validates CSV files containing daily returns for each EA in the portfolio. Second, the Correlation Engine calculates the complete NxN Pearson correlation matrix and flags pairs that exceed a configurable threshold. Third, the Coverage Analyzer maps which hours and weekdays have active trading and identifies blind spots. Fourth, the Scoring Function combines all three dimensions into a single composite score using adjustable weights.

Candle Body Ratio Candle Body Ratio

An original indicator designed to analyze price action and provide buy/sell signals.

ASQ Trading Journal Export ASQ Trading Journal Export

One-click CSV export of trade history with P&L, duration & stats

Institutional Gaussian Signal Filter (Zero-Lag ALMA) Institutional Gaussian Signal Filter (Zero-Lag ALMA)

A quantitative Gaussian filter designed to replace lagging retail moving averages by applying advanced digital signal processing to eliminate market noise without sacrificing responsiveness.