Re: Supertrend indicators for MT4

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



EURJPYM1.png

Session Aware SuperTrend.ex4
hello is there any chance to convert indi to mt5?


Re: Supertrend indicators for MT4

556
LUCAS123 wrote: Thu May 15, 2025 1:52 pm hello is there any chance to convert indi to mt5?
Hi Lucas,

I'm just back from vaca and starting up things. One of them is to continue to enhance this piece of code for MT5. Currently, I'm deep diving into methods how to add out-of-the-box machine learning options (and session options as well) to indicators, like a framework/library. Once another version (MT5) is completed, I'll drop it into the MT5 ML topic
These users thanked the author Pipa for the post:
LUCAS123

Re: Supertrend indicators for MT4

557
kvak wrote: Mon May 20, 2024 3:40 am PMax (Profit Maximizer) SuperTrend with MA Filters + AHTF MTF + Price Options

Super trend mod as request from HERE

The PMax was published in 2020 by TradingView author KivancOzbilgic which was essentially designed to mitigate spurious signals caused by sideways price action. The PMax does this by combining:
  • SuperTrend
  • Modified Trailing Stop Loss
  • Ability to use a Normalized (overbought/oversold levels) ATR
The author of this code explained that during backtesting this code produced far better signals than the original SuperTrend and is therefore a superior indicator for trend trading.
Hello Dear....Pls advice Is it repaint or recalculate???