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

NoiseEliminationTechnology - MetaTrader 5용 지표

John Ehlers
게시자:
Andrei Novichkov
조회수:
10016
평가:
(9)
게시됨:
2021.01.18 19:06
업데이트됨:
2021.02.16 13:43
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

This is not really an indicator, but a method of smoothing, noise reduction. This indicator is applied to another indicator already installed on the chart. It should be noted that in this case the indicator will be displayed incorrectly if it is applied to indicators such as RSI, or WPR, all values of which are either greater or less than zero. The presented version of the indicator works correctly with indicators that have positive and negative values, as shown in the screenshot:

For the method of installing the indicator on the chart, see the attached video:



MQLUnit - Tiny Unit Tests Framework For Complex Expert Advisors MQLUnit - Tiny Unit Tests Framework For Complex Expert Advisors

This unit test frameworks eases the development of unit tests for more complex expert advisor programs. The MQL5 developer can test single components. The test framework starts the strategy tester so that there is test data available if required. I am using the framework to do test driven development (TDD) on my MQL5 programs.

shell sort - array sorting algorithm shell sort - array sorting algorithm

an in-place comparison sort

selection sort - array sorting algorithm selection sort - array sorting algorithm

an in-place comparison sorting algorithm

Spread Informer Spread Informer

This EA collects information about the spread and shows the statistics on the chart. When the EA ends its working, it prints all statistics to the Journal, which can be useful for the Strategy Tester.