Page 16 of 30

Re: Something interesting from Chatgpt/AI please post here

Posted: Fri Jun 06, 2025 10:34 pm
by moey_dw
Tsar wrote: Fri Jun 06, 2025 8:23 pm The Name is "Bali Band's in Tour" ;) :Rofl:
Hahahaha that's the less rude version i was thinking of...….. yesh anything goes in bali

Re: Something interesting from Chatgpt/AI please post here

Posted: Sat Jun 07, 2025 1:44 am
by JohnL33
Abdi wrote: Thu Jun 05, 2025 7:53 pm Bollinger Bands Touch with Gimmee Bar filter

JohnL33, thanks for opening this theard. Because of you, i started playing around with them. Here is a fun one with a few options. Its based on the bb touch which MrTools made and Jimmy mentioned. The Gimmee filter is interesting for reversals. I'm not a coder and can't code. I can only change settings and colors. :D

What is the Gimmee Filter?

The Gimme Bar is a technique described by Joe Ross as a counter-trend filter and is used by advanced Bollinger Bands traders who trade sideways (ranging) markets.

The signal can be seen whenever the price bar touches and breaches the Bollinger Band's outer band but is "rejected", leaves a long tail wick then proceeds to Close near or inside the band. This is seen as a strong, short-term reversal signal and confirmation that price is staying within the Bollinger Bands.

Below are examples of the Gimme Bar signal:

Bullish Gimmee Bar:

Price has attempted to break the outer bands but is contained within the Bollinger Bands (Blue), signaling a "Buy" scalp trade opportunity
Bullish_Gimme_Bar.png


Bearish Gimmee Bar:

Price has attempted to break the outer bands but is contained within the Bollinger Bands (Blue), signaling a "Sell" scalp trade opportunity
Bearish_Gimme_Bar.png


Files

BB Touch Gimmee Bar.JPG
You are welcome ..quite interesting creation you got there. Love bb also.YUP..Agree ,Thank for all the coder also.inspiration for me opening this thread for all to learn simple coding for own use and share for all.

Re: Something interesting from Chatgpt/AI please post here

Posted: Sat Jun 07, 2025 2:05 am
by Intrest 1
If you want to buy on some signal, then the price should confirm this signal. If the value of the CLOSE bar on which the purchase signal is greater than the value of the CLOSE bar on the previous signal for the purchase, the price confirms the signal. This is applicable to any signals of any indicators

Re: Something interesting from Chatgpt/AI please post here

Posted: Sat Jun 07, 2025 2:19 am
by Intrest 1
P.S.
For clarity:
The first three signals are not confirmed by the price, because the value of the price of closing the bar with a signal for the sale is higher than at the previous bar. But the next three signals for the sale are confirmed by the price, because the price of the closure of the signal bar is lower than the closing price on the previous signal.
If each indicator had such a filter of comparison of the price of signals, then we all would have long become billionaires)))

Re: Something interesting from Chatgpt/AI please post here

Posted: Fri Jun 13, 2025 9:57 pm
by Scata
JohnL33 wrote: Sun May 11, 2025 7:39 pm A!SUPER_SIGNAL_V2

Test On M1.Other timeframe are too messy.
I don't understand if it repaints or not, because after a while it blocks my mt4, maybe the code is too heavy

Re: Something interesting from Chatgpt/AI please post here

Posted: Fri Jun 13, 2025 10:22 pm
by JohnL33
Scata wrote: Fri Jun 13, 2025 9:57 pm I don't understand if it repaints or not, because after a while it blocks my mt4, maybe the code is too heavy
Thank for testing..maybe too much indi in ur chart.Its not perfect but maybe work for someone.
anyway..i will chk and update.

Re: Something interesting from Chatgpt/AI please post here

Posted: Sat Jun 14, 2025 2:51 am
by Intrest 1
HI JOHNL33, at the beginning of the strong movements of the quotes come faster than in the calm market. Could you make an indicator that shows a change in the frequency of quotations? Then it will be seen when a strong movement begins on the market

Re: Something interesting from Chatgpt/AI please post here

Posted: Sat Jun 14, 2025 1:00 pm
by JohnL33
Intrest 1 wrote: Sat Jun 14, 2025 2:51 am HI JOHNL33, at the beginning of the strong movements of the quotes come faster than in the calm market. Could you make an indicator that shows a change in the frequency of quotations? Then it will be seen when a strong movement begins on the market
Sori bro..i also ask Ai.Have you try urself..i use free version claude..sometime deepseek...others i haven try yet.

Re: Something interesting from Chatgpt/AI please post here

Posted: Sat Jun 14, 2025 2:19 pm
by JohnL33
A! current real-time leverage

Why This Matters:

Brokers often reduce leverage during high-impact news to manage risk
You need to know when this happens as it affects your position sizing
Initial leverage gives you a reference to know what your "normal" leverage should be

Benefits:

News Event Tracking: You can see exactly when brokers changed leverage during news
Historical Record: Know the precise timing of leverage modifications
Pattern Recognition: Track if brokers consistently change leverage at specific times
Audit Trail: Useful for complaints or discussions with your broker.

Re: Something interesting from Chatgpt/AI please post here

Posted: Sat Jun 14, 2025 4:11 pm
by JohnL33
Scata wrote: Fri Jun 13, 2025 9:57 pm I don't understand if it repaints or not, because after a while it blocks my mt4, maybe the code is too heavy
First arrow (buy OR sell)
✅ Then opposite direction only
✅ Alternating pattern continues
✅ Arrows persist when changing timeframes
✅ One arrow per direction at a time

The indicator will show: Buy → Sell → Buy → Sell in sequence, never two consecutive signals of the same type!
Scata wrote: I don't understand if it repaints or not, because after a while it blocks my mt4, maybe the code is too heavy

Fixed the repainting issues:

No Current Bar Processing: Changed loop from i >= 0 to i >= 1 - this skips the current bar (i=0) entirely by default.
Separate Current Bar Logic: Added optional current bar processing only when ShowCurrentBarSignal = true, but it doesn't update the global signal state (no alerts, no state changes).
Alert Fix: Changed alert condition from i <= 1 to i == 1 so alerts only trigger on bar 1 (the most recently completed bar).
Default Non-Repainting: Set ShowCurrentBarSignal = false by default.

How it works now:

✅ Non-Repainting: Signals only appear on completed bars (bar 1 and older)
✅ Stable Signals: Once a signal appears, it won't disappear or change
✅ Optional Current Bar: You can enable ShowCurrentBarSignal = true if you want to see potential signals on the current bar (these will repaint)
✅ Clean Alerts: Alerts only fire once when a bar closes with a signal
✅ Alternating Pattern: Still maintains buy→sell→buy→sell sequence

If can use..that good.........if still cannot..just remove the indi.