거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
552
평가:
(1)
게시됨:
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Wolfe Wave Dashboard v1.25 is a professional MetaTrader 5 indicator designed as a multi-symbol, multi-timeframe monitoring tool. It continuously scans up to 20 symbols across selectable timeframes (M1 to MN1) and identifies the freshest valid Wolfe Wave patterns based on strict geometric rules (alternating pivots, convergence of lines 1-3 and 2-4, line tolerance, minimum/maximum pattern width, etc.).

Key features:

  • Highly optimized and chunked scanning engine that only processes new closed bars, keeping CPU usage low even with many symbol/timeframe combinations.
  • Clean interactive dashboard showing Symbol, Timeframe, Direction, Pattern name, Age (bars since point 5), historical Average Time-To-Target (TTT), and an “Open” button.
  • One-click chart opening that automatically draws the complete pattern (trend lines 1-3 & 2-4, filled triangle, numbered labels, entry arrow, and optional target line 1-4).
  • Configurable alerts (popup, sound, email, push notification).
  • Persistent TTT statistics stored in a CSV file for long-term average tracking.
  • Extensive input parameters for performance tuning, pivot strength, pattern size limits, visual appearance, and dashboard scaling/font size.

The code is well-structured, robust, and focused on stability and efficiency, making it suitable for both discretionary traders and systematic multi-symbol monitoring.

WOLFE 1

WOLFE 2

WOLFE 3

WOLFE 3

NOTE: 

Disclaimer: Price will not always reach the EPA line.


HybridMicrostructure EA HybridMicrostructure EA

The Hybrid Microstructure EA is an advanced, high-frequency scalping Expert Advisor designed specifically for XAUUSD (Gold) on the M1 timeframe. Unlike traditional indicators that rely on lagging OHLC mathematics, this EA operates on Tick-Level Microstructure Dynamics—tracking tick velocity, volume-weighted average price (VWAP) deviations, and liquidity sweep rejections (stop hunts) executed by institutions.

AAPL cfd - ORB strategy AAPL cfd - ORB strategy

Using ORB strategy on AAPL cfd

SuperTrend Indicator SuperTrend Indicator

A custom SuperTrend indicator built from first principles, combining an ATR-based volatility band with a ratchet mechanism to produce a clean, non-repainting trend line. Internal recursive state is managed through properly registered calculation buffers, avoiding the state-loss bugs common in manually-managed array implementations. From the article series "Making Custom Indicators for Beginners."

Fisher Transform Indicator Fisher Transform Indicator

A Fisher Transform oscillator built from statistical first principles — normalizing price into a bounded range, then applying a logarithmic transform to produce sharp, well-defined reversal signals instead of the gradual turns typical of conventional oscillators. Internal recursive state is handled through proper calculation buffers for reliable, correct behavior across backtests. From the article series "Making Custom Indicators for Beginners."