Page 24 of 30

Re: Something interesting from Chatgpt/AI please post here

Posted: Sat Jul 26, 2025 11:03 pm
by Abdi
JohnL33 wrote: Sat Jul 19, 2025 7:00 pm The name "SpeedoMETER"
IDEA
from fastbreyk .last online Apr 29, 2015
Thx for sharing John.
I also tried to make a version, with a some changes in the core SOT code.
Play around with the settings to find the best settings.
- The chart is from the EU 1h chart. The set file is also below.

Re: Something interesting from Chatgpt/AI please post here

Posted: Sun Jul 27, 2025 2:49 pm
by JohnL33
Abdi wrote: Sat Jul 26, 2025 11:03 pm Thx for sharing John.
I also tried to make a version, with a some changes in the core SOT code.
Play around with the settings to find the best settings.
-
AI SOT Indi.JPG

The chart is from the EU 1h chart. The set file is also below.
Nice.

Re: Something interesting from Chatgpt/AI please post here

Posted: Thu Jul 31, 2025 1:19 am
by JohnL33
JohnL33 wrote: Tue Jul 22, 2025 12:13 am The Fix
You've correctly identified a common issue in MQL4 indicators that manage their own graphical objects. When the indicator re-initializes (which happens when you change timeframes, edit settings, or recompile the code), the OnInit() function runs again.

NOW no more old objects,Only new one is drawn.
source code for who ever wanted.

Re: Something interesting from Chatgpt/AI please post here

Posted: Fri Aug 01, 2025 12:51 pm
by Mescalito
JohnL33 wrote: Thu Jul 31, 2025 1:19 am source code for who ever wanted.
Could you post the older version which kept the old objects drawn please, I need to see past signals

Re: Something interesting from Chatgpt/AI please post here

Posted: Fri Aug 01, 2025 2:15 pm
by JohnL33
Mescalito wrote: Fri Aug 01, 2025 12:51 pm Could you post the older version which kept the old objects drawn please, I need to see past signals
my old or new version dont have past object..if you need just prompt and share ur version.

Re: Something interesting from Chatgpt/AI please post here

Posted: Fri Aug 01, 2025 2:56 pm
by Mescalito
JohnL33 wrote: Fri Aug 01, 2025 2:15 pm my old or new version dont have past object..if you need just prompt and share ur version.
I need this version“s source, this one lets me see past arrows see, post1295568337.html#p1295568337

Re: Something interesting from Chatgpt/AI please post here

Posted: Fri Aug 01, 2025 5:12 pm
by JohnL33
Mescalito wrote: Fri Aug 01, 2025 2:56 pm I need this version“s source, this one lets me see past arrows see, post1295568337.html#p1295568337
epb.png
A! Extreme_Pullback.ex4
Oh..i overide and compile to new version.No more old code.

Re: Something interesting from Chatgpt/AI please post here

Posted: Sun Aug 03, 2025 1:00 am
by JohnL33
A! Keltner Channels

I add logic price break channel and bb for arrow.

Re: Something interesting from Chatgpt/AI please post here

Posted: Sun Aug 03, 2025 11:54 am
by JohnL33
A! SupportResistanceDiagonal+Stoch

Re: Something interesting from Chatgpt/AI please post here

Posted: Sun Aug 03, 2025 2:30 pm
by JohnL33
A! DREAMER

Tribute to "Prince of Darkness".

Bullish Breakout (DodgerBlue): This state is triggered if the current price moves above the high of the previous closed candle. It signals that bullish momentum is strong enough to create a new short-term high.

Bearish Breakout (Orange Red): This state is triggered if the current price moves below the low of the previous closed candle. It signals that bearish momentum is strong enough to create a new short-term low.

Inside Bar / Consolidation (Grey): This is the default state. It occurs when the current price is trading between the high and the low of the previous candle. This signals a lack of immediate breakout momentum, or that the market is consolidating or pulling back.

The indicator displays three pieces of information, which appear or disappear based on the logic above.

The Main Logo (e.g., "DREAMER"):
This is the primary visual signal.
Its color instantly tells you the current market state (DodgerBlue for bullish breakout, Orange Red for bearish breakout, Grey for inside/consolidation).

The Pips Meter:
This only appears during a Bullish or Bearish Breakout.
It quantifies the strength of the breakout by showing exactly how many pips the price has moved past the previous high or low.
Example: If the previous high was 1.25100 and the current price is 1.25125, the meter will show + 2.5 pips.
When the logo is grey, the pips meter is hidden.

The Breakout Timer (Stopwatch):
This also only appears during a Bullish or Bearish Breakout.
It functions as a stopwatch, measuring the duration of the current breakout in minutes and seconds (MM:SS).
The timer starts the moment the price first breaks the previous high/low.
It continues to count up as long as the price remains in a breakout state.
If the price returns inside the previous candle's range (logo turns grey), the timer resets to zero and disappears.

stopwatch not working properly..its reset when change timeframe.someone can fix..it will nice.