Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Indicateurs

FVG based Momentum Detection - indicateur pour MetaTrader 5

Vues:
5213
Note:
(4)
Publié:
2025.03.22 14:43
MomFVG.mq5 (3.74 KB) afficher
MQL5 Freelance Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

  • The Green line represents the total amount of FVGs in uptrend (filled or unfilled) in the specified window_size.
  • The Red line represents the total amount of FVGs in downtrend (filled or unfilled) in the specified window_size.
  • Green above Red means upside momentum.
  • Red above Green means downside momentum.
The indicator can also be applied as an exit indicator. 

Momentum based on FVG

Trend Zigzag (on ma cross) Trend Zigzag (on ma cross)

A static zigzag which connects the intersections of a moving average crossover

Introsort (Introspective sort) using Function Pointers Introsort (Introspective sort) using Function Pointers

A hybrid sorting algorithm that provide fast performance for sorting arrays of simple types, structures or object pointers.

Breakout Finder by LonesomeTheBlue Breakout Finder by LonesomeTheBlue

This is the exact conversion from pine script code by LonesomeTheBlue.

Withdrawal Tracking Withdrawal Tracking

This is a piece of code to add to an existing Expert advisor to track withdrawals from your account where the EA is running. It helps the user to monitor his or her withdrawals from a particular account.