Re: Something interesting from Chatgpt/AI please post here

523
I just *had* to play around with AI again. :-D

I hadn't seen a dynamic dashboard before coming across this one:
https://www.tradingview.com/script/XMMe ... Syndicate/

So, I wondered if it could be ported to MT5.
I’m not really interested in the indicator's actual projections, but rather that dynamic dashboard. Perhaps it offers something of value to actual coders.

The code is provided as-is.
These users thanked the author Pelle for the post (total 6):
WN25, Abdi, mazibee, ricosuaveiii, JohnL33, NI585

Re: Something interesting from Chatgpt/AI please post here

527
cladi53 wrote: Sat Jul 11, 2026 7:19 am Thanks but something is wrong, my pc frozzen when i drop the indicator and strange lenguage in the setup
Seems to load alright on mine though does take a 5-10 second pause.

reminder for anyone not aware to keep the Windows Explorer C****** 'random number' folder open so you can delete any troublesome indicator from your list so it won't reload on a MT4 restart.

Re: Something interesting from Chatgpt/AI please post here

529
Ogee wrote: Sat Jul 11, 2026 5:29 pm Just a note that the point zigzag in no repaint mode does backpaint the point signal 6 candles on the sim.
Thanks for testing it and reporting this — you're right, and it's worth clarifying.

What you're seeing isn't repainting in the harmful sense (a point that was already displayed moving or disappearing later). Once a point is drawn in No Repaint mode, it's permanent — it will never move or vanish again on subsequent ticks.

What you're describing is confirmation lag, which is inherent to any pivot/swing-confirmation indicator (this ZigZag, MetaQuotes' standard ZigZag, Fractals, etc. all share it). A high or low can't be confirmed the instant it happens — the indicator has to wait until price reverses far enough (ExtDeviation) and the opposite Aroon value reaches the Filter threshold before it can be sure that bar was actually the swing point. With the default settings (AroonPeriod=14, Filter=90, ExtBackstep=3), that confirmation typically takes several bars — around 6 on M1 in your test, which lines up with the math.

So the point is placed at the correct historical bar (where the actual high/low occurred), but it only becomes visible on the chart a handful of bars later, once the market has proven it. That's by design — it's the price you pay for a signal you can actually trust in real time, rather than one that repaints away on you.

If the delay is too long for your use case, you can shorten it by lowering Filter (e.g. 80) and/or ExtBackstep (e.g. 1–2) — at the cost of accepting slightly noisier, less "clean" pivots.
These users thanked the author pin12 for the post:
Ogee

Re: Something interesting from Chatgpt/AI please post here

530
cladi53 wrote: Sat Jul 11, 2026 7:19 am Thanks but something is wrong, my pc frozzen when i drop the indicator and strange lenguage in the setup

Update: Smart Wedge Pattern Indicator (English & Performance Fixes)

I’ve made a few quality-of-life updates to the indicator to make it cleaner and more performant for English users:

Complete English Translation: Stripped out all dual-language (Arabic) text and removed the language selection parameter to streamline the settings menu. The indicator, labels, and alerts are now 100% in English.
UI Clean-up & Encoding Fixes: Removed the emojis that were causing garbled/corrupted characters (ð...) to appear in the MetaTrader input window and on the chart's target lines due to MT4's ANSI string encoding.
Optimized Default Settings: Changed the default Max history bars from 0 (unlimited) to 3000. This prevents the indicator from freezing or slowing down the terminal when first attached to charts with deep history.
These users thanked the author Pelle for the post (total 3):
cladi53, alex4x, Tsar