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

Oscillator Finite Volume Elements (FVE) is an indicator of money flow movement.

It was developed by Markos Katsanos and presented in the Technical Analysis of Stocks & Commodities magazine in April, 2003.

Values above zero are bullish and indicate accumulating, while those below zero indicate distributing.

Divergences between the price and the indicator line may indicate a possible change in the trend.

The indicator has four configured parameters:

  • FVE period - indicator calculation period
  • FVE method - indicator calculation method
  • Signal line period - signal line calculation period
  • Signal line method - signal line calculation method

Calculation:

FVE = 100.0 * SMA(VE) / SMA(Vol) Signal = MA(FVE)

where:

VE = V * Volume MA - moving average with the signal line period and method SMA - simple moving average with the FVE period

where:

if MF > Cutoff, V = 1, if MF < -Cutoff V = -1

MF = Close - (High+Low) / 2.0 + High + Low + Close - PrevHigh - PrevLow - PrevClose

Cutoff= 0.1 * (Vintra+Vinter) * Close Vintra = StdDev(Intra) Vinter = StdDev(Inter)

Intra = LOG(High) - LOG(Low) Inter = LOG((High + Low + Close) / 3.0) - LOG((PrevHigh + PrevLow + PrevClose) / 3.0)


MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/20980

NEF NEF

Indicator Nonlinear Ehlers Filter

EF EF

Indicator Ehlers Filter

HVR HVR

Indicator Historical Volatility Ratio

Normalized_AC Normalized_AC

Indicator Normalized Acceleration/Deceleration