당사 팬 페이지에 가입하십시오
- 조회수:
- 5252
- 평가:
- 게시됨:
- 2018.08.23 11:33
- 업데이트됨:
- 2018.08.23 11:33
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
OHLC Volume displays two volume graphs considering Open, High, Low and Close and applying two calculation methods: High-Open and Close-Low.
Since it is calculated only by OHLCV bar values, the indicator has no configurable parameters.
Calculation:
Vol UP = Volume * CoeffUP/(CoeffUP+CoeffDN) Vol DN = Volume* CoeffDN/(CoeffUP+CoeffDN)
where:
CoeffUP = High-Open CoeffDN = Close-Low
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/21402

The histogram displays the difference of a Close price and iAMA (Adaptive Moving Average, AMA) indicator value.

The EA uses the following indicators: iADX (Average Directional Movement Index, ADX), two iMAs (Moving Average,MA) - one indicator at CLOSE prices and another one at OPEN prices, iOsMA (Moving Average of Oscillator, OsMA).