IdeaRe: MT5 Trading Utilities, Chart Tools & Add-ons

41
Hi everyone! :hug:

I wanted to share an idea and some early-stage development for an indicator based on Smart Money Concepts, but with my own personal twist. I’m primarily developing this for the M5 timeframe.

# Core Mechanics and Filtering Logic
The indicator builds levels based on a ZigZag algorithm but adds a crucial dynamic filter:
* Noise Filtration: A new level is only plotted if the price moves beyond the filter range. If an extremum forms within this "gray zone," it is ignored.
* Independent Calculation: Highs and Lows are processed separately.
* Break Marking: When a significant level is breached, a "B" (Break) label is placed. This signals that a new level will be established at the next extremum.

# Trading Concept: Identifying the ChoCh (Change of Character)
My main focus right now is pinpointing the exact moment of a market shift.

Logic (Bullish Trend Example):
1. Price consistently updates its extrema (HH and HL).
2. The Critical Point: When the current Low is broken to the downside and price secures below it, we get a ChoCh.
3. Trade Setup: The previously broken Low acts as a mirror level where we expect a reaction.
4. Execution: You can place a `Sell Limit` at this level or wait for an oscillator confirmation once the price returns to the zone.

The market isn't perfect, but this mechanic provides a well-justified and conservative entry point.

# Current Project Status
The indicator is functional but is still a "raw" prototype.
* OB and BC Buttons: Please ignore these for now; they are still under development.
* Fibonacci Grid: Shown in the screenshot as a visualization of what I plan to implement next for identifying Premium and Discount zones.

Unfortunately, I've run out of Claude limits for today, but I have plenty more ideas to implement. I would love to hear constructive criticism and advice from experienced traders and coders: what else should I keep an eye on to improve this?

Screenshot attached below. Cheers!
Sorry if this is the wrong thread.
These users thanked the author Dimkin for the post (total 3):
shrii, ashdays, alexm

Re: MT5 Trading Utilities, Chart Tools & Add-ons

42
Hi Kvak,

Could you adapt this candle indicator so that it can show the daily candle (24hr candle) from a specific custom start, using an input for minutes +/- shift?

The usage I have in mind is to be able to see the daily candle as it would appear from the start of the New York session.

Thanks in advance.

Or if anybody could suggest how to achieve the above display by using some other indicator? (session indicators would not be able to achieve this as they are not for 24hr periods).
kvak wrote: Sun Apr 13, 2025 6:07 am Here is candle display indicator with button.
There is menu how much candles would be displayed and all MT5 timeframes are available.

Re: MT5 Trading Utilities, Chart Tools & Add-ons

43
chris006 wrote: Sun Apr 26, 2026 4:36 am Hi Kvak,

Could you adapt this candle indicator so that it can show the daily candle (24hr candle) from a specific custom start, using an input for minutes +/- shift?

The usage I have in mind is to be able to see the daily candle as it would appear from the start of the New York session.

Thanks in advance.

Or if anybody could suggest how to achieve the above display by using some other indicator? (session indicators would not be able to achieve this as they are not for 24hr periods).
Hello, try this.
original is red, NY open is yellow.
Not tested it.
These users thanked the author kvak for the post (total 4):
chris006, Dimkin, Jimmy, alexm
"fear moves faster than greed"

Re: MT5 Trading Utilities, Chart Tools & Add-ons

44
Thank you Kvak,

I believe it works, but see below comments.

Works on Bitcoin that is now active, does not work on symbols that trading is not available due to the weekend.

The first 3 inputs in the inputs tab will need translation in english. And also it would be nice if the button could be anchored to a selected corner.

Question: Can it be amended / extended to show previous candles as well?

Edit: Changing colour of the inputs ButtonTextOn and ButtonTextOff does not seem to work
kvak wrote: Sun Apr 26, 2026 6:25 am Hello, try this.
original is red, NY open is yellow.
Not tested it.
These users thanked the author chris006 for the post:
kvak

Re: MT5 Trading Utilities, Chart Tools & Add-ons

46
chris006 wrote: Sun Apr 26, 2026 6:47 am Thank you Kvak,

I believe it works, but see below comments.

Works on Bitcoin that is now active, does not work on symbols that trading is not available due to the weekend.

The first 3 inputs in the inputs tab will need translation in english. And also it would be nice if the button could be anchored to a selected corner.

Question: Can it be amended / extended to show previous candles as well?

Edit: Changing colour of the inputs ButtonTextOn and ButtonTextOff does not seem to work
Hello.
Thank you for feedback...I will look on it, if I am able to correct it...
"fear moves faster than greed"

ChartRe: MT5 Trading Utilities, Chart Tools & Add-ons

48
I’m already liking how this version performs. The breakout logic (market structure shifts) has been refined.

A new bullish break (MSB/BOS) is now only formed if
It was preceded by a bearish break.
The new bullish break forms lower than the previous bullish break.

Updates:
Dynamic Scaling: Fibonacci levels and all calculations are now tied to ATR.
Asset Compatibility: It’s now optimized for Gold (XAUUSD) and likely works for Indices as well.
Current Limitation: Mirror levels (S/R flips) are not functional yet.I’m already liking how this version performs. The breakout logic (market structure shifts) has been refined.
These users thanked the author Dimkin for the post:
Akela

DownloadRe: MT5 Trading Utilities, Chart Tools & Add-ons

49
Dimkin wrote: Tue Apr 28, 2026 9:16 am I’m already liking how this version performs. The breakout logic (market structure shifts) has been refined.

A new bullish break (MSB/BOS) is now only formed if
It was preceded by a bearish break.
The new bullish break forms lower than the previous bullish break.

Updates:
Dynamic Scaling: Fibonacci levels and all calculations are now tied to ATR.
Asset Compatibility: It’s now optimized for Gold (XAUUSD) and likely works for Indices as well.
Current Limitation: Mirror levels (S/R flips) are not functional yet.I’m already liking how this version performs. The breakout logic (market structure shifts) has been refined.
Unfortunately, I can't use it because my CPU isn't compatible. Could you provide support? Thanks.

ChartRe: MT5 Trading Utilities, Chart Tools & Add-ons

50
I’ve compiled it with AVX support; hopefully, it will perform as expected.

I have further refined the indicator. Key updates include:
Mirror Levels: Now fully implemented and rendering.
Level Adjustment: Added a manual/auto adjustment feature.
General Optimization: Includes numerous minor fixes and under-the-hood improvements.
These users thanked the author Dimkin for the post (total 2):
Akela, TCT_bx