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

Multiple ZigZags in a single window - MetaTrader 4용 지표

조회수:
25839
평가:
(12)
게시됨:
2016.03.25 15:40
업데이트됨:
2016.04.21 12:03
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

For the fans of ZigZag: a small indicator that draws multiple ZigZags from different timeframes on one timeframe. Four ZigZags are implemented (H1, H4, D1, W1). The timeframe should be selected as the minimal of the displayed ones, i.e. here it is H1. On all other timeframes it is drawn incorrectly, there are no timeframe checks.

Almost the same is present in ZUP by nen (DT mode). I decided to make a separate indicator to demonstrate the algorithm itself, which allows to display the indicators from other timeframes on the current one. Please note the checks in the start() function: they are required for the correct display of the "other" ZigZags, to make sure there are no plateaus near their extremums.

The ZigZag edited by Rosh is also attached. The code is not large, so replacing this ZigZag with other is not difficult. For that it is enough to make changes to the external parameters and to the ZZ() function: all the ZigZag parameters are "hidden" within function. If the parameters need to be changed depending on the timeframe, it will be a little more difficult, but not daunting.

The ZigZag colors correspond to the rainbow colors in ascending order («Richard Of York Gave Battle In Vain»): red - H1, orange (here - Goldenrod) - H4, green - D1, blue - W1.

Multiple ZigZags in a single window

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

ShowOrdersOnChart ShowOrdersOnChart

Small indicator for monitoring the history of closed and the status of open orders on the chart. Red - unprofitable order, green - profitable.

ACD_PV ACD_PV

Belongs to the Pivot group.

MCVA - Multichart Visual Analyser MCVA - Multichart Visual Analyser

The script helps to perform the visual analysis of multiple currency pairs on a custom time frame.

Avg Daily Range Avg Daily Range

The Avg Daily Range indicator.