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
Vues:
9300
Note:
(18)
Publié:
2018.09.27 16:13
WPVH.mq5 (13.66 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The Wyckoff PriceVolume Histogram oscillator indicator allows analyzing the market by applying Richard Wyckoff's volume spread analysis VSA.

Here the "spread" does not mean Ask-Bid, but the full size of the candle: High-Low.

The indicator has three input parameters:

  • Fast period - fast smoothing period
  • Slow period - slow smoothing period
  • Show histogram - show the histogram

First, the candlestick "profile" is calculated. Then, based on the obtained profile, the candlestick's "volume weight" is calculated, and then the histogram value is calculated by subtracting the past candlestick profile from the current profile.
To draw the average values, two SMAs with different periods are calculated - fast and slow - based on the candlestick profiles.

If Show histogram = Yes, an additional histogram is drawn showing the differences between the past and current profiles.

Fig. 1. Show histogram = No


Fig. 2. Show histogram = Yes


,

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/21858

Volatility_Arbitrage Volatility_Arbitrage

The Volatility Arbitrage indicator

Valid_Swing_HighLow Valid_Swing_HighLow

The Valid Swing HighLow indicator

RSI_Histogram_Vol_HTF RSI_Histogram_Vol_HTF

The RSI_Histogram_Vol indicator with the ability to change the timeframe using input parameters.

Market Capture Market Capture

A scalping Expert Advisor based on the "Market Capture" strategy.