당사 팬 페이지에 가입하십시오
- 조회수:
- 345
- 평가:
- 게시됨:
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
The indicator automatically calculates the Asian session (00:00-08:00 server time) high and low and visualizes them as horizontal levels on the chart. During the London session it monitors price action around these levels and produces buy/sell signals on confirmed breaks and retests.
The indicator is intended for manual scalping of the London open. It draws the current session range, highlights breakouts and retests, and does not repaint signals on closed bars.
Input parameters:
- SessionStartHour / SessionEndHour - customize the Asian session hours (default 00:00-08:00 server time);
- UseTrendFilter - require EMA trend confirmation before signals;
- UseVolumeFilter - skip low-volume moves;
- SignalMode - alerts, push notifications or arrows only;
- StopLevelPips / TakeLevelPips - trade management defaults.

The indicator repaints nothing on closed bars and works on any symbol with M1, M5 or M15 timeframe.
Relative Moving Average EA
An MQL5 implementation of all four cross-strategies from Bloch's Relative Moving Average framework, with his Adaptive Crossover Exit switching rules by volatility regime. Entries and exits are taken in fractile space, so thresholds mean the same thing on every symbol.
Relative Moving Average Indicator
A faithful MQL5 port of Daniel Bloch's Relative Moving Average framework. It ranks the current close inside its own window's distribution on a [0, 1] scale comparable across symbols, publishing the fractiles, regime classification, and directional consistency as readable buffers.
SAX Forecaster
A forecaster made from Symbolic Aggregate approXimation (SAX)
Trade Journal and Performance Analytics Dashboard
A lightweight on-chart dashboard that reads your closed trade history and shows win rate, profit factor, streaks, and an equity curve — no strategy inputs, just your own numbers, refreshed automatically.