DownloadRe: MT5 Moving Averages (MAs)

352
Step VMA VHF Pro V2

An adaptive trend-following indicator built around a VHF-driven Variable Moving Average with stepped price filtering to reduce noise and highlight meaningful trend changes.

It includes:

• Adaptive VMA using VHF-based market-regime adjustment
• Fixed or ATR-normalized dynamic Step filtering
• Optional 3-pole Super Smoother bias filter with selectable price source
• Optional ADX strength confirmation
• Optional +DI / -DI directional confirmation
• Closed-bar BUY/SELL signal dots
• Popup, sound and push-notification alerts
• Adjustable line, dot and display settings

Entries & Re-Entries

With a larger Super Smoother period, the SS acts as the main trend bias while the Step VMA provides faster timing.

A fresh Step VMA flip in the same SS direction can therefore act as a **trend entry or re-entry after a pullback**.

The Step VMA remains the trigger; the SS simply filters the direction.


Signals are generated only from closed candles so no repainting. The filters work as confirmation gates around fresh Step VMA trend changes rather than producing delayed entries after the original flip.
These users thanked the author FMBCapital for the post (total 12):
Cagliostro, victortrend, kvak, Akela, heispark, Shink, Krunal Gajjar, ionone, valeryi, AlgoAlex811, ashdays, enthusiastiAIuser

Re: MT5 Moving Averages (MAs)

353
Hello everyone! I share indicator which change colors when slope change, you can adjust slope level and type ma, also smoothing and alerts are included - unfortunately is in polish language, because im not programmer - its pure AI maked indicator based on my idea. You can do all with this code, add candles, arrows, types ma - enjoy!
These users thanked the author m1n3k for the post (total 3):
Eis, AlainP, ashdays

Re: MT5 Moving Averages (MAs)

355
Hello, this indicator is a two-moving-average crossover strategy, but it includes a built-in backtester that optimizes the values of the fast and slow MAs while determining the best exit strategy. This is illustrated by a trend line that makes it easy for you to see both losing and winning trades. If you hover over the trend line, you’ll find additional information such as the trade type and how much you earned or or lost on that trade. It also includes a system to prevent overfitting: it trains on 70% of the candlesticks (the number of which you specify in the settings) and tests the robustness of the winning settings on 30% of future candlesticks that the indicator has not yet seen. It calculates the out-of-sample performance ratio (WFE) compared to in-sample performance, and if the strategy fails to meet the 50% WFE requirement for the settings or the number of out-of-sample (OOS) trades falls below 3, the indicator immediately displays: STATUS: OVERFITTING DETECTED ❌ and resets the signals to zero and completely blocks them to protect against market noise, with the option to run the auto-optimization counter to automatically find the best settings after a certain period. You won’t need to optimize again because the optimization data for each pair and time frame is stored in the “Files” folder; so if you close and reopen the platform, the indicator will apply the saved settings.
You can adjust, explore, and change the settings as you see fit to achieve the best results for you, or use them with other tools such as filters based on market structure.

Question: Is there a thread on ForexStation dedicated to this type of indicator? (I mean self-optimizing indicators.)