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

When the market is close to the flat state, the majority of indicators generate a lot of false signals. Meanwhile, there is a quite easy way to filter, may be, not everything, but a quite considerable part of the signals of this kind. As far as the appearance of strong trend movements is almost always accompanied by the volume increase, the usage of indicator may be useful for determination of optimal points to enter the market.

The suggested indicator of the normalized volume build the chart of tick volume values per average value of the period. Owing to this normalization of the current vloume value, the possibility of easy and accurate criteria of market entrance can be produced. So, if the chart line is above 1.0 value, it means that the current volume value is higher than the avearage for the period, therefore the indiocator's signals, that the trading is preformed with, should be considered as the true ones.



We recommend to use 8 value for the avearging period.


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

HarVesteR HarVesteR

Combo of averages and MACD. All parameters are free to be changed.

StepByStep StepByStep

A step-by-step passing of historical data for manual testing of trading.

Karbofos Karbofos

A simple system without indicators.

PLdot PLdot

Very simple indicator PLdot. It's been even optimized.