Search found 29 matches

Re: Various Indicators - (MT5)

I am currently experimenting with a light ML (Machine Learning) indicator that (optionally) includes the input(s) of other external custom indicator's buffers. Searched for a buffer reader to experiment. Didn't see one, so hereby a simple MT5 buffer reader that i coded. Just enter the name of the ...

Re: Various Indicators - (MT5)

I am currently experimenting with a light ML (Machine Learning) indicator that (optionally) includes the input(s) of other external custom indicator's buffers. Searched for a buffer reader to experiment. Didn't see one, so hereby a simple MT5 buffer reader that i coded. Just enter the name of the ...

Re: Supertrend indicators for MT4

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 ...

Re: Volume Indicators for MT4

Dynamic Aggregated VSA v1.0 This MT4 indicator is an experiment of mine based on (dynamic aggregated) ticks vs price. Since MT4 does not show us historical ticks with their tick prices (or the amount of up vs down ticks), I created a VSA-like algo that, if necessary, calls a certain amount of ticks ...

Re: Supertrend indicators for MT4

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 ...

Re: Supertrend indicators for MT4

This is a very good Supertrend for swing trading on lower timeframes and waiting on entries. Comparing it to our standard Supertrend, this one reduces the false signals when the session filter is on. I really like the concept of the indicator being based on trading sessions, volatility, and market ...

Re: Supertrend indicators for MT4

Curioso wrote: Mon Apr 07, 2025 12:22 am Hello Pipa,

This is super cool, with this one we can anticipate the big moves.

But i have one question, the alerts is for all day or only in specific time?
Thanks guys for all the appreciation!

Regarding the alerts: yes, it is for all trend changes, regardless of the session.

Return to the advanced search