거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
지표

Trading Volume Line - MetaTrader 5용 지표

조회수:
6523
평가:
(36)
게시됨:
2022.04.24 06:00
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The idea of the indicator

The indicator was rewritten at the request from the forum ( Does anyone have this simple volume indicator for MT5? )

Trading Volume Line

Rice. 1. Trading Volume Line

Three modes can be set in the parameters:

  • Close Ratio
  • Open Ratio
  • Body Ratio
(the mode is displayed in the indicator window)

    Detecting the start of a new bar or candle Detecting the start of a new bar or candle

    Detecting the start of a new bar or candle, in the OnTick() event handler of an expert advisor.

    Trend Two Lines Trend Two Lines

    The indicator in the subwindow shows a comparison of High and Low prices

    ZigZagExtremaOnArray ZigZagExtremaOnArray

    The ZigZagExtremaOnArray is an mqh include file which contains the calculation function of MetaQuotes' Examples ZigZag, BUT you can use it on any buffer that contains curves or histograms, similarly to the MovingAverages.mqh from include. The idea was to get highs and lows of an indicator curve quickly with the help of an "onBuffer" function.

    Custom Fractals Custom Fractals

    Have you ever asked yourself why it is not possible to customize fractals more? ... now it is.