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

VM - Volatility Measure - MetaTrader 5용 스크립트

조회수:
8417
평가:
(42)
게시됨:
2013.05.09 12:00
업데이트됨:
2016.11.22 07:32
vm.mq5 (39.51 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

I would like to represent you a small script that copies candlestick data for the specified period of time and searches separate parts of the candlestick (body, upper and lower shadows) there. Then the script finds the maximum and minimum value, as well as the arithmetic mean value. In this case, scanning is performed on all timeframes. As a result, the script displays the received data as a table in the upper left corner of the active window.

Features

The following abbreviations are used in the script:

  • MAX - maximum value,
  • MIN - minimum value,
  • MID - arithmetic mean value,
  • B - candlestick body,
  • US - upper shadow,
  • DS - lower shadow.

For smaller than weekly timeframes the results of arithmetic mean values ​​are displayed with rounding up to one decimal place.

Note!

The script downloads the history on all timeframes, and it may be unable to download all the data at the first launch. In this case, of course, the display will be incorrect, at that copy error messages will be thrown to the log. To operate the script to the end, you need to run it after several time again.

There can also be possible crashes in data testimony on minute timeframes when using large periods of scanning, as the data arrays will be too large.  

Why Do You Need It

The script was developed to search the distinctive features of pairs, exactly volatility. By using it you can find out on how many points the movement of these or those pairs is strong. The arithmetic mean value especially good assists to orient in it.

So, Here Is The Result of The Script Work.

VM - Volatility Measure

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

MUV_NorDIFF_Cloud MUV_NorDIFF_Cloud

The fast trends indicator drawn on the basis of two normalized XMUV Moving Averages.

MUV_Cloud MUV_Cloud

The fast trends indicator drawn on the basis of two normalized XMUV Moving Averages.

Waddah_Attar_Hidden_Levels Waddah_Attar_Hidden_Levels

Support and resistance levels drawn by the day charts

NRTR Color Line NRTR Color Line

NRTR is Nick Rypock Trailing Reverse indicator.