거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
9173
평가:
(18)
게시됨:
2018.09.27 16:13
WPVH.mq5 (13.66 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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


,

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: 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.