Re: Supertrend indicators for MT4

541
Pipa wrote: Mon Apr 07, 2025 3:23 am Thanks Jimmy for your POV on this one.
Currently testing a new feature trying to improve it a little bit more: measuring and compare the bars within the trend, within the session. I don’t know what will happen to the final outcome, but as every trader knows, in some occasions we can estimate when a trend tends to end. I am used to make such judgements based on ticks (speed/price behavior), so hopefully I can implement such algo. Since I’m new to all this (coding), please bear with me on that one 😅🤙
You're making some truly useable and strong indicators, especially the Session Aware Supertrend. Honestly, some of the codes you guys are creating with Grok and ChatGPT are blowing me away haha. Really brings out the creativity in you blokes 👌

Are you all premium paying subscribers or just using the freely available AI?
These users thanked the author Jimmy for the post (total 4):
boytoy, mrtools, moey_dw, 太虚一毫
Myfxbook live trading results 📊

List of our most powerful reversal indicators + Guide to the "All Averages" Filters (ADXvma, Laguerre etc.)
Fibonacci numbers for indicator settings + How to draw Fibonacci Extensions + How to draw Support & Resistance


Re: Supertrend indicators for MT4

542
Pipa wrote: Mon Apr 07, 2025 3:23 am Thanks Jimmy for your POV on this one.
Currently testing a new feature trying to improve it a little bit more: measuring and compare the bars within the trend, within the session. I don’t know what will happen to the final outcome, but as every trader knows, in some occasions we can estimate when a trend tends to end. I am used to make such judgements based on ticks (speed/price behavior), so hopefully I can implement such algo. Since I’m new to all this (coding), please bear with me on that one 😅🤙
Jimmy wrote: Mon Apr 07, 2025 10:18 am You're making some truly useable and strong indicators, especially the Session Aware Supertrend. Honestly, some of the codes you guys are creating with Grok and ChatGPT are blowing me away haha. Really brings out the creativity in you blokes 👌

Are you all premium paying subscribers or just using the freely available AI?
It ain't easy using AI I've tried and tried you've gotta have a knack for it.... and Pipa seems to have a special skill now with the way he's instructing the AI creating indicators like the sessions supertrend

People assume AI does everything for you in the code but it's actually not easy at all
These users thanked the author boytoy for the post (total 2):
moey_dw, simon_n3z

Re: Supertrend indicators for MT4

543
boytoy wrote: Mon Apr 07, 2025 11:05 am It ain't easy using AI I've tried and tried you've gotta have a knack for it.... and Pipa seems to have a special skill now with the way he's instructing the AI creating indicators like the sessions supertrend

People assume AI does everything for you in the code but it's actually not easy at all
I remember that. Mrtools had to rescue you 😂
These users thanked the author Jimmy for the post:
simon_n3z
Myfxbook live trading results 📊

List of our most powerful reversal indicators + Guide to the "All Averages" Filters (ADXvma, Laguerre etc.)
Fibonacci numbers for indicator settings + How to draw Fibonacci Extensions + How to draw Support & Resistance

Re: Supertrend indicators for MT4

545
boytoy wrote: Mon Apr 07, 2025 11:05 am It ain't easy using AI I've tried and tried you've gotta have a knack for it.... and Pipa seems to have a special skill now with the way he's instructing the AI creating indicators like the sessions supertrend

People assume AI does everything for you in the code but it's actually not easy at all
In my experience, ChatGPT (Premium) can be very helpful, but what helped me most was studying the differences between codes, like versions with and without MTF, alerts, buttons, or arrows. Instead of just asking ChatGPT to add those features to a basic RSI, I asked why the coders designed it that way and learn from it. After building my first custom indicator, I started experimenting with out-of-the-box logic. Many attempts (without ChatGPT) had flaws, but fixing those step by step with ChatGPT (and understanding the errors) taught me the most. So hereby a big shout-out to coders like Mladen, mrtools, kvak and others for their work, inpiration, sharing & caring! Thanks guys.
These users thanked the author Pipa for the post (total 3):
boytoy, talaate, Lucas


Re: Supertrend indicators for MT4

546
mrtools wrote: Sat Sep 21, 2024 3:53 am SuperTrend Averages ATR with Candlestick Overlay (Rolling Moving Averages)

Added the candle option.

PS: For the Histogram (subwindow) version, please see here.
Hey MrTools,

I got a small request for updating this very interesting indi. Is it possible to add "proximity alert option", that would trigger if the price comes to distance of X or less pips to signal line? The way it would work is it would send additional alert if the price got within this distance and it would either send another normal alert if price closes above/below signal line or just not send anything if price again distances from signal line. The reasoning is to capture close touches that don't close below/above to have those high RR trades. Obviously this would only send alert after the previous candle close if any part of that candle was less than x pips from signal so not to get overwhelmed by notifications. Thanks!

Re: Supertrend indicators for MT4

547
mades wrote: Mon Apr 07, 2025 7:43 pm Hey MrTools,

I got a small request for updating this very interesting indi. Is it possible to add "proximity alert option", that would trigger if the price comes to distance of X or less pips to signal line? The way it would work is it would send additional alert if the price got within this distance and it would either send another normal alert if price closes above/below signal line or just not send anything if price again distances from signal line. The reasoning is to capture close touches that don't close below/above to have those high RR trades. Obviously this would only send alert after the previous candle close if any part of that candle was less than x pips from signal so not to get overwhelmed by notifications. Thanks!
In the middle of updating my computer, hoping to be done by Tues or Wed should be able to work on it then hopefully.

Re: Supertrend indicators for MT4

549
moey_dw wrote: Mon Apr 07, 2025 11:18 pm Man you good mrtoolz........... no viruses?? 🫢🫢🫢
No virus, old computer went on the blink, using my wife's laptop now but it seems too weak and too full to do much, have a new laptop coming in a couple of days, going to transfer everything from my old version to the new version and hopefully it will go without a hitch.

Re: Supertrend indicators for MT4

550
Pipa wrote: Wed Apr 02, 2025 10:24 pm Session Aware SuperTrend v1.1

This MT4 indicator dynamically adjusts the classic SuperTrend based on trading sessions, volatility, and market deviation. I created this one because knowing in advance when markets become volatile based on session times offers a clear advantage, providing quicker and more precise entries and exits. Enjoy!

Key features

Automatic Session Setup:
After setting your London session start time, the indicator automatically calculates all other session times (Asian, NY, and overlapping sessions).

Predefined Volatility:
Session-specific ATR and Multiplier values allow you to anticipate market volatility rather than waiting for ATR adjustments.

Deviation Filtering:
Incorporates standard deviation to filter out market noise. (Set deviation to 0 to disable this feature.)

MTF Session Aware SuperTrend Histo v1.3

This is the histogram version, but with the MTF option. Put them both together and treat yourself with a nice view. In the below image, I use the M5 histo on a M1 chart. Enjoy!
These users thanked the author Pipa for the post (total 7):
Ricstar_8, Jimmy, Karvamaha, Curioso, jackboton, Akela, dilong