Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
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

Intrabar Volume Flow - indicateur pour MetaTrader 5

Vues:
3757
Note:
(1)
Publié:
2025.02.11 12:19
Mise à jour:
2025.02.11 13:33
MQL5 Freelance Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

It's possible to plot incoming volume rather than simply plotting a single volume histogram bar to describe volume in the bar.

Instead of just showing total volume per bar like a standard volume indicator, this indicator plots how volume evolves tick by tick.

This indicator therefore provides a real-time view of volume pressure. If a bar has high tick activity, the histogram will show an increasing trend and amplify in size.If the market has weaker volume, the histogram will reveal weaker peaks.

This creates a linear progression of tick volume in tick time, to visualize volume accumulating for a single bar in a different way.


It can be useful for:

Detecting sudden volume surges in real time.

Tracking microstructural changes in the market.

Understanding volume build-up during a bar's formation.

Spotting absorption or exhaustion (if volume spikes but price doesn't move much).

Intrabar volume


Calendar-Based Backtesting: an Event-Driven Trading EA Calendar-Based Backtesting: an Event-Driven Trading EA

This Script & EA enables coders to backtest their news based strategies which use the MQL5 Calendar.

Smart Trend Follower Smart Trend Follower

This EA is designed to automatically follow market trends using signals from the Moving Average and Stochastic Oscillator indicators. The EA detects buy and sell signals by utilizing MA crossovers and confirms the trend with Stochastic. Additionally, the EA includes automatic position management, such as setting Take Profit, Stop Loss, and lot size doubling to enhance trading effectiveness in trending markets.

A 3 line script that tells you how many bars are on your chart A 3 line script that tells you how many bars are on your chart

A script which when dragged onto the chart will print out in the experts window the number of bars that are on that chart - like magic.

Print massive information (PrintXYZ) from the terminal Print massive information (PrintXYZ) from the terminal

PrintXYZ() library to print massive information from the terminal.