candle replay magnifier

candle replay magnifier
Download ALL MT5 indicators (5742)
YouTube Video Thumbnail



Similar MetaTrader Tools

candle replay magnifier

Info

The candle replay magnifier is a Indicator for MetaTrader 5 that features: overlay candles from any past date directly onto the current chart. automatic adjustment of replay zone/magnifier to match live chart movement.

Usage

This tool is typically used for enhancing chart analysis and decision making.

Platform

This Indicator works exclusively on MetaTrader 5 (both build 600+ and newer versions).

Setup

Place the downloaded file in MQL5/Indicators folder via File ? Open Data Folder in MetaTrader 5.


How to Install and Use candle replay magnifier

1. Installation: Place your file in the MQL/Indicators folder via "Open Data Folder" and restart your terminal.

2. Loading: Find the indicator in the Navigator, drag it onto your chart, and configure the input parameters in the popup window.

3. Customization: Press Ctrl+I to open the indicator list, select your tool, and click "Properties" to change colors, levels, or visual styles.

4. Updating: Replace the old file in the Indicators folder with the new version and restart the platform to apply changes.

Frequently Asked Questions

Q: Why is my indicator not showing? A: Verify the file is in the MQL/Indicators folder, or try right-clicking the "Indicators" tree in the Navigator and clicking "Refresh."

Q: Do custom indicators slow down the platform? A: Too many complex indicators can impact performance; remove unused ones via the "Indicator List" (Ctrl+I).

Q: Can I use MT4 indicators on MT5? A: No, MQL4 and MQL5 are distinct languages; ensure the indicator is compiled specifically for your platform version.

What this tool does

features: overlay candles from any past date directly onto the current chart.

Typical Use Case

This Indicator excels in automated trading and technical analysis on MetaTrader 5.

Compatible Platform & Setup

This Indicator works on MetaTrader 5. Place the file in the MQL5/Indicators folder and restart the terminal.

Description & Settings

Related: Quantora Candle Strength Analyzer MT5: Price Action and Wick Analysis - another powerful indicator for MetaTrader 5 traders.


Also recommended: Quantora Candle Countdown MT5: Professional Real-Time Candle Timer - similar indicator with strong performance on MetaTrader 5.

features:

overlay candles from any past date directly onto the current chart.

automatic adjustment of replay zone/magnifier to match live chart movement.
dynamic tooltips showing:

time.

open, high, low, close.

candle range.

bullish/bearish direction.

volume.

customizable colors for bullish/bearish candles and zones.

interactive zone for selecting and dragging overlay region.

works on intraday timeframes (e.g. m1 to h1).
parameters:
how to use:
a simple step-by-step guide:

attach the indicator to a chart (preferable intraday).

select the
replay date
using input panel.

the indicator will draw a red "main zone" on your current chart.

a green "replay zone" will display historical candles mapped to the same relative position and size.

hover over the replay bars to see candle details.
what's inside the zones?

the
first candle
in the main zone (on the left) corresponds to the first candle from the selected
replaydate
.

the
current live candle
(on the right of the red zone) is aligned with the
last candle
of the green replay zone.

this lets you easily see:

"how did the market behave at this position last time?".

"are we repeating a similar pattern?".

what's around my current candlestick?

the
current candlestick
(last bar in the red main zone) corresponds exactly to the
last candle
in the green replay zone - they are aligned in both
time position
and
open price
.

the
first candle on the left
of the main zone is matched to the
first candle
of the replay zone (from the selected replaydate).

the
last (current) candle
of the main zone is matched to the
last candle
from the replay zone - their
opening prices are identica
l for comparison.

this lets you answer:

"what did price do next the last time we were at the same level and time of day?".
notes and limitations:

zone range:
large replay ranges may impact performance on low-end devices.

no wicks:
only candle bodies are drawn, upper and lower shadows are not shown.

no buffers:
this indicator uses only chart objects (rectangles), not indicator buffers.

redraws every new bar:
the full replay zone is
re-rendered
on each new tick or bar, which is not optimized for performance.

market closed on replay date:
if the market was closed on the selected replaydate,
no candles will appear
.

replay offset risk:
if some bars are missing on the replay date, the green replay zone may
misalign
, and the current candle's open price may not match the replay candles open price.

only intraday timeframes supported:
this tool is designed for intraday use (below daily timeframe). not intended for d1/w1/m1.
screenshots:
conclusion:whether you're a pattern trader, scalper, or just want to visually compare market behavior, this tool adds a new perspective to your analysis. give it a try and let me know what you think!

You may also like: Candle Timer for MT4/MT5 - excellent alternative for indicator users on MetaTrader 5.

Source Code

яю//+------------------------------------------------------------------+
#property copyright "RobotFX"
#property link "https://robotfx.org"
#property version       "1.05"
#property description "Educational code - RobotFX www.robotfx.org"
#property description "Educational code - RobotFX www.robotfx.org"
#property description "Educational code - RobotFX www.robotfx.org"
#property indicator_chart_window
#property indicator_buffers 0
#property indicator_plots   0

.......

Leave your opinion, ask a question, share some knowledge

Limitations & Risk Warning

  • This tool is provided for educational and testing purposes only.
  • Past performance does not guarantee future results.
  • Trading involves substantial risk of loss. Use on a demo account first.
  • Results may vary depending on market conditions, broker, and settings.
  • We recommend thorough backtesting and forward testing before using with real funds.
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.