Re: Something interesting from Chatgpt/AI please post here
Posted: Thu Sep 04, 2025 7:36 pm
Holt zlate slovenske rucicky.
Holt zlate slovenske rucicky.
You can consider the settings like this. Because I am not good at MT4 coding.Intrest 1 wrote: Mon Dec 30, 2024 7:40 am Where the moving average leaves the channel, there is a price reversal. Can this be done for MT4? There is a code at the bottom of the page
https://ru.tradingview.com/script/824Wm ... -Strategy/
Abdi wrote: Tue Sep 09, 2025 12:25 am I couldnt find a mt5 version of the divergence for all indicator. I managed to convert it. Test before using.
Divergence for Many Indicators – MT5
Multi-Indicator Engine
Scan for divergences across a powerful suite of **10 built-in oscillators**:
**MACD (Main & Histogram)**
**RSI**
**Stochastic**
**CCI**
**Momentum**
**On-Balance Volume (OBV)**
**Volume-Weighted MACD (VWmacd)**
**Chaikin Money Flow (CMF)**
**Money Flow Index (MFI)**
Advanced Filtering System
Fine-tune your signals with context-aware filters:
* Signal Qualification:** Only show signals that make sense within the current market context
* Overbought/Oversold Level Analysis**
* Centerline Cross Monitoring:** Filter signals based on oscillator crossing above/below its centerline
Filter Combinations Matrix
| Filter Type | Signal Type | Purpose Description |
| ------------ | ------------ | ----------------------------------------------------------------------------- |
| Centerline | Reversal | Signals a turn after crossing the zero line (e.g., from negative to positive) |
| Centerline | Trend | Identifies a pullback/dip within an existing trend |
| OB/OS | Reversal | Detects turning points from overbought/oversold extremes |
| OB/OS | Trend | Confirms continuation in an already extended move |
Signal Selection
* Regular
* Hidden
* Both
-----------
* searchdiv: Choose between Regular, Hidden, or Both divergence types
* showlimit: Minimum number of confirming indicators required (higher = stronger confirmation)
* dontconfirm: Toggle signal confirmation logic
* false: Fewer, higher-quality signals (requires clean path between pivots)
* true: More, earlier signals (ignores price action between pivots)
Display Options
* Show only the **most recent** valid divergence signals for a cleaner chart
* Enable/disable any of the 10 available oscillators to match your strategy
* UseMAFilter: Master **trend filter**: Only show signals that agree with Moving Average direction
Divergence For All.JPG
Divergence For All Advanced.ex5divergence for all mt5.set
Yeah, the second one i see now, after i made that oneCagliostro wrote: Tue Sep 09, 2025 3:13 am You could not find... but...![]()
post1295567939.html#p1295567939
The Snake NRP doesn't repaint the history. What you're interpreting as repainting is actually the update of the last candle, which is normal for any real-time indicator. If you look at bars that have already closed, they never change value or color.BeatlemaniaSA wrote: Thu Sep 11, 2025 7:26 am https://grok.com/share/bGVnYWN5_ec79160 ... 6439cc14e4