I should have checked if there was a version available for at least MT4, and if so, asked for an MT5 version of it.
Re: Something interesting from Chatgpt/AI please post here
562It is ok, you want convert my version to MT5?Pelle wrote: Thu Jul 30, 2026 4:56 am I should have checked if there was a version available for at least MT4, and if so, asked for an MT5 version of it.
"fear moves faster than greed"
Re: Something interesting from Chatgpt/AI please post here
563I think I achieved my dream of using VWAP for intraday trading by having the SSL/Gann hilo style.
By adding button, it enables me turn on/off the indicator.
Thanks to Claude ai and Gemini ai.
By adding button, it enables me turn on/off the indicator.
Thanks to Claude ai and Gemini ai.
Re: Something interesting from Chatgpt/AI please post here
564A! RSI_BBDiv
Scans price for RSI divergence signals — where price makes a new swing high/low but RSI doesn't confirm it — and only fires a signal when both swing points are outside the Bollinger Bands. This filters out weak/noisy divergences and keeps you focused on divergences forming at real price extremes.
Key Features
On-chart ON/OFF button — instantly show/hide all signals and BB lines with one click
Multi-timeframe signals — detect on a higher timeframe (e.g. H1) while viewing a lower one (e.g. M15), signals plot at the correct time/price
Visual Bollinger Bands overlay with fully separate upper/lower/mid line colour, style, and width
Popup alert, push notification, and sound alert on new signal
Fully customizable arrow size/shape, label font, and connecting-line style
Auto-scans full history on load so you see past signals immediately
Enjou
Scans price for RSI divergence signals — where price makes a new swing high/low but RSI doesn't confirm it — and only fires a signal when both swing points are outside the Bollinger Bands. This filters out weak/noisy divergences and keeps you focused on divergences forming at real price extremes.
Key Features
Enjou
- These users thanked the author JohnL33 for the post (total 4):
- Krunal Gajjar, FredericoA, Abdi, mate
"My Forex Holy Grail? Sure, I'll share it. It's a magical PDF that costs $997 and the first chapter is titled: 'How to Sell a $997 PDF.'"
Re: Something interesting from Chatgpt/AI please post here
565Hi John - I fixed some problems in the code, mainly the repaint issue by confirming RSI divergence pivots only after all required candles are fully closed. Live detection and historical reconstruction now use the same logic, preventing signals from disappearing after a refresh. Signal markers are placed on the first actionable confirmation candle, while MTF Bollinger Bands use only completed higher-timeframe data.JohnL33 wrote: Sun Aug 02, 2026 6:13 pm A! RSI_BBDiv
Scans price for RSI divergence signals — where price makes a new swing high/low but RSI doesn't confirm it — and only fires a signal when both swing points are outside the Bollinger Bands. This filters out weak/noisy divergences and keeps you focused on divergences forming at real price extremes.
Key Features
On-chart ON/OFF button — instantly show/hide all signals and BB lines with one click
Multi-timeframe signals — detect on a higher timeframe (e.g. H1) while viewing a lower one (e.g. M15), signals plot at the correct time/price
Visual Bollinger Bands overlay with fully separate upper/lower/mid line colour, style, and width
Popup alert, push notification, and sound alert on new signal
Fully customizable arrow size/shape, label font, and connecting-line style
Auto-scans full history on load so you see past signals immediately
Enjou
Now it looks less beautiful on chart, but perhaps more useful. Hope you don't mind if I put my hands on it.
+C+
- These users thanked the author Cagliostro for the post (total 8):
- Jimmy, Krunal Gajjar, Shink, JohnL33, FredericoA, Abdi, mazibee, mate
"I conjure from shadows and shape fortunes from the unseen. The treasure lies hidden in plain sight, beneath the sunlight." - Cagliostro
Re: Something interesting from Chatgpt/AI please post here
566Cagliostro wrote: Sun Aug 02, 2026 7:41 pm Hi John - I fixed some problems in the code, mainly the repaint issue by confirming RSI divergence pivots only after all required candles are fully closed. Live detection and historical reconstruction now use the same logic, preventing signals from disappearing after a refresh. Signal markers are placed on the first actionable confirmation candle, while MTF Bollinger Bands use only completed higher-timeframe data.
Now it looks less beautiful on chart, but perhaps more useful. Hope you don't mind if I put my hands on it.
+C+
Hey, thanks so much for fixing this.Hope benefit to all.
- These users thanked the author JohnL33 for the post:
- Cagliostro
"My Forex Holy Grail? Sure, I'll share it. It's a magical PDF that costs $997 and the first chapter is titled: 'How to Sell a $997 PDF.'"
Re: Something interesting from Chatgpt/AI please post here
567Updates: Daily VWAP with SSL and CandlesWole wrote: Thu Jul 30, 2026 8:42 pm I think I achieved my dream of using VWAP for intraday trading by having the SSL/Gann hilo style.
By adding button, it enables me turn on/off the indicator.
Thanks to Claude ai and Gemini ai.
Re: Something interesting from Chatgpt/AI please post here
569do you have mt4 version?Pelle wrote: Fri Jul 17, 2026 1:31 am Here are some more TradingView translations; hopefully, they prove useful to someone. I haven't managed to test everything—perhaps I should have before publishing.
So, the codes is provided "as is."
Original TradingView scripts here:
https://www.tradingview.com/script/8827 ... age-Based/
https://www.tradingview.com/script/ZHGP ... BigBeluga/
EDIT
AI wrote the following regarding the differences compared to the original Pine Script code:
Ah, good point! It's very helpful to explicitly state that the time is bound to New York time. Here is the updated version of the summary with that clarification included:
***
###**What's New in this MQL5 Version? (Differences from the original Pine Script)**
While this is a highly accurate port of the original Order Flow Dashboard, we've taken the opportunity to fix a few logical bugs found in the original code and add some highly requested features specific to this MetaTrader 5 version:
* **New "Low/Zero Aggression" Alerts:** We added a brand new alert capability not found in the original. You can now set a custom threshold (e.g., `0.0%`) to receive alerts whenever Aggressive Buying or Aggressive Selling completely dries up on the tape. Perfect for catching exhaustion and potential reversals.
* **True ARGB Transparency:** The original script attempted to simulate transparency by just making the background color a darker grey. This MQL5 version leverages MT5's native True ARGB engine—meaning your background transparency slider works flawlessly. You can now make the dashboard 100% solid (so chart candles don't bleed through) or genuinely semi-transparent.
* **Cumulative Delta Reset Fix:** We patched a logic flaw from the original Pine Script where the exact reset bar (e.g., 09:30) would accidentally discard its own buying and selling volume. This version correctly captures the opening bar's volume in your daily cumulative delta.
* **Timeframe-Agnostic Session Resets:** The original code checked for an exact minute-match to trigger daily resets. If you used it on an H1 chart (where bars open at 09:00 and 10:00), the reset would silently fail! We rebuilt the reset engine to accurately track New York session day-boundaries. It will now flawlessly reset the Big Contracts and Cumulative Delta across *all* timeframes.
* *(Note: The default `0930` reset time refers strictly to **09:30 AM New York Exchange Time**—the US equity/CME market open—regardless of what local time your broker's server uses).*
* **Immune to Table UI Glitches:** The Pine Script version occasionally suffered from a permanent table-merging UI glitch if no big contracts fired early in the session. Because this MQL5 version dynamically renders exact graphical objects instead of rigid tables, the columns will never collapse or hide your data.
***